Doxygen
TagPageInfo类 参考

Container for page specific info that can be read from a tagfile 更多...

+ 类 TagPageInfo 继承关系图:
+ TagPageInfo 的协作图:

Public 成员函数

 TagPageInfo ()
 
- Public 成员函数 继承自 TagCompoundInfo
 TagCompoundInfo (CompoundType type)
 
virtual ~TagCompoundInfo ()
 
CompoundType compoundType () const
 

静态 Public 成员函数

static TagPageInfoget (std::unique_ptr< TagCompoundInfo > &t)
 
static const TagPageInfoget (const std::unique_ptr< TagCompoundInfo > &t)
 

Public 属性

QCString title
 
- Public 属性 继承自 TagCompoundInfo
std::vector< TagMemberInfomembers
 
QCString name
 
QCString filename
 
std::vector< TagAnchorInfodocAnchors
 
int lineNr
 

额外继承的成员函数

- Public 类型 继承自 TagCompoundInfo
enum  CompoundType {
  CompoundType::Class, CompoundType::Concept, CompoundType::Namespace, CompoundType::Package,
  CompoundType::File, CompoundType::Group, CompoundType::Page, CompoundType::Dir
}
 

详细描述

Container for page specific info that can be read from a tagfile

在文件 tagreader.cpp231 行定义.

构造及析构函数说明

◆ TagPageInfo()

TagPageInfo::TagPageInfo ( )
inline

在文件 tagreader.cpp234 行定义.

引用了 Page.

成员函数说明

◆ get() [1/2]

static const TagPageInfo* TagPageInfo::get ( const std::unique_ptr< TagCompoundInfo > &  t)
inlinestatic

在文件 tagreader.cpp240 行定义.

241  {
242  return dynamic_cast<const TagPageInfo*>(t.get());
243  }

◆ get() [2/2]

static TagPageInfo* TagPageInfo::get ( std::unique_ptr< TagCompoundInfo > &  t)
inlinestatic

在文件 tagreader.cpp236 行定义.

237  {
238  return dynamic_cast<TagPageInfo*>(t.get());
239  }

被这些函数引用 TagFileParser::buildLists(), TagFileParser::dump() , 以及 TagFileParser::endTitle().

类成员变量说明

◆ title

QCString TagPageInfo::title

在文件 tagreader.cpp235 行定义.

被这些函数引用 TagFileParser::buildLists(), TagFileParser::dump() , 以及 TagFileParser::endTitle().


该类的文档由以下文件生成:
TagCompoundInfo::CompoundType::Page
@ Page
TagCompoundInfo::TagCompoundInfo
TagCompoundInfo(CompoundType type)
Definition: tagreader.cpp:101
TagPageInfo
Container for page specific info that can be read from a tagfile
Definition: tagreader.cpp:231