![]() |
Public API Reference |
A representation of a sequence factory. More...
#include <tools/sequences.h>
Public Member Functions | |
| virtual void | AddDelay (const char *delay)=0 |
| Add a delay. | |
| virtual void | AddSeqOpFactory (iSeqOpFactory *seqopfact, const char *duration)=0 |
| Add a new operation factory at the specified time. | |
| virtual const char * | GetName () const =0 |
| Get the name of this factory. | |
| virtual void | SetName (const char *name)=0 |
| Set the name of this factory. | |
A representation of a sequence factory.
A sequence factory is basically a sequence of sequence operation factories.
Definition at line 186 of file sequences.h.
| virtual void iCelSequenceFactory::AddDelay | ( | const char * | delay | ) | [pure virtual] |
Add a delay.
| delay | is a the delay or a parameter. |
| virtual void iCelSequenceFactory::AddSeqOpFactory | ( | iSeqOpFactory * | seqopfact, |
| const char * | duration | ||
| ) | [pure virtual] |
Add a new operation factory at the specified time.
| seqopfact | is the factory to add. |
| duration | is the duration of this operation. This can be a string representing a numerical value or a parameter ($x notation). The duration can be 0 in which case we have a single-stop event. |
| virtual const char* iCelSequenceFactory::GetName | ( | ) | const [pure virtual] |
Get the name of this factory.
| virtual void iCelSequenceFactory::SetName | ( | const char * | name | ) | [pure virtual] |
Set the name of this factory.