Doxygen
Loading...
Searching...
No Matches
LayoutDocEntrySimple Struct Reference

Represents of a piece of a documentation page without configurable parts. More...

#include <src/layout.h>

+ Inheritance diagram for LayoutDocEntrySimple:
+ Collaboration diagram for LayoutDocEntrySimple:

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 }
 

Detailed Description

Represents of a piece of a documentation page without configurable parts.

Definition at line 87 of file layout.h.

Constructor & Destructor Documentation

◆ LayoutDocEntrySimple()

LayoutDocEntrySimple::LayoutDocEntrySimple ( Kind k,
bool v )
inline

Definition at line 90 of file layout.h.

90: m_kind(k), m_visible(v) {}
bool m_visible
Definition layout.h:95
Kind m_kind
Definition layout.h:94

References m_kind, and m_visible.

Referenced by LayoutDocEntrySection::LayoutDocEntrySection().

Member Function Documentation

◆ kind()

Kind LayoutDocEntrySimple::kind ( ) const
inlineoverridevirtual

Implements LayoutDocEntry.

Definition at line 91 of file layout.h.

91{ return m_kind; }

References m_kind.

◆ visible()

bool LayoutDocEntrySimple::visible ( ) const
inline

Definition at line 92 of file layout.h.

92{ return m_visible; }

References m_visible.

Referenced by LayoutParser::endMemberDecl(), and LayoutParser::endMemberDef().

Member Data Documentation

◆ m_kind

Kind LayoutDocEntrySimple::m_kind
private

Definition at line 94 of file layout.h.

Referenced by kind(), and LayoutDocEntrySimple().

◆ m_visible

bool LayoutDocEntrySimple::m_visible
private

Definition at line 95 of file layout.h.

Referenced by LayoutDocEntrySimple(), and visible().


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