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