Doxygen
|
Node representing an auto List. More...
#include <src/docnode.h>
Public Types | |
enum | ListType { Unnumbered =1 , Unchecked =-2 , Checked_x =-3 , Checked_X =-4 } |
Public Member Functions | |
DocAutoList (DocParser *parser, DocNodeVariant *parent, int indent, bool isEnumList, int depth, bool isCheckedList) | |
bool | isEnumList () const |
int | indent () const |
bool | isCheckedList () const |
int | depth () const |
Token | parse () |
Public Member Functions inherited from DocCompoundNode | |
DocCompoundNode (DocParser *parser, DocNodeVariant *parent) | |
DocNodeList & | children () |
const DocNodeList & | children () const |
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 |
Private Attributes | |
int | m_indent = 0 |
bool | m_isEnumList = false |
bool | m_isCheckedList = false |
int | m_depth = 0 |
Additional Inherited Members | |
Protected Types inherited from DocNode | |
enum | RefType { Unknown , Anchor , Section , Table } |
Protected Member Functions inherited from DocNode | |
void | setInsidePreformatted (bool p) |
DocAutoList::DocAutoList | ( | DocParser * | parser, |
DocNodeVariant * | parent, | ||
int | indent, | ||
bool | isEnumList, | ||
int | depth, | ||
bool | isCheckedList ) |
Definition at line 2802 of file docnode.cpp.
References depth(), DocCompoundNode::DocCompoundNode(), indent(), isCheckedList(), isEnumList(), m_depth, m_indent, m_isCheckedList, m_isEnumList, DocNode::parent(), and DocNode::parser().
|
inline |
Definition at line 564 of file docnode.h.
References m_depth.
Referenced by DocAutoList(), and HtmlDocVisitor::operator()().
|
inline |
Definition at line 562 of file docnode.h.
References m_indent.
Referenced by DocAutoList(), and DocPara::parse().
|
inline |
Definition at line 563 of file docnode.h.
References m_isCheckedList.
Referenced by DocAutoList(), HtmlDocVisitor::operator()(), PerlModDocVisitor::operator()(), and RTFDocVisitor::operator()().
|
inline |
Definition at line 561 of file docnode.h.
References m_isEnumList.
Referenced by DocAutoList(), DocbookDocVisitor::operator()(), HtmlDocVisitor::operator()(), LatexDocVisitor::operator()(), ManDocVisitor::operator()(), PerlModDocVisitor::operator()(), PrintDocVisitor::operator()(), RTFDocVisitor::operator()(), XmlDocVisitor::operator()(), and DocPara::parse().
Token DocAutoList::parse | ( | ) |
Definition at line 2809 of file docnode.cpp.
References DocNodeList::append(), AUTO_TRACE, AUTO_TRACE_EXIT, Checked_X, Checked_x, DocCompoundNode::children(), DocParser::context, DocTokenizer::endAutoList(), DocNodeList::get_last(), TokenInfo::id, Token::is(), m_indent, m_isCheckedList, m_isEnumList, parse(), DocNode::parser(), DocTokenizer::startAutoList(), DocNode::thisVariant(), Token::to_string(), DocParserContext::token, DocParser::tokenizer, and Unchecked.
Referenced by parse().
|
private |
Definition at line 571 of file docnode.h.
Referenced by depth(), and DocAutoList().
|
private |
Definition at line 568 of file docnode.h.
Referenced by DocAutoList(), indent(), and parse().
|
private |
Definition at line 570 of file docnode.h.
Referenced by DocAutoList(), isCheckedList(), and parse().
|
private |
Definition at line 569 of file docnode.h.
Referenced by DocAutoList(), isEnumList(), and parse().