Public Slots | Public Member Functions | List of all members
gazebo::RestUiWidget Class Reference

REST user interface widget. More...

#include <RestUiWidget.hh>

Inheritance diagram for gazebo::RestUiWidget:
Inheritance graph
[legend]

Public Slots

void Login ()
 QT callback (from the window menu) More...
 
void Logout ()
 QT callback (from the window menu) More...
 

Public Member Functions

 RestUiWidget (QWidget *_parent, QAction &_login, QAction &_logout, const std::string &_menuTitle, const std::string &_loginTitle, const std::string &_urlLabel, const std::string &_defautlUrl)
 Constructor. More...
 
virtual ~RestUiWidget ()=default
 Destructor. More...
 
void Update ()
 Called before rendering, from the GUI thread this is called from the plugin's update. More...
 

Detailed Description

REST user interface widget.

Constructor & Destructor Documentation

gazebo::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]_parentParent widget.
[in]_menuTitleMenu title.
[in]_loginTitleLogin title.
[in]_urlLabelUrl label.
[in]_defaultUrlDefault url.
virtual gazebo::RestUiWidget::~RestUiWidget ( )
virtualdefault

Destructor.

Member Function Documentation

void gazebo::RestUiWidget::Login ( )
slot

QT callback (from the window menu)

void gazebo::RestUiWidget::Logout ( )
slot

QT callback (from the window menu)

void gazebo::RestUiWidget::Update ( )

Called before rendering, from the GUI thread this is called from the plugin's update.


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