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

#include <src/layout.h>

+ Inheritance diagram for LayoutDocEntrySection:
+ Collaboration diagram for LayoutDocEntrySection:

Public Member Functions

 LayoutDocEntrySection (Kind k, const QCString &tl, bool v)
 
QCString title (SrcLangExt lang) const
 
- Public Member Functions inherited from LayoutDocEntrySimple
 LayoutDocEntrySimple (Kind k, bool v)
 
Kind kind () const override
 
bool visible () const
 
- Public Member Functions inherited from LayoutDocEntry
std::string entryToString ()
 

Private Attributes

QCString m_title
 

Additional Inherited Members

- Public Types inherited from LayoutDocEntry
enum  Kind { ENTRY_SPECIFICATIONS }
 

Detailed Description

Definition at line 98 of file layout.h.

Constructor & Destructor Documentation

◆ LayoutDocEntrySection()

LayoutDocEntrySection::LayoutDocEntrySection ( Kind k,
const QCString & tl,
bool v )
inline

Definition at line 100 of file layout.h.

100 :
101 LayoutDocEntrySimple(k,v), m_title(tl) {}
QCString m_title
Definition layout.h:104
LayoutDocEntrySimple(Kind k, bool v)
Definition layout.h:90

References LayoutDocEntrySimple::LayoutDocEntrySimple(), and m_title.

Member Function Documentation

◆ title()

Member Data Documentation

◆ m_title

QCString LayoutDocEntrySection::m_title
private

Definition at line 104 of file layout.h.

Referenced by LayoutDocEntrySection(), and title().


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