The DocAutoList
Class Reference
Node representing an auto List. More...
Declaration
Included Headers
Base class
class | DocCompoundNode |
Base class for nodes with children. More... | |
Enumerations Index
enum | ListType { ... } |
Public Constructors Index
DocAutoList (DocParser *parser, DocNodeVariant *parent, int indent, bool isEnumList, int depth, bool isCheckedList) | |
Public Member Functions Index
bool | isEnumList () const |
int | indent () const |
bool | isCheckedList () const |
int | depth () const |
Token | parse () |
Private Member Attributes Index
int | m_indent = 0 |
bool | m_isEnumList = false |
bool | m_isCheckedList = false |
int | m_depth = 0 |
Description
Node representing an auto List.
Definition at line 570 of file docnode.h.
Public Constructors
DocAutoList()
|
Declaration at line 577 of file docnode.h, definition at line 2915 of file docnode.cpp.
References depth, DocCompoundNode::DocCompoundNode, indent, isCheckedList, isEnumList, m_depth, m_indent, m_isCheckedList, m_isEnumList, DocNode::parent and DocNode::parser.
Public Member Functions
depth()
| inline |
Definition at line 583 of file docnode.h.
Reference m_depth.
Referenced by DocAutoList and HtmlDocVisitor::operator().
indent()
| inline |
Definition at line 581 of file docnode.h.
Reference m_indent.
Referenced by DocAutoList and DocPara::parse.
isCheckedList()
| inline |
Definition at line 582 of file docnode.h.
Reference m_isCheckedList.
Referenced by DocAutoList, HtmlDocVisitor::operator(), PerlModDocVisitor::operator() and RTFDocVisitor::operator().
isEnumList()
| inline |
Definition at line 580 of file docnode.h.
Reference m_isEnumList.
Referenced by DocAutoList, DocbookDocVisitor::operator(), HtmlDocVisitor::operator(), LatexDocVisitor::operator(), ManDocVisitor::operator(), PerlModDocVisitor::operator(), PrintDocVisitor::operator(), RTFDocVisitor::operator(), XmlDocVisitor::operator() and DocPara::parse.
parse()
|
Declaration at line 584 of file docnode.h, definition at line 2922 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 Member Attributes
m_depth
|
m_indent
|
m_isCheckedList
|
Definition at line 589 of file docnode.h.
Referenced by DocAutoList, isCheckedList and parse.
m_isEnumList
|
Definition at line 588 of file docnode.h.
Referenced by DocAutoList, isEnumList and parse.
The documentation for this class was generated from the following files:
Generated via doxygen2docusaurus by Doxygen 1.14.0.