

Public Member Functions | |
| def | __init__ |
| def | setupDataSignalSlots |
| set up the required signal-slot connections for the data stuff | |
| def | createDataWidget1 |
| def | createDataWidget2 |
| def | createDataWidget3 |
| def | createDataWidget4 |
| def | createDataWidget5 |
| def | createPlotDataOptionsWidget |
| Create a plot data widget for data number number. | |
| def | updateTermNameField |
| based on the given terminal name: gray out or make visible the field for the file name | |
| def | getXname |
| def | getYname |
| def | getBinname |
| def | setXname |
| def | setYname |
| def | setBinname |
| def | getXmin |
| def | getXmax |
| def | getYmin |
| def | getYmax |
| def | getCmin |
| def | getCmax |
| def | setRanges |
| def | doPlotting |
| Do the plotting. | |
| def | addPlotArgs |
| Add the plot arguments as specified on the plot input widget to a dictionary. | |
| def | getWindowTitle |
| def | doNextPlotting |
| Try to advance the current file, then make the plot. | |
| def | readPlotInfo |
| check if the necessary information is present. | |
| def | readSettings |
| Read settings from disk. | |
| def | writeSettings |
| Write settings to disk. | |
Public Attributes | |
| ui | |
| mapPlot | |
| dataWidgets | |
| dataCBList | |
Static Public Attributes | |
| int | maxNumData = 5 |
| def CPlotterInfoModule::CPlotterInfo::addPlotArgs | ( | self, | ||
| mydict, | ||||
plotType = -1 | ||||
| ) |
Add the plot arguments as specified on the plot input widget to a dictionary.
If a plotType specified: it is used for all the data.
| def CPlotterInfoModule::CPlotterInfo::readPlotInfo | ( | self | ) |
check if the necessary information is present.
If true: the info is stored on disk and True is returned.
| def CPlotterInfoModule::CPlotterInfo::setupDataSignalSlots | ( | self | ) |
set up the required signal-slot connections for the data stuff
When a user clicks "properties" a corresponding CPlotDataOptions widget is created
1.5.8