|
trikRuntime
|
Main widget for trikGui application, displays menu which allows to open other widgets. More...
#include <startWidget.h>


Public Member Functions | |
| StartWidget (Controller &controller, QWidget *parent=0) | |
| Constructor. More... | |
| ~StartWidget () override | |
| void | renewFocus () override |
| Set focus properly on this widget or one of its children. More... | |
Public Member Functions inherited from trikGui::MainWidget | |
| MainWidget (QWidget *parent) | |
| Constructor. More... | |
Additional Inherited Members | |
Public Types inherited from trikGui::MainWidget | |
| enum | FileManagerRootType { FileManagerRootType::scriptsDir, FileManagerRootType::allFS } |
Signals inherited from trikGui::MainWidget | |
| void | newWidget (trikGui::MainWidget &widget) |
| Emitted when the widget created a new one and wants it to be shown. More... | |
Main widget for trikGui application, displays menu which allows to open other widgets.
|
explicit |
Constructor.
| controller | - controller object that provides access to underlying runtime. |
| configPath | - full path to configuration files. |
| parent | - parent of this widget in Qt object hierarchy. |
|
override |
|
overridevirtual |
Set focus properly on this widget or one of its children.
Implements trikGui::MainWidget.