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 std::string &id, const QCString &tl, bool v)
 
QCString title (SrcLangExt lang) const
 
- Public Member Functions inherited from LayoutDocEntrySimple
 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

QCString m_title
 

Additional Inherited Members

- Public Types inherited from LayoutDocEntry
enum  Kind { ENTRY_SPECIFICATIONS }
 

Detailed Description

Definition at line 101 of file layout.h.

Constructor & Destructor Documentation

◆ LayoutDocEntrySection()

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

Definition at line 103 of file layout.h.

103 :
104 LayoutDocEntrySimple(k,id,v), m_title(tl) {}
QCString m_title
Definition layout.h:107
LayoutDocEntrySimple(Kind k, const std::string &id, bool v)
Definition layout.h:91

References LayoutDocEntrySimple::id(), LayoutDocEntrySimple::LayoutDocEntrySimple(), and m_title.

Member Function Documentation

◆ title()

Member Data Documentation

◆ m_title

QCString LayoutDocEntrySection::m_title
private

Definition at line 107 of file layout.h.

Referenced by LayoutDocEntrySection(), and title().


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