doxygen
|
Abstract node interface with type information. More...
#include <docnode.h>
Public Member Functions | |
DocNode (DocParser *parser, DocNodeVariant *parent) | |
DocNode (const DocNode &)=delete | |
DocNode & | operator= (const DocNode &)=delete |
DocNode (DocNode &&)=default | |
DocNode & | operator= (DocNode &&)=default |
DocNodeVariant * | parent () |
const DocNodeVariant * | parent () const |
DocNodeVariant * | thisVariant () |
const DocNodeVariant * | thisVariant () const |
void | setThisVariant (DocNodeVariant *thisVariant) |
DocParser * | parser () |
const DocParser * | parser () const |
void | setParent (DocNodeVariant *parent) |
bool | isPreformatted () const |
Protected Types | |
enum | RefType { Unknown, Anchor, Section, Table } |
Protected Member Functions | |
void | setInsidePreformatted (bool p) |
Abstract node interface with type information.
|
inline |
Creates a new node
|
inline |
Returns TRUE iff this node is inside a preformatted section
|
inline |
Returns the parent of this node or 0 for the root node.
|
inlineprotected |
Sets whether or not this item is inside a preformatted section
|
inline |
Sets a new parent for this node.