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