|
| RexSBLoopFor (RexScript *rexs, const QString &s_iter, double d_start, double d_end, double d_step) |
| constructor
|
|
bool | atEnd (void) |
| tell if we're at the end
|
|
virtual bool | endOfBlock (void) |
| end of the block was reached; return false to exit block
|
|
| RexSBLoop (RexScript *rexs) |
| constructor
|
|
virtual bool | appendLine (const QString &s_line) |
| adds a line; returns true if line was added, false if block ended
|
|
virtual bool | blockEnd (RexScript *rexs) |
| informed that block ended More...
|
|
bool | hasErrors (void) |
| tell if errors occured
|
|
void | restartLoop (void) |
| reload the loop from the start
|
|
| RexScriptBlock (RexScript *rex) |
| constructor
|
|
virtual | ~RexScriptBlock (void) |
| destructor;
|
|
virtual void | error (int line) |
| helper for reporting errors from block
|
|
| List2De () |
| constructor; creates a simple, hanging element
|
|
| List2De (List2Dh *p_father) |
| constructor; appends this item to the chain managed by p_father
|
|
List2De * | next (void) const |
| return next item
|
|
List2De * | prev (void) const |
| return previous item
|
|
int | index (const List2Dh *p_father) const |
| gets the index of a particular item inside the father
|
|
void | insAfter (List2Dh *p_father, class List2De *pNew) |
| insert an item after this item
|
|
void | insBefore (List2Dh *p_father, class List2De *pNew) |
| insert an item before this item
|
|
void | extract (List2Dh *p_father) |
| extract this item from the chain
|
|
void | dbgDump (void) const |
| print the content of this object to debug output
|
|
The documentation for this class was generated from the following file:
- /media/data/my-dev/libbbb/src/rexscript/rexscript-impl.cc