Public Member Functions | List of all members
ExampleListContext::Private Class Reference
Inheritance diagram for ExampleListContext::Private:
GenericNodeListContext TemplateListIntf

Public Member Functions

 Private ()
 
- Public Member Functions inherited from GenericNodeListContext
 GenericNodeListContext ()
 
int count () const
 
TemplateVariant at (int index) const
 
TemplateListIntf::ConstIteratorcreateIterator () const
 
void append (const TemplateVariant &ctn)
 
bool isEmpty () const
 
int addRef ()
 
int release ()
 
- Public Member Functions inherited from TemplateListIntf
virtual ~TemplateListIntf ()
 

Additional Inherited Members

- Static Public Member Functions inherited from GenericNodeListContext
static GenericNodeListContextalloc ()
 

Detailed Description

Definition at line 7405 of file context.cpp.

Constructor & Destructor Documentation

ExampleListContext::Private::Private ( )
inline

Definition at line 7408 of file context.cpp.

7409  {
7411  {
7413  PageDef *pd=0;
7414  for (pdi.toFirst();(pd=pdi.current());++pdi)
7415  {
7416  if (!pd->getGroupDef() && !pd->isReference())
7417  {
7419  }
7420  }
7421  }
7422  }
void append(const TemplateVariant &ctn)
Definition: context.cpp:195
static PageContext * alloc(PageDef *pd, bool isMainPage, bool isExample)
Definition: context.h:332
static PageSDict * exampleSDict
Definition: doxygen.h:101
const bool FALSE
Definition: qglobal.h:370
virtual bool isReference() const
A model of a page symbol.
Definition: pagedef.h:29
friend class Iterator
Definition: sortdict.h:289
const bool TRUE
Definition: qglobal.h:371
GroupDef * getGroupDef() const
Definition: pagedef.cpp:52

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