Helper class for storing information about a viewer for a ParameterSettable. More...
Public Member Functions | |
ParameterSettableUIViewer () | |
Constructor. | |
ParameterSettableUIViewer (QWidget *viewer, QString menuText, QString iconFilename=QString(), QString tooltip=QString()) | |
Constructor - initialize all data. | |
Public Attributes | |
QString | iconFilename |
the icon filename to display on the toolbar for this viewer | |
QString | menuText |
the name to display on the views menu for this viewer | |
QString | tooltip |
the tooltip text | |
QWidget * | viewer |
The viewer widget. | |
Detailed Description
Helper class for storing information about a viewer for a ParameterSettable.
When the Total99 interface is used, some ParameterSettable usually defines some viewer widgets in order to display graphic information about it and to allow user to edit/manage it by the graphic interface.
Definition at line 44 of file parametersettableui.h.
Constructor & Destructor Documentation
|
inline |
Constructor.
Definition at line 47 of file parametersettableui.h.
|
inline |
Constructor - initialize all data.
Definition at line 49 of file parametersettableui.h.
Member Data Documentation
QString iconFilename |
the icon filename to display on the toolbar for this viewer
Definition at line 56 of file parametersettableui.h.
QString menuText |
the name to display on the views menu for this viewer
Definition at line 54 of file parametersettableui.h.
QString tooltip |
the tooltip text
Definition at line 58 of file parametersettableui.h.
QWidget* viewer |
The viewer widget.
Definition at line 50 of file parametersettableui.h.
The documentation for this class was generated from the following file:
- configuration/include/parametersettableui.h