REST user interface widget.
More...
#include <RestUiWidget.hh>
Inherits QWidget.
|
void | Login () |
| QT callback (from the window menu)
|
|
void | Logout () |
| QT callback (from the window menu)
|
|
|
| RestUiWidget (QWidget *_parent, QAction &_login, QAction &_logout, const std::string &_menuTitle, const std::string &_loginTitle, const std::string &_urlLabel, const std::string &_defautlUrl) |
| Constructor.
|
|
virtual | ~RestUiWidget ()=default |
| Destructor.
|
|
void | Update () |
| Called before rendering, from the GUI thread this is called from the plugin's update.
|
|
REST user interface widget.
◆ RestUiWidget()
RestUiWidget |
( |
QWidget * | _parent, |
|
|
QAction & | _login, |
|
|
QAction & | _logout, |
|
|
const std::string & | _menuTitle, |
|
|
const std::string & | _loginTitle, |
|
|
const std::string & | _urlLabel, |
|
|
const std::string & | _defautlUrl ) |
Constructor.
- Parameters
-
[in] | _parent | Parent widget. |
[in] | _menuTitle | Menu title. |
[in] | _loginTitle | Login title. |
[in] | _urlLabel | Url label. |
[in] | _defaultUrl | Default url. |
◆ ~RestUiWidget()
◆ Login
QT callback (from the window menu)
◆ Logout
QT callback (from the window menu)
◆ Update()
Called before rendering, from the GUI thread this is called from the plugin's update.
◆ connections
The documentation for this class was generated from the following file: