Public Attributes | List of all members
gazebo::gui::CloneWindowPrivate Class Reference

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...
 

Detailed Description

Private data for the CloneWindowPrivate class.

Member Data Documentation

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.


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