Public Member Functions | |
| def | __init__ |
| def | DrawPointLabel |
| 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. | |
| def | OnMouseLeftDown |
| def | OnMotion |
| def | OnFilePageSetup |
| def | OnFilePrintPreview |
| def | OnFilePrint |
| def | OnSaveFile |
| def | OnFileExit |
| def | OnPlotDraw1 |
| def | OnPlotDraw2 |
| def | OnPlotDraw3 |
| def | OnPlotDraw4 |
Public Attributes | |
| mainmenu | |
| client | |
| def python::plot::TestFrame::__init__ | ( | self, | ||
| parent, | ||||
| id, | ||||
| title | ||||
| ) |
| def python::plot::TestFrame::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.
| def python::plot::TestFrame::OnFileExit | ( | self, | ||
| event | ||||
| ) |
| def python::plot::TestFrame::OnFilePageSetup | ( | self, | ||
| event | ||||
| ) |
| def python::plot::TestFrame::OnFilePrint | ( | self, | ||
| event | ||||
| ) |
| def python::plot::TestFrame::OnFilePrintPreview | ( | self, | ||
| event | ||||
| ) |
| def python::plot::TestFrame::OnMotion | ( | self, | ||
| event | ||||
| ) |
| def python::plot::TestFrame::OnMouseLeftDown | ( | self, | ||
| event | ||||
| ) |
| def python::plot::TestFrame::OnPlotDraw1 | ( | self, | ||
| event | ||||
| ) |
| def python::plot::TestFrame::OnPlotDraw2 | ( | self, | ||
| event | ||||
| ) |
| def python::plot::TestFrame::OnPlotDraw3 | ( | self, | ||
| event | ||||
| ) |
| def python::plot::TestFrame::OnPlotDraw4 | ( | self, | ||
| event | ||||
| ) |
| def python::plot::TestFrame::OnSaveFile | ( | self, | ||
| event | ||||
| ) |
1.5.8