The ParameterSettableUI is the base (abstract) class that manage/create the graphic user interface for a ParameterSettable. More...
Public Member Functions | |
virtual | ~ParameterSettableUI () |
Destructor. | |
virtual void | addAdditionalMenus (QMenuBar *) |
add additional menus to the menu bar of Total99 is needed by the ParameterSettable | |
virtual void | fillActionsMenu (QMenu *) |
fill the menu "Actions" of Total99 with the actions of the ParameterSettable | |
virtual QList < ParameterSettableUIViewer > | getViewers (QWidget *, Qt::WindowFlags) |
Return the list of all viewers for the ParameterSettable with corresponding informations for fill the menu "Views" of Total99. | |
Detailed Description
The ParameterSettableUI is the base (abstract) class that manage/create the graphic user interface for a ParameterSettable.
Definition at line 67 of file parametersettableui.h.
Constructor & Destructor Documentation
|
inlinevirtual |
Destructor.
Definition at line 70 of file parametersettableui.h.
Member Function Documentation
|
inlinevirtual |
add additional menus to the menu bar of Total99 is needed by the ParameterSettable
- Parameters
-
menuBar is the menu bar of the Total99 application
Definition at line 87 of file parametersettableui.h.
|
inlinevirtual |
fill the menu "Actions" of Total99 with the actions of the ParameterSettable
- Parameters
-
actionsMenu is the actionsMenu display in the menu bar of Total99
Definition at line 74 of file parametersettableui.h.
|
inlinevirtual |
Return the list of all viewers for the ParameterSettable with corresponding informations for fill the menu "Views" of Total99.
- Parameters
-
parent is the parent widget for all viewers created by ParameterSettableUI flags are the necessary flags to specify when constructing the viewers
Definition at line 80 of file parametersettableui.h.
The documentation for this class was generated from the following file:
- configuration/include/parametersettableui.h