trikRuntime
trikGui::StartWidget Class Reference

Main widget for trikGui application, displays menu which allows to open other widgets. More...

#include <startWidget.h>

Inheritance diagram for trikGui::StartWidget:
Collaboration diagram for trikGui::StartWidget:

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...
 

Detailed Description

Main widget for trikGui application, displays menu which allows to open other widgets.

Constructor & Destructor Documentation

StartWidget::StartWidget ( Controller controller,
QWidget *  parent = 0 
)
explicit

Constructor.

Parameters
controller- controller object that provides access to underlying runtime.
configPath- full path to configuration files.
parent- parent of this widget in Qt object hierarchy.
StartWidget::~StartWidget ( )
override

Member Function Documentation

void StartWidget::renewFocus ( )
overridevirtual

Set focus properly on this widget or one of its children.

Implements trikGui::MainWidget.


The documentation for this class was generated from the following files: