Private data for the CloneWindowPrivate class. More...
#include <CloneWindowPrivate.hh>
Public Attributes | |
QPushButton * | okayButton |
Button used to finalize port selection. More... | |
int | port |
Port used for the cloned server. More... | |
QLineEdit * | portEdit |
QT widget for reading the port used in the cloned server. More... | |
bool | validPort |
Used to flag if the text entered by the user is a valid port. More... | |
Private data for the CloneWindowPrivate class.
QPushButton* gazebo::gui::CloneWindowPrivate::okayButton |
Button used to finalize port selection.
int gazebo::gui::CloneWindowPrivate::port |
Port used for the cloned server.
QLineEdit* gazebo::gui::CloneWindowPrivate::portEdit |
QT widget for reading the port used in the cloned server.
bool gazebo::gui::CloneWindowPrivate::validPort |
Used to flag if the text entered by the user is a valid port.