All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Static Public Member Functions | Static Public Attributes | List of all members
gazebo::gui::model::Events Class Reference

#include <ModelEditorEvents.hh>

Collaboration diagram for gazebo::gui::model::Events:
Collaboration graph
[legend]

Static Public Member Functions

template<typename T >
static event::ConnectionPtr ConnectFinishModel (T _subscriber)
 Connect a boost::slot to the finish model signal. More...
 
static void DisconnectFinishModel (event::ConnectionPtr _subscriber)
 Disconnect a boost::slot to the finish model signal. More...
 

Static Public Attributes

static event::EventT< void()> finishModel
 A model has been completed and uploaded onto the server. More...
 

Member Function Documentation

template<typename T >
static event::ConnectionPtr gazebo::gui::model::Events::ConnectFinishModel ( _subscriber)
inlinestatic

Connect a boost::slot to the finish model signal.

Parameters
[in]_subscriberthe subscriber to this event
Returns
a connection
static void gazebo::gui::model::Events::DisconnectFinishModel ( event::ConnectionPtr  _subscriber)
inlinestatic

Disconnect a boost::slot to the finish model signal.

Parameters
[in]_subscriberthe subscriber to this event

Member Data Documentation

event::EventT<void ()> gazebo::gui::model::Events::finishModel
static

A model has been completed and uploaded onto the server.


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