Doxygen
|
类 | |
class | SectionInfo |
class that provide information about a section. 更多... | |
class | SectionRefs |
class that represents a list of constant references to sections. 更多... | |
class | SectionManager |
singleton class that owns the list of all sections 更多... | |
枚举 | |
enum | SectionType { SectionType::Page = 0, SectionType::Section = 1, SectionType::Subsection = 2, SectionType::Subsubsection = 3, SectionType::Paragraph = 4, SectionType::Anchor = 5, SectionType::Table = 6 } |
enum representing the various types of sections and entities that can be referred to. 更多... | |
函数 | |
constexpr bool | isSection (SectionType type) |
return true if type is a section, and false if it is a page, anchor or table. 更多... | |
|
strong |
|
inlineconstexpr |
return true if type is a section, and false if it is a page, anchor or table.
引用了 Paragraph, Section, Subsection , 以及 Subsubsection.
被这些函数引用 DefinitionImpl::addSectionsToIndex(), generateXMLForPage(), DefinitionImpl::hasSections() , 以及 DefinitionImpl::writeToc().