1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
3 // File: ModuleBase_WidgetIntValue.h
4 // Created: 04 June 2014
5 // Author: Vitaly Smetannikov
7 #ifndef ModuleBase_WidgetIntValue_H
8 #define ModuleBase_WidgetIntValue_H
10 #include "ModuleBase.h"
11 #include "ModuleBase_ModelWidget.h"
13 class Config_WidgetAPI;
21 * A class of property panel widget for double value input
22 * It can be defined with "doublevalue" keyword. For example:
24 * <doublevalue id="x" label="X:" icon=":pictures/x_point.png" tooltip="X coordinate"/>
27 class MODULEBASE_EXPORT ModuleBase_WidgetIntValue : public ModuleBase_ModelWidget
32 /// \param theParent the parent object
33 /// \param theData the widget configuation. The attribute of the model widget is obtained from
34 /// \param theParentId is Id of a parent structure (widget, operation, group)
35 ModuleBase_WidgetIntValue(QWidget* theParent, const Config_WidgetAPI* theData,
36 const std::string& theParentId);
38 virtual ~ModuleBase_WidgetIntValue();
40 /// Fills the widget with default values
43 /// Returns list of widget controls
44 /// \return a control list
45 virtual QList<QWidget*> getControls() const;
49 /// Saves the internal parameters to the given feature
50 /// \return True in success
51 virtual bool storeValueCustom() const;
53 //! Read value of corresponded attribute from data model to the input control
54 // \return True in success
55 virtual bool restoreValueCustom();
58 /// Label of the widget
61 /// Input value control