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 QCString &title, const QCString &intro, ClassDef::CompoundType ct, const QCString &fn, HighlightedItem hi)
 

Public Attributes

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

Detailed Description

Definition at line 2522 of file index.cpp.

Constructor & Destructor Documentation

◆ AnnotatedIndexContext()

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

Definition at line 2524 of file index.cpp.

2529 :
2530 numAnnotated(numAnno), numPrinted(numPrint),
2531 listKind(lk), fallbackKind(fk),
2533 compoundType(ct),fileBaseName(fn),
2534 hiItem(hi) { }
const LayoutNavEntry::Kind fallbackKind
Definition index.cpp:2539
const ClassDef::CompoundType compoundType
Definition index.cpp:2542
const HighlightedItem hiItem
Definition index.cpp:2544
const QCString fileBaseName
Definition index.cpp:2543
const LayoutNavEntry::Kind listKind
Definition index.cpp:2538
const QCString listDefaultTitleText
Definition index.cpp:2540
const int numAnnotated
Definition index.cpp:2536
const QCString listDefaultIntroText
Definition index.cpp:2541

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

Member Data Documentation

◆ compoundType

const ClassDef::CompoundType AnnotatedIndexContext::compoundType

Definition at line 2542 of file index.cpp.

Referenced by AnnotatedIndexContext(), and writeAnnotatedIndexGeneric().

◆ fallbackKind

const LayoutNavEntry::Kind AnnotatedIndexContext::fallbackKind

Definition at line 2539 of file index.cpp.

Referenced by AnnotatedIndexContext(), and writeAnnotatedIndexGeneric().

◆ fileBaseName

const QCString AnnotatedIndexContext::fileBaseName

Definition at line 2543 of file index.cpp.

Referenced by AnnotatedIndexContext(), and writeAnnotatedIndexGeneric().

◆ hiItem

const HighlightedItem AnnotatedIndexContext::hiItem

Definition at line 2544 of file index.cpp.

Referenced by AnnotatedIndexContext(), and writeAnnotatedIndexGeneric().

◆ listDefaultIntroText

const QCString AnnotatedIndexContext::listDefaultIntroText

Definition at line 2541 of file index.cpp.

Referenced by AnnotatedIndexContext(), and writeAnnotatedIndexGeneric().

◆ listDefaultTitleText

const QCString AnnotatedIndexContext::listDefaultTitleText

Definition at line 2540 of file index.cpp.

Referenced by AnnotatedIndexContext(), and writeAnnotatedIndexGeneric().

◆ listKind

const LayoutNavEntry::Kind AnnotatedIndexContext::listKind

Definition at line 2538 of file index.cpp.

Referenced by AnnotatedIndexContext(), and writeAnnotatedIndexGeneric().

◆ numAnnotated

const int AnnotatedIndexContext::numAnnotated

Definition at line 2536 of file index.cpp.

Referenced by AnnotatedIndexContext(), and writeAnnotatedIndexGeneric().

◆ numPrinted

const int AnnotatedIndexContext::numPrinted

Definition at line 2537 of file index.cpp.

Referenced by AnnotatedIndexContext(), and writeAnnotatedIndexGeneric().


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