A block of file content.
More...
#include <rexscriptblock.h>
|
| RexScriptBlock (RexScript *rex) |
| constructor
|
|
virtual | ~RexScriptBlock (void) |
| destructor;
|
|
virtual bool | appendLine (const QString &s_line)=0 |
| adds a line; returns true if line was added, false if block ended
|
|
virtual void | error (int line) |
| helper for reporting errors from block
|
|
virtual bool | blockEnd (RexScript *rexs) |
| informed that block ended More...
|
|
| 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
|
|
|
void | setNext (class List2De *p_new) |
| change internal next behind its back
|
|
void | setPrev (class List2De *p_new) |
| change internal previous behind its back
|
|
virtual bool bbb::RexScriptBlock::blockEnd |
( |
RexScript * |
rexs | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following files:
- /media/data/my-dev/libbbb/src/rexscript/rexscriptblock.h
- /media/data/my-dev/libbbb/src/rexscript/rexscriptblock.cc