Doxygen
|
Represents of a piece of a documentation page without configurable parts. More...
#include <src/layout.h>
Public Member Functions | |
LayoutDocEntrySimple (Kind k, bool v) | |
Kind | kind () const override |
bool | visible () const |
Public Member Functions inherited from LayoutDocEntry | |
std::string | entryToString () |
Private Attributes | |
Kind | m_kind |
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 |
Definition at line 90 of file layout.h.
References m_kind, and m_visible.
Referenced by LayoutDocEntrySection::LayoutDocEntrySection().
|
inlineoverridevirtual |
|
inline |
Definition at line 92 of file layout.h.
References m_visible.
Referenced by LayoutParser::endMemberDecl(), and LayoutParser::endMemberDef().
|
private |
Definition at line 94 of file layout.h.
Referenced by kind(), and LayoutDocEntrySimple().
|
private |
Definition at line 95 of file layout.h.
Referenced by LayoutDocEntrySimple(), and visible().