Doxygen
AnnotatedIndexContext结构体 参考
+ AnnotatedIndexContext 的协作图:

Public 成员函数

 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 属性

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
 

详细描述

在文件 index.cpp2345 行定义.

构造及析构函数说明

◆ 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

在文件 index.cpp2347 行定义.

2352  :
2353  numAnnotated(numAnno), numPrinted(numPrint),
2354  listKind(lk), fallbackKind(fk),
2356  compoundType(ct),fileBaseName(fn),
2357  hiItem(hi) { }

类成员变量说明

◆ compoundType

const ClassDef::CompoundType AnnotatedIndexContext::compoundType

在文件 index.cpp2365 行定义.

被这些函数引用 writeAnnotatedIndexGeneric().

◆ fallbackKind

const LayoutNavEntry::Kind AnnotatedIndexContext::fallbackKind

在文件 index.cpp2362 行定义.

被这些函数引用 writeAnnotatedIndexGeneric().

◆ fileBaseName

const QCString AnnotatedIndexContext::fileBaseName

在文件 index.cpp2366 行定义.

被这些函数引用 writeAnnotatedIndexGeneric().

◆ hiItem

const HighlightedItem AnnotatedIndexContext::hiItem

在文件 index.cpp2367 行定义.

被这些函数引用 writeAnnotatedIndexGeneric().

◆ listDefaultIntroText

const QCString AnnotatedIndexContext::listDefaultIntroText

在文件 index.cpp2364 行定义.

被这些函数引用 writeAnnotatedIndexGeneric().

◆ listDefaultTitleText

const QCString AnnotatedIndexContext::listDefaultTitleText

在文件 index.cpp2363 行定义.

被这些函数引用 writeAnnotatedIndexGeneric().

◆ listKind

const LayoutNavEntry::Kind AnnotatedIndexContext::listKind

在文件 index.cpp2361 行定义.

被这些函数引用 writeAnnotatedIndexGeneric().

◆ numAnnotated

const int AnnotatedIndexContext::numAnnotated

在文件 index.cpp2359 行定义.

被这些函数引用 writeAnnotatedIndexGeneric().

◆ numPrinted

const int AnnotatedIndexContext::numPrinted

在文件 index.cpp2360 行定义.

被这些函数引用 writeAnnotatedIndexGeneric().


该结构体的文档由以下文件生成:
AnnotatedIndexContext::fallbackKind
const LayoutNavEntry::Kind fallbackKind
Definition: index.cpp:2362
AnnotatedIndexContext::hiItem
const HighlightedItem hiItem
Definition: index.cpp:2367
AnnotatedIndexContext::listDefaultIntroText
const QCString listDefaultIntroText
Definition: index.cpp:2364
AnnotatedIndexContext::numPrinted
const int numPrinted
Definition: index.cpp:2360
AnnotatedIndexContext::fileBaseName
const QCString fileBaseName
Definition: index.cpp:2366
AnnotatedIndexContext::numAnnotated
const int numAnnotated
Definition: index.cpp:2359
AnnotatedIndexContext::listKind
const LayoutNavEntry::Kind listKind
Definition: index.cpp:2361
AnnotatedIndexContext::listDefaultTitleText
const QCString listDefaultTitleText
Definition: index.cpp:2363
AnnotatedIndexContext::compoundType
const ClassDef::CompoundType compoundType
Definition: index.cpp:2365