Doxygen
Loading...
Searching...
No Matches
AnnotatedIndexContext Struct Reference
Collaboration diagram for AnnotatedIndexContext:

Public Member Functions

 AnnotatedIndexContext (int numAnno, int numPrint, LayoutNavEntry::Kind lk, LayoutNavEntry::Kind fk, const DString &title, const DString &intro, ClassDef::CompoundType ct, const DString &fn, HighlightedItem hi)

Public Attributes

const int numAnnotated
const int numPrinted
const LayoutNavEntry::Kind listKind
const LayoutNavEntry::Kind fallbackKind
const DString listDefaultTitleText
const DString listDefaultIntroText
const ClassDef::CompoundType compoundType
const DString fileBaseName
const HighlightedItem hiItem

Detailed Description

Definition at line 2553 of file index.cpp.

Constructor & Destructor Documentation

◆ AnnotatedIndexContext()

AnnotatedIndexContext::AnnotatedIndexContext ( int numAnno,
int numPrint,
LayoutNavEntry::Kind lk,
LayoutNavEntry::Kind fk,
const DString & title,
const DString & intro,
ClassDef::CompoundType ct,
const DString & fn,
HighlightedItem hi )
inline

Definition at line 2555 of file index.cpp.

2560 :
2561 numAnnotated(numAnno), numPrinted(numPrint),
2562 listKind(lk), fallbackKind(fk),
2564 compoundType(ct),fileBaseName(fn),
2565 hiItem(hi) { }
const LayoutNavEntry::Kind fallbackKind
Definition index.cpp:2570
const DString listDefaultTitleText
Definition index.cpp:2571
const DString fileBaseName
Definition index.cpp:2574
const ClassDef::CompoundType compoundType
Definition index.cpp:2573
const HighlightedItem hiItem
Definition index.cpp:2575
const LayoutNavEntry::Kind listKind
Definition index.cpp:2569
const DString listDefaultIntroText
Definition index.cpp:2572
const int numAnnotated
Definition index.cpp:2567

References compoundType, fallbackKind, fileBaseName, hiItem, listDefaultIntroText, listDefaultTitleText, listKind, numAnnotated, and numPrinted.

Referenced by writeAnnotatedExceptionIndex(), writeAnnotatedIndex(), writeAnnotatedInterfaceIndex(), and writeAnnotatedStructIndex().

Member Data Documentation

◆ compoundType

const ClassDef::CompoundType AnnotatedIndexContext::compoundType

Definition at line 2573 of file index.cpp.

Referenced by AnnotatedIndexContext(), and writeAnnotatedIndexGeneric().

◆ fallbackKind

const LayoutNavEntry::Kind AnnotatedIndexContext::fallbackKind

Definition at line 2570 of file index.cpp.

Referenced by AnnotatedIndexContext(), and writeAnnotatedIndexGeneric().

◆ fileBaseName

const DString AnnotatedIndexContext::fileBaseName

Definition at line 2574 of file index.cpp.

Referenced by AnnotatedIndexContext(), and writeAnnotatedIndexGeneric().

◆ hiItem

const HighlightedItem AnnotatedIndexContext::hiItem

Definition at line 2575 of file index.cpp.

Referenced by AnnotatedIndexContext(), and writeAnnotatedIndexGeneric().

◆ listDefaultIntroText

const DString AnnotatedIndexContext::listDefaultIntroText

Definition at line 2572 of file index.cpp.

Referenced by AnnotatedIndexContext(), and writeAnnotatedIndexGeneric().

◆ listDefaultTitleText

const DString AnnotatedIndexContext::listDefaultTitleText

Definition at line 2571 of file index.cpp.

Referenced by AnnotatedIndexContext(), and writeAnnotatedIndexGeneric().

◆ listKind

const LayoutNavEntry::Kind AnnotatedIndexContext::listKind

Definition at line 2569 of file index.cpp.

Referenced by AnnotatedIndexContext(), and writeAnnotatedIndexGeneric().

◆ numAnnotated

const int AnnotatedIndexContext::numAnnotated

Definition at line 2567 of file index.cpp.

Referenced by AnnotatedIndexContext(), and writeAnnotatedIndexGeneric().

◆ numPrinted

const int AnnotatedIndexContext::numPrinted

Definition at line 2568 of file index.cpp.

Referenced by AnnotatedIndexContext(), and writeAnnotatedIndexGeneric().


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