20 #ifndef SAMPLEPANELPLUGIN_PANEL_H_
21 #define SAMPLEPANELPLUGIN_PANEL_H_
25 #include <ModelAPI_Feature.h>
53 QComboBox* myComboBox;
Definition: SamplePanelPlugin_Panel.h:34
void setFeature(const FeaturePtr &theFeature)
Fill the panel by the feature.
Definition: SamplePanelPlugin_Panel.cpp:47
SamplePanelPlugin_Panel(QWidget *theParent)
Constructs a panel page.
Definition: SamplePanelPlugin_Panel.cpp:32
void onCurrentIndexChanged(int theIndex)
Update feature attribute by the current value of combo box.
Definition: SamplePanelPlugin_Panel.cpp:69
virtual ~SamplePanelPlugin_Panel()
Destructs the page.
Definition: SamplePanelPlugin_Panel.h:40