#include <sot/core/sequencer.hh>
List of all members.
Member Enumeration Documentation
- Enumerator:
EVENT_ADD |
|
EVENT_RM |
|
EVENT_CMD |
|
Constructor & Destructor Documentation
dynamicgraph::sot::Sequencer::sotEventAbstract::sotEventAbstract |
( |
const std::string & |
name | ) |
[inline] |
virtual dynamicgraph::sot::Sequencer::sotEventAbstract::~sotEventAbstract |
( |
void |
| ) |
[inline, virtual] |
Member Function Documentation
virtual void dynamicgraph::sot::Sequencer::sotEventAbstract::display |
( |
std::ostream & |
os | ) |
const [inline, virtual] |
int dynamicgraph::sot::Sequencer::sotEventAbstract::getEventType |
( |
| ) |
const [inline] |
virtual const std::string& dynamicgraph::sot::Sequencer::sotEventAbstract::getName |
( |
| ) |
const [inline, virtual] |
virtual void dynamicgraph::sot::Sequencer::sotEventAbstract::operator() |
( |
Sot * |
sotPtr | ) |
[pure virtual] |
void dynamicgraph::sot::Sequencer::sotEventAbstract::setName |
( |
const std::string & |
name_ | ) |
[inline, protected] |
Member Data Documentation