Doxygen
|
Represents of a piece of a documentation page without configurable parts. More...
#include <src/layout.h>
Public Member Functions | |
LayoutDocEntrySimple (Kind k, const std::string &id, bool v) | |
Kind | kind () const override |
bool | visible () const override |
std::string | id () const override |
Public Member Functions inherited from LayoutDocEntry | |
std::string | entryToString () const |
Private Attributes | |
Kind | m_kind |
std::string | m_id |
bool | m_visible |
Additional Inherited Members | |
Public Types inherited from LayoutDocEntry | |
enum | Kind { ENTRY_SPECIFICATIONS } |
Represents of a piece of a documentation page without configurable parts.
|
inline |
|
inlineoverridevirtual |
Implements LayoutDocEntry.
Definition at line 94 of file layout.h.
References m_id.
Referenced by LayoutDocEntrySection::LayoutDocEntrySection(), and LayoutDocEntrySimple().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Implements LayoutDocEntry.
Definition at line 93 of file layout.h.
References m_visible.
Referenced by LayoutParser::endMemberDecl(), and LayoutParser::endMemberDef().
|
private |
Definition at line 97 of file layout.h.
Referenced by id(), and LayoutDocEntrySimple().
|
private |
Definition at line 96 of file layout.h.
Referenced by kind(), and LayoutDocEntrySimple().
|
private |
Definition at line 98 of file layout.h.
Referenced by LayoutDocEntrySimple(), and visible().