Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cxfa_nodeiteratortemplate.h>
Public Member Functions | |
CXFA_NodeIteratorTemplate (NodeType *pRoot) | |
NodeType * | GetRoot () const |
NodeType * | GetCurrent () const |
void | Reset () |
bool | SetCurrent (NodeType *pNode) |
NodeType * | MoveToPrev () |
NodeType * | MoveToNext () |
NodeType * | SkipChildrenAndMoveToNext () |
Definition at line 16 of file cxfa_nodeiteratortemplate.h.
|
inlineexplicit |
Definition at line 20 of file cxfa_nodeiteratortemplate.h.
|
inline |
Definition at line 24 of file cxfa_nodeiteratortemplate.h.
|
inline |
Definition at line 23 of file cxfa_nodeiteratortemplate.h.
|
inline |
Definition at line 55 of file cxfa_nodeiteratortemplate.h.
References CXFA_NodeIteratorTemplate< NodeType, TraverseStrategy, HolderType >::SkipChildrenAndMoveToNext().
|
inline |
Definition at line 36 of file cxfa_nodeiteratortemplate.h.
|
inline |
Definition at line 26 of file cxfa_nodeiteratortemplate.h.
|
inline |
Definition at line 27 of file cxfa_nodeiteratortemplate.h.
|
inline |
Definition at line 67 of file cxfa_nodeiteratortemplate.h.
Referenced by CXFA_NodeIteratorTemplate< NodeType, TraverseStrategy, HolderType >::MoveToNext().