EvonetUI Class Reference
Inheritance diagram for EvonetUI:

Public Member Functions | |
EvonetUI (Evonet *net, DataUploader< ActivationsToGui > *neuronsMonitorUploader) | |
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: | |
![]() | |
virtual void | addAdditionalMenus (QMenuBar *) |
virtual void | fillActionsMenu (QMenu *) |
Detailed Description
Definition at line 50 of file evonetui.h.
Constructor & Destructor Documentation
EvonetUI | ( | Evonet * | net, |
DataUploader< ActivationsToGui > * | neuronsMonitorUploader | ||
) |
Construct the GUI manager for Evonet.
- Warning
- This only works with Evonet
- Parameters
-
evonet the evonet to which this is associates neuronsMonitorUploader the uploader for data to send to the neurons monitor
Definition at line 52 of file evonetui.cpp.
~EvonetUI | ( | ) |
Destructor.
Definition at line 73 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 79 of file evonetui.cpp.
The documentation for this class was generated from the following files:
- experiments/include/evonetui.h
- experiments/src/evonetui.cpp