|
Microwave filters GUI
2.0.3
|
Class derived from Qwt.QwtPlotPicker to allow reimplementation of Qwt.QwtPlotPicker.trackerText() More...
Public Member Functions | |
| def | __init__ |
| Derived class constructor. | |
| def | trackerText |
| Reimplementation of tracker text function, to customize tracker appereance. | |
Class derived from Qwt.QwtPlotPicker to allow reimplementation of Qwt.QwtPlotPicker.trackerText()
| def dbplot.MyPicker.__init__ | ( | self, | |
| dbplot, | |||
| nTab, | |||
| args | |||
| ) |
Derived class constructor.
Saves dbplot and nTab as class attributes.
| dbplot | = DbPlot class instance containing the Tab where this QwtPlotPicker exists. |
| nTab | = Tab widget index containing this QwtPlotPicker. |
Definition at line 2183 of file dbplot.py.
References dbplot.MyPicker.dbplot, and dbplot.MyPicker.nTab.
1.8.1.2