My Project
|
#include <docparser.h>
Public Member Functions | |
DocURL (DocNode *parent, const QCString &url, bool isEmail) | |
QCString | url () const |
Kind | kind () const |
void | accept (DocVisitor *v) |
bool | isEmail () const |
Public Member Functions inherited from DocNode | |
DocNode () | |
virtual | ~DocNode () |
DocNode * | parent () const |
void | setParent (DocNode *parent) |
bool | isPreformatted () const |
Private Attributes | |
QCString | m_url |
bool | m_isEmail |
Node representing an URL (or email address)
Definition at line 234 of file docparser.h.
|
inline |
Definition at line 237 of file docparser.h.
References DocNode::m_parent, and DocNode::parent().
|
inlinevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
Implements DocNode.
Definition at line 241 of file docparser.h.
References DocVisitor::visit().
|
inline |
Definition at line 242 of file docparser.h.
References m_isEmail.
Referenced by DocbookDocVisitor::visit(), RTFDocVisitor::visit(), XmlDocVisitor::visit(), LatexDocVisitor::visit(), and HtmlDocVisitor::visit().
|
inlinevirtual |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 240 of file docparser.h.
References DocNode::Kind_URL.
|
inline |
Definition at line 239 of file docparser.h.
References m_url.
Referenced by DocbookDocVisitor::visit(), ManDocVisitor::visit(), TextDocVisitor::visit(), RTFDocVisitor::visit(), XmlDocVisitor::visit(), HtmlDocVisitor::visit(), LatexDocVisitor::visit(), PrintDocVisitor::visit(), and PerlModDocVisitor::visit().
|
private |
Definition at line 246 of file docparser.h.
Referenced by isEmail().
|
private |
Definition at line 245 of file docparser.h.
Referenced by url().