#include <docparser.h>
Public Member Functions | |
| DocHorRuler (DocNode *parent) | |
| Kind | kind () const |
| void | accept (DocVisitor *v) |
Public Member Functions inherited from DocNode | |
| DocNode () | |
| virtual | ~DocNode () |
| DocNode * | parent () const |
| void | setParent (DocNode *parent) |
| bool | isPreformatted () const |
Node representing a horizonal ruler
Definition at line 261 of file docparser.h.
|
inline |
Definition at line 264 of file docparser.h.
|
inlinevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
| v | Abstract visitor. |
Implements DocNode.
Definition at line 266 of file docparser.h.
|
inlinevirtual |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 265 of file docparser.h.
1.8.11