17 #ifndef _MODEL_EDITOR_EVENTS_HH_
18 #define _MODEL_EDITOR_EVENTS_HH_
35 public:
template<
typename T>
38 {
return finishModel.Connect(_subscriber); }
44 { finishModel.Disconnect(_subscriber); }
boost::shared_ptr< Connection > ConnectionPtr
Definition: CommonTypes.hh:144
static void DisconnectFinishModel(event::ConnectionPtr _subscriber)
Disconnect a boost::slot to the finish model signal.
Definition: ModelEditorEvents.hh:42
Definition: ModelEditorEvents.hh:30
static event::EventT< void()> finishModel
A model has been completed and uploaded onto the server.
Definition: ModelEditorEvents.hh:47
static event::ConnectionPtr ConnectFinishModel(T _subscriber)
Connect a boost::slot to the finish model signal.
Definition: ModelEditorEvents.hh:37
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:48