#include <ModelEditorEvents.hh>
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... | |
|
inlinestatic |
Connect a boost::slot to the finish model signal.
[in] | _subscriber | the subscriber to this event |
|
inlinestatic |
Disconnect a boost::slot to the finish model signal.
[in] | _subscriber | the subscriber to this event |
|
static |
A model has been completed and uploaded onto the server.