EvonetUI Class Reference
Inheritance diagram for EvonetUI:
Public Member Functions | |
EvonetUI (Evonet *evonet) | |
Construct the GUI manager for Evonet. | |
~EvonetUI () | |
Destructor. | |
QList< ParameterSettableUIViewer > | getViewers (QWidget *parent, Qt::WindowFlags flags) |
fill the menu "Actions" of Total99 with following actions: | |
Public Member Functions inherited from ParameterSettableUI | |
virtual void | addAdditionalMenus (QMenuBar *) |
virtual void | fillActionsMenu (QMenu *) |
Detailed Description
Definition at line 50 of file evonetui.h.
Constructor & Destructor Documentation
Construct the GUI manager for Evonet.
- Warning
- This only works with Evonet
Definition at line 51 of file evonetui.cpp.
~EvonetUI | ( | ) |
Destructor.
Definition at line 66 of file evonetui.cpp.
Member Function Documentation
|
virtual |
fill the menu "Actions" of Total99 with following actions:
\param actionsMenu is the actionsMenu display in the menu bar of Total99
Return the list of all viewers for the Component 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
Reimplemented from ParameterSettableUI.
Definition at line 72 of file evonetui.cpp.
The documentation for this class was generated from the following files:
- experiments/include/evonetui.h
- experiments/src/evonetui.cpp