Go to the documentation of this file.
17 #ifndef GAZEBO_GUI_CLONEWINDOW_HH_
18 #define GAZEBO_GUI_CLONEWINDOW_HH_
29 class CloneWindowPrivate;
51 public:
int Port()
const;
56 public:
bool IsValidPort()
const;
59 private slots:
void OnOkay();
62 private slots:
void OnCancel();
65 private:
void Update();
69 private: std::unique_ptr<CloneWindowPrivate> dataPtr;
Forward declarations for the common classes.
Definition: Animation.hh:26
CloneWindow(QWidget *_parent=0)
Constructor.
A dialog window used to set some parameters before cloning a simulation.
Definition: CloneWindow.hh:38
bool IsValidPort() const
True if the stored port is a valid one.
virtual ~CloneWindow()
Destructor.
int Port() const
Get the port for the new gzserver specified by the user.