trikRuntime
trikGui::MainWidget Class Referenceabstract

Abstract class for widgets which will be used for conversation with user. More...

#include <mainWidget.h>

Inheritance diagram for trikGui::MainWidget:
Collaboration diagram for trikGui::MainWidget:

Public Types

enum  FileManagerRootType { FileManagerRootType::scriptsDir, FileManagerRootType::allFS }
 

Signals

void newWidget (trikGui::MainWidget &widget)
 Emitted when the widget created a new one and wants it to be shown. More...
 

Public Member Functions

 MainWidget (QWidget *parent)
 Constructor. More...
 
virtual void renewFocus ()=0
 Set focus properly on this widget or one of its children. More...
 

Detailed Description

Abstract class for widgets which will be used for conversation with user.

Member Enumeration Documentation

Enumerator
scriptsDir 
allFS 

Constructor & Destructor Documentation

trikGui::MainWidget::MainWidget ( QWidget *  parent)
inline

Constructor.

Parameters
parent- parent of that widget in terms of Qt parent/child widget relations.

Member Function Documentation

void trikGui::MainWidget::newWidget ( trikGui::MainWidget widget)
signal

Emitted when the widget created a new one and wants it to be shown.


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