Doxygen
|
Node representing a parameter section. More...
#include <src/docnode.h>
Public Types | |
enum | Type { Unknown , Param , RetVal , Exception , TemplateParam } |
enum | Direction { In =1 , Out =2 , InOut =3 , Unspecified =0 } |
Public Member Functions | |
DocParamSect (DocParser *parser, DocNodeVariant *parent, Type t) | |
Token | parse (const QCString &cmdName, bool xmlContext, Direction d) |
Type | type () const |
bool | hasInOutSpecifier () const |
bool | hasTypeSpecifier () const |
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 | |
Type | m_type = Unknown |
bool | m_hasInOutSpecifier = false |
bool | m_hasTypeSpecifier = false |
Friends | |
class | DocParamList |
Additional Inherited Members | |
Protected Types inherited from DocNode | |
enum | RefType { Unknown , Anchor , Section , Table } |
Protected Member Functions inherited from DocNode | |
void | setInsidePreformatted (bool p) |
enum DocParamSect::Type |
|
inline |
Definition at line 1044 of file docnode.h.
References DocCompoundNode::DocCompoundNode(), m_hasInOutSpecifier, m_hasTypeSpecifier, m_type, DocNode::parent(), and DocNode::parser().
|
inline |
Definition at line 1049 of file docnode.h.
References m_hasInOutSpecifier.
Referenced by DocbookDocVisitor::operator()(), DocbookDocVisitor::operator()(), HtmlDocVisitor::operator()(), LatexDocVisitor::operator()(), LatexDocVisitor::operator()(), PerlModDocVisitor::operator()(), and RTFDocVisitor::operator()().
|
inline |
Definition at line 1050 of file docnode.h.
References m_hasTypeSpecifier.
Referenced by DocbookDocVisitor::operator()(), DocbookDocVisitor::operator()(), HtmlDocVisitor::operator()(), LatexDocVisitor::operator()(), LatexDocVisitor::operator()(), and RTFDocVisitor::operator()().
Definition at line 3182 of file docnode.cpp.
References DocNodeList::append(), AUTO_TRACE, AUTO_TRACE_EXIT, DocCompoundNode::children(), DocParamList, GrowVector< T >::empty(), DocNodeList::get_last(), Token::is(), m_hasInOutSpecifier, m_type, DocParamList::markLast(), DocNode::parser(), DocNode::thisVariant(), Token::to_string(), TRUE, and Unspecified.
Referenced by DocPara::handleParamSection().
|
inline |
Definition at line 1048 of file docnode.h.
References m_type.
Referenced by DocPara::handleParamSection(), DocbookDocVisitor::operator()(), HtmlDocVisitor::operator()(), LatexDocVisitor::operator()(), LatexDocVisitor::operator()(), ManDocVisitor::operator()(), PerlModDocVisitor::operator()(), PrintDocVisitor::operator()(), RTFDocVisitor::operator()(), RTFDocVisitor::operator()(), and XmlDocVisitor::operator()().
|
friend |
Definition at line 1034 of file docnode.h.
References DocParamList.
Referenced by DocParamList, and parse().
|
private |
Definition at line 1054 of file docnode.h.
Referenced by DocParamSect(), hasInOutSpecifier(), and parse().
|
private |
Definition at line 1055 of file docnode.h.
Referenced by DocParamSect(), and hasTypeSpecifier().
Definition at line 1053 of file docnode.h.
Referenced by DocParamSect(), parse(), and type().