Skip to main content

The DocURL Class Reference

Node representing a URL (or email address) More...

Declaration

class DocURL { ... }

Included Headers

#include <src/docnode.h>

Base class

classDocNode

Abstract node interface with type information. More...

Public Constructors Index

DocURL (DocParser *parser, DocNodeVariant *parent, const QCString &url, bool isEmail)

Public Member Functions Index

QCStringurl () const
boolisEmail () const

Private Member Attributes Index

QCStringm_url
boolm_isEmail = false

Description

Node representing a URL (or email address)

Definition at line 187 of file docnode.h.

Public Constructors

DocURL()

DocURL::DocURL (DocParser * parser, DocNodeVariant * parent, const QCString & url, bool isEmail)
inline

Public Member Functions

isEmail()

bool DocURL::isEmail ()
inline

url()

Private Member Attributes

m_isEmail

bool DocURL::m_isEmail = false

Definition at line 197 of file docnode.h.

197 bool m_isEmail = false;

Referenced by DocURL and isEmail.

m_url

QCString DocURL::m_url

Definition at line 196 of file docnode.h.

Referenced by DocURL and url.


The documentation for this class was generated from the following file:


Generated via doxygen2docusaurus by Doxygen 1.14.0.