Searched refs:GetNextNode (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dtreelay.h35 virtual long GetNextNode(long id) = 0;
115 virtual long GetNextNode(long id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dtreelay.cpp59 id = GetNextNode(id);
80 id = GetNextNode(id);
95 id = GetNextNode(id);
343 currentId = GetNextNode(currentId);
408 long wxTreeLayoutStored::GetNextNode(long id)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dmenu.cpp235 wxMenuItemIter GetNextNode() const;
238 wxMenuItemIter GetNextNode(wxMenuItemIter node) const;
403 wxMenuItemIter wxPopupMenuWindow::GetNextNode() const function in class:wxPopupMenuWindow
406 return m_nodeCurrent ? GetNextNode(m_nodeCurrent)
411 wxPopupMenuWindow::GetNextNode(wxMenuItemIter node) const function in class:wxPopupMenuWindow
933 wxMenuItemIter nodeStart = up ? GetPrevNode() : GetNextNode(),
937 node = up ? GetPrevNode(node) : GetNextNode(node);
977 wxMenuItemIter nodeStart = GetNextNode();
1018 node = GetNextNode(node);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dhash.cpp1046 void wxHashTable::GetNextNode( size_t bucketStart ) function in class:wxHashTable
1065 GetNextNode( 0 );
1071 GetNextNode( m_currBucket + 1 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dhash.h401 void GetNextNode( size_t bucketStart );
H A Dhashmap.h194 Node* GetNextNode() \
208 m_node = next ? next : GetNextNode(); \

Completed in 172 milliseconds