The DocLineBreak
Class Reference
Node representing a line break. More...
Declaration
class DocLineBreak { ... }
Included Headers
#include <src/docnode.h>
Base class
class | DocNode |
Abstract node interface with type information. More... | |
Public Constructors Index
DocLineBreak (DocParser *parser, DocNodeVariant *parent) | |
DocLineBreak (DocParser *parser, DocNodeVariant *parent, const HtmlAttribList &attribs) | |
Public Member Functions Index
const HtmlAttribList & | attribs () const |
Private Member Attributes Index
HtmlAttribList | m_attribs |
Description
Node representing a line break.
Definition at line 201 of file docnode.h.
Public Constructors
DocLineBreak()
| inline |
Definition at line 204 of file docnode.h.
References DocNode::DocNode, DocNode::parent and DocNode::parser.
DocLineBreak()
| inline |
Definition at line 205 of file docnode.h.
References attribs, DocNode::DocNode, m_attribs, DocNode::parent and DocNode::parser.
Public Member Functions
attribs()
| inline |
Definition at line 208 of file docnode.h.
208 const HtmlAttribList &attribs() const { return m_attribs; }
Reference m_attribs.
Referenced by DocLineBreak and HtmlDocVisitor::operator().
Private Member Attributes
m_attribs
|
Definition at line 211 of file docnode.h.
Referenced by attribs and DocLineBreak.
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.