ParameterSettableUI Class Reference

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

virtual ~ParameterSettableUI ( )
inlinevirtual

Destructor.

Definition at line 70 of file parametersettableui.h.

Member Function Documentation

virtual void addAdditionalMenus ( QMenuBar *  )
inlinevirtual

add additional menus to the menu bar of Total99 is needed by the ParameterSettable

Parameters
menuBaris the menu bar of the Total99 application

Definition at line 87 of file parametersettableui.h.

virtual void fillActionsMenu ( QMenu *  )
inlinevirtual

fill the menu "Actions" of Total99 with the actions of the ParameterSettable

Parameters
actionsMenuis the actionsMenu display in the menu bar of Total99

Definition at line 74 of file parametersettableui.h.

virtual QList<ParameterSettableUIViewer> getViewers ( QWidget *  ,
Qt::WindowFlags   
)
inlinevirtual

Return the list of all viewers for the ParameterSettable with corresponding informations for fill the menu "Views" of Total99.

Parameters
parentis the parent widget for all viewers created by ParameterSettableUI
flagsare 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: