#include <NAModelsPlotProperties.h>
Public Types | |
| enum | Properties { DotDiameter, ParamX, ParamY } |
Public Member Functions | |
| NAModelsPlotProperties (QWidget *parent=0) | |
| int | paramX () |
| int | paramY () |
| void | setParameterList (const InversionThread *paramSet) |
{DotDiameter, ParamX, ParamY};
| NAModelsPlotProperties::NAModelsPlotProperties | ( | QWidget * | parent = 0 | ) |
References QGpGuiTools::PropertyWidget::addProperty(), DotDiameter, ParamX, ParamY, and TRACE.
: PropertyWidget(parent) { TRACE; setupUi(this); addProperty(DotDiameter, dotDiam, dotDiamLabel); addProperty(ParamX, paramListX, paramListXLabel); addProperty(ParamY, paramListY, paramListYLabel); }
| int NAModelsPlotProperties::paramX | ( | ) |
| int NAModelsPlotProperties::paramY | ( | ) |
| void NAModelsPlotProperties::setParameterList | ( | const InversionThread * | paramSet | ) |