ComponentUIViewer Class Reference
Helper class for storing information about the a viewer for a Component. More...
Public Member Functions | |
| ComponentUIViewer () | |
| Constructor.   | |
| ComponentUIViewer (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 the a viewer for a Component.
When the Total99 interface is used, a Component usually defines some viewer widgets in order to display graphic information about it and to allow user to edit/manage the Component by the graphic interface.
Definition at line 42 of file componentui.h.
Constructor & Destructor Documentation
| ComponentUIViewer | ( | ) |  [inline] | 
        
Constructor.
Definition at line 45 of file componentui.h.
| ComponentUIViewer | ( | QWidget * | viewer, | 
| QString | menuText, | ||
| QString | iconFilename = QString(),  | 
        ||
| QString | tooltip = QString()  | 
        ||
| ) |  [inline] | 
        
Constructor - initialize all data.
Definition at line 47 of file componentui.h.
Member Data Documentation
| QString iconFilename | 
the icon filename to display on the toolbar for this viewer
Definition at line 54 of file componentui.h.
| QString menuText | 
the name to display on the views menu for this viewer
Definition at line 52 of file componentui.h.
| QString tooltip | 
the tooltip text
Definition at line 56 of file componentui.h.
| QWidget* viewer | 
The viewer widget.
Definition at line 48 of file componentui.h.
The documentation for this class was generated from the following file:
- experiments/include/componentui.h