Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Module plot :: Class TestFrame |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |TopLevelWindow
--+ |Frame
--+ | TestFrame
Method Summary | |
---|---|
__init__(self,
parent,
id,
title)
| |
This is the fuction that defines how the pointLabels are plotted dc - DC that will be passed mDataDict - Dictionary of data that you want to use for the pointLabel | |
OnEnableGrid(self,
event)
| |
OnEnableLegend(self,
event)
| |
OnEnablePointLabel(self,
event)
| |
OnEnableZoom(self,
event)
| |
OnFileExit(self,
event)
| |
OnFilePageSetup(self,
event)
| |
OnFilePrint(self,
event)
| |
OnFilePrintPreview(self,
event)
| |
OnHelpAbout(self,
event)
| |
OnMotion(self,
event)
| |
OnMouseLeftDown(self,
event)
| |
OnPlotClear(self,
event)
| |
OnPlotDraw1(self,
event)
| |
OnPlotDraw2(self,
event)
| |
OnPlotDraw3(self,
event)
| |
OnPlotDraw4(self,
event)
| |
OnPlotDraw5(self,
event)
| |
OnPlotDraw6(self,
event)
| |
OnPlotRedraw(self,
event)
| |
OnPlotScale(self,
event)
| |
OnReset(self,
event)
| |
OnSaveFile(self,
event)
| |
OnScrRt(self,
event)
| |
OnScrUp(self,
event)
| |
Just to reset the fonts back to the PlotCanvas defaults |
Instance Method Details |
---|
DrawPointLabel(self, dc, mDataDict)This is the fuction that defines how the pointLabels are plotted dc - DC that will be passed mDataDict - Dictionary of data that you want to use for the pointLabel As an example I have decided I want a box at the curve point with some text information about the curve plotted below. Any wxDC method can be used. |
resetDefaults(self)Just to reset the fonts back to the PlotCanvas defaults |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:23:41 2005 | http://epydoc.sf.net |