trikRuntime
|
Abstract class for widgets which will be used for conversation with user. More...
#include <mainWidget.h>
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... | |
Abstract class for widgets which will be used for conversation with user.
|
strong |
|
inline |
Constructor.
parent | - parent of that widget in terms of Qt parent/child widget relations. |
|
signal |
Emitted when the widget created a new one and wants it to be shown.
|
pure virtual |
Set focus properly on this widget or one of its children.
Implemented in trikGui::WiFiClientWidget, trikGui::StartWidget, trikGui::MotorsWidget, trikGui::SensorsWidget, trikGui::SensorSettingsWidget, trikGui::ProgrammingWidget, trikGui::RunningWidget, trikGui::WiFiModeWidget, trikGui::WiFiInitWidget, trikGui::CommandSettingsWidget, trikGui::CommandsListWidget, trikGui::FileManagerWidget, trikGui::TrikGuiMessageBox, trikGui::LanguageSelectionWidget, trikGui::WiFiAPWidget, and trikGui::LazyMainWidgetWrapper.