SGSolve
|
Public Member Functions | |
SGPlotFeatureBox (QWidget *parent, SGPlotSettings *_plotSettings, SGPlotSettings::SGPlotFeature _param) | |
Constructor. | |
Private Slots | |
void | changeParam () |
Slot called when the check is modified. | |
void | resetParam () |
Slot called when resetting to default values. | |
Private Member Functions | |
void | setCheck (bool tf) |
The set method. | |
Private Attributes | |
SGPlotSettings::SGPlotFeature | param |
The boolean parameter associated with the box. | |
SGPlotSettings * | plotSettings |
The associated environment. | |