Doxygen
PageListContext::Private类 参考
+ 类 PageListContext::Private 继承关系图:
+ PageListContext::Private 的协作图:

Public 成员函数

void addPages (const PageLinkedMap &pages)
 
- Public 成员函数 继承自 GenericNodeListContext
 GenericNodeListContext ()
 
uint count () const
 Returns the number of elements in the list 更多...
 
TemplateVariant at (uint index) const
 Returns the element at index position index. 更多...
 
TemplateListIntf::ConstIteratorPtr createIterator () const
 Creates a new iterator for this list. 更多...
 
void append (const TemplateVariant &ctn)
 
bool isEmpty () const
 
- Public 成员函数 继承自 TemplateListIntf
virtual ~TemplateListIntf ()
 Destroys the list 更多...
 

额外继承的成员函数

- Public 类型 继承自 TemplateListIntf
using ConstIteratorPtr = std::unique_ptr< ConstIterator >
 
- 静态 Public 成员函数 继承自 GenericNodeListContext
static TemplateListIntfPtr alloc ()
 

详细描述

在文件 context.cpp6626 行定义.

成员函数说明

◆ addPages()

void PageListContext::Private::addPages ( const PageLinkedMap pages)
inline

在文件 context.cpp6629 行定义.

6630  {
6631  for (const auto &pd : pages)
6632  {
6633  if (!pd->getGroupDef() && !pd->isReference())
6634  {
6635  append(PageContext::alloc(pd.get(),FALSE,FALSE));
6636  }
6637  }
6638  }

引用了 PageContext::alloc(), GenericNodeListContext::append() , 以及 FALSE.


该类的文档由以下文件生成:
GenericNodeListContext::append
void append(const TemplateVariant &ctn)
Definition: context.cpp:220
PageContext::alloc
static TemplateStructIntfPtr alloc(const PageDef *pd, bool isMainPage, bool isExample)
Definition: context.h:300
FALSE
#define FALSE
Definition: qcstring.h:33