|
trikRuntime
|
Widget showing parameters of wireless access point on the controller. More...
#include <wiFiAPWidget.h>


Public Member Functions | |
| WiFiAPWidget (QWidget *parent=0) | |
| Constructor. More... | |
| void | renewFocus () override |
| Set focus properly on this widget or one of its children. More... | |
Public Member Functions inherited from trikGui::TrikGuiDialog | |
| TrikGuiDialog (QWidget *parent=0) | |
| Constructor. More... | |
| virtual | ~TrikGuiDialog () |
| virtual int | exec () |
| Show widget and wait until it will be closed. More... | |
Public Member Functions inherited from trikGui::MainWidget | |
| MainWidget (QWidget *parent) | |
| Constructor. More... | |
Additional Inherited Members | |
Public Types inherited from trikGui::TrikGuiDialog | |
| enum | Result { normalExit, goHomeExit } |
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... | |
Protected Member Functions inherited from trikGui::TrikGuiDialog | |
| virtual void | keyPressEvent (QKeyEvent *event) |
| virtual void | exit () |
| virtual void | goHome () |
Widget showing parameters of wireless access point on the controller.
|
explicit |
Constructor.
| parent | - parent of this widget in Qt object hierarchy. |
|
overridevirtual |
Set focus properly on this widget or one of its children.
Implements trikGui::MainWidget.