Skip to main content

The AnnotatedIndexContext Struct Reference

Declaration

struct AnnotatedIndexContext { ... }

Public Constructors Index

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 Member Attributes Index

const intnumAnnotated
const intnumPrinted
const LayoutNavEntry::KindlistKind
const LayoutNavEntry::KindfallbackKind
const QCStringlistDefaultTitleText
const QCStringlistDefaultIntroText
const ClassDef::CompoundTypecompoundType
const QCStringfileBaseName
const HighlightedItemhiItem

Definition at line 2524 of file index.cpp.

Public Constructors

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 2526 of file index.cpp.

2526 AnnotatedIndexContext(int numAnno,int numPrint,
2528 const QCString &title,const QCString &intro,
2530 const QCString &fn,
2531 HighlightedItem hi) :
2532 numAnnotated(numAnno), numPrinted(numPrint),
2533 listKind(lk), fallbackKind(fk),
2536 hiItem(hi) { }

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

Public Member Attributes

compoundType

const ClassDef::CompoundType AnnotatedIndexContext::compoundType

Definition at line 2544 of file index.cpp.

Referenced by AnnotatedIndexContext and writeAnnotatedIndexGeneric.

fallbackKind

const LayoutNavEntry::Kind AnnotatedIndexContext::fallbackKind

Definition at line 2541 of file index.cpp.

Referenced by AnnotatedIndexContext and writeAnnotatedIndexGeneric.

fileBaseName

const QCString AnnotatedIndexContext::fileBaseName

Definition at line 2545 of file index.cpp.

Referenced by AnnotatedIndexContext and writeAnnotatedIndexGeneric.

hiItem

const HighlightedItem AnnotatedIndexContext::hiItem

Definition at line 2546 of file index.cpp.

Referenced by AnnotatedIndexContext and writeAnnotatedIndexGeneric.

listDefaultIntroText

const QCString AnnotatedIndexContext::listDefaultIntroText

Definition at line 2543 of file index.cpp.

Referenced by AnnotatedIndexContext and writeAnnotatedIndexGeneric.

listDefaultTitleText

const QCString AnnotatedIndexContext::listDefaultTitleText

Definition at line 2542 of file index.cpp.

Referenced by AnnotatedIndexContext and writeAnnotatedIndexGeneric.

listKind

const LayoutNavEntry::Kind AnnotatedIndexContext::listKind

Definition at line 2540 of file index.cpp.

Referenced by AnnotatedIndexContext and writeAnnotatedIndexGeneric.

numAnnotated

const int AnnotatedIndexContext::numAnnotated

Definition at line 2538 of file index.cpp.

2538 const int numAnnotated;

Referenced by AnnotatedIndexContext and writeAnnotatedIndexGeneric.

numPrinted

const int AnnotatedIndexContext::numPrinted

Definition at line 2539 of file index.cpp.

2539 const int numPrinted;

Referenced by AnnotatedIndexContext and writeAnnotatedIndexGeneric.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.