trikRuntime
|
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>
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 } |
Abstract class for widgets which will be used for conversation with user (but when it doesn't want to be shown immediately).
|
inline |
Constructor.
parent | - parent of that widget in terms of Qt parent/child widget relations. |
|
signal |
Emitted when the widget wants it to be hidden.
|
signal |
Emitted when the widget wants it to be shown.