trikRuntime
trikGui::LazyMainWidget Class Reference

Abstract class for widgets which will be used for conversation with user (but when it doesn't want to be shown immediately). More...

#include <lazyMainWidget.h>

Inheritance diagram for trikGui::LazyMainWidget:
Collaboration diagram for trikGui::LazyMainWidget:

Signals

void showMe (trikGui::MainWidget &widget)
 Emitted when the widget wants it to be shown. More...
 
void hideMe ()
 Emitted when the widget wants it to be hidden. More...
 
- 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...
 

Public Member Functions

 LazyMainWidget (QWidget *parent=0)
 Constructor. More...
 
- Public Member Functions inherited from trikGui::MainWidget
 MainWidget (QWidget *parent)
 Constructor. More...
 
virtual void renewFocus ()=0
 Set focus properly on this widget or one of its children. More...
 

Additional Inherited Members

- Public Types inherited from trikGui::MainWidget
enum  FileManagerRootType { FileManagerRootType::scriptsDir, FileManagerRootType::allFS }
 

Detailed Description

Abstract class for widgets which will be used for conversation with user (but when it doesn't want to be shown immediately).

Constructor & Destructor Documentation

trikGui::LazyMainWidget::LazyMainWidget ( QWidget *  parent = 0)
inline

Constructor.

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

Member Function Documentation

void trikGui::LazyMainWidget::hideMe ( )
signal

Emitted when the widget wants it to be hidden.

void trikGui::LazyMainWidget::showMe ( trikGui::MainWidget widget)
signal

Emitted when the widget wants it to be shown.


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