|
| RexSBIf (RexScript *rexs, const QString &s) |
| constructor
|
|
bool | evaluateCondition (const QString &s) |
| evaluates a condition; return false for syntactic errors
|
|
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 | skipParts (Markers &mrk) |
| skip parts that we're not interested in
|
|
| 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
|
|
virtual bool RexSBIf::blockEnd |
( |
RexScript * |
rexs | ) |
|
|
inlinevirtual |
informed that block ended
- Returns
- true if no error was found, false to break execution
Reimplemented from bbb::RexScriptBlock.
The documentation for this class was generated from the following file:
- /media/data/my-dev/libbbb/src/rexscript/rexscript-impl.cc