Doxygen
|
Node representing a separator between two simple sections of the same type. More...
#include <src/docnode.h>
Public Member Functions | |
DocSimpleSectSep (DocParser *parser, DocNodeVariant *parent) | |
Public Member Functions inherited from DocNode | |
DocNode (DocParser *parser, DocNodeVariant *parent) | |
~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 |
Additional Inherited Members | |
Protected Types inherited from DocNode | |
enum | RefType { Unknown , Anchor , Section , Table } |
Protected Member Functions inherited from DocNode | |
void | setInsidePreformatted (bool p) |
Node representing a separator between two simple sections of the same type.
|
inline |
Definition at line 1026 of file docnode.h.
References DocNode::DocNode(), DocNode::parent(), and DocNode::parser().