gz/sim/gui/TmpIface.hh
#define IGN_DEPRECATED(version)
This library is part of the Ignition Robotics project.
void OnSaveWorldAs(const QString &_path)
Callback when user asks to save a world file providing a path. This is the client-side logic which re...
Temporary place to prototype transport interfaces while it's not clear where they will live.
Definition: gz/sim/gui/TmpIface.hh:39
void OnNewWorld()
Callback when user asks to start a new world. This is the client-side logic which requests the server...
void OnLoadWorld(const QString &_path)
Callback when user asks to load a world file. This is the client-side logic which requests the server...