#include <sot/core/sequencer.hh>
|
void | setName (const std::string &name_) |
|
Enumerator |
---|
EVENT_ADD |
|
EVENT_RM |
|
EVENT_CMD |
|
dynamicgraph::sot::Sequencer::sotEventAbstract::sotEventAbstract |
( |
const std::string & |
name | ) |
|
|
inline |
virtual dynamicgraph::sot::Sequencer::sotEventAbstract::~sotEventAbstract |
( |
void |
| ) |
|
|
inlinevirtual |
virtual void dynamicgraph::sot::Sequencer::sotEventAbstract::display |
( |
std::ostream & |
os | ) |
const |
|
inlinevirtual |
int dynamicgraph::sot::Sequencer::sotEventAbstract::getEventType |
( |
| ) |
const |
|
inline |
virtual const std::string& dynamicgraph::sot::Sequencer::sotEventAbstract::getName |
( |
| ) |
const |
|
inlinevirtual |
virtual void dynamicgraph::sot::Sequencer::sotEventAbstract::operator() |
( |
Sot * |
sotPtr | ) |
|
|
pure virtual |
void dynamicgraph::sot::Sequencer::sotEventAbstract::setName |
( |
const std::string & |
name_ | ) |
|
|
inlineprotected |
int dynamicgraph::sot::Sequencer::sotEventAbstract::eventType |
|
protected |
std::string dynamicgraph::sot::Sequencer::sotEventAbstract::name |
|
protected |