The DocHorRuler
Class Reference
Node representing a horizontal ruler. More...
Declaration
class DocHorRuler { ... }
Included Headers
#include <src/docnode.h>
Base class
class | DocNode |
Abstract node interface with type information. More... | |
Public Constructors Index
DocHorRuler (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 horizontal ruler.
Definition at line 215 of file docnode.h.
Public Constructors
DocHorRuler()
| inline |
Definition at line 218 of file docnode.h.
References attribs, DocNode::DocNode, m_attribs, DocNode::parent and DocNode::parser.
Public Member Functions
attribs()
| inline |
Definition at line 221 of file docnode.h.
221 const HtmlAttribList &attribs() const { return m_attribs; }
Reference m_attribs.
Referenced by DocHorRuler and HtmlDocVisitor::operator().
Private Member Attributes
m_attribs
|
Definition at line 224 of file docnode.h.
Referenced by attribs and DocHorRuler.
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.