Searched refs:wxNode (Results 1 - 25 of 43) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dgarbagec.cpp28 inline static GCItem& node_to_item( wxNode* pNode )
42 wxNode* pNode = lst.GetFirst();
54 wxNode* GarbageCollector::FindItemNode( void* pForObj )
56 wxNode* pNode = mAllNodes.GetFirst();
70 wxNode* GarbageCollector::FindReferenceFreeItemNode()
72 wxNode* pNode = mAllNodes.GetFirst();
86 void GarbageCollector::RemoveReferencesToNode( wxNode* pItemNode )
88 wxNode* pNode = mAllNodes.GetFirst();
93 wxNode* pRefNode = refLst.GetFirst();
99 wxNode* pNex
[all...]
H A Dgcupdatesmgr.cpp50 static inline cbRectInfo& node_to_rect_info( wxNode* pNode )
275 wxNode* pNode1 = items.GetFirst();
281 wxNode* pNode2 = items.GetFirst();
317 wxNode* pNode = mGC.GetRegularObjects().GetFirst();
H A Dupdatesmgr.cpp248 wxNode* pNode = mBarsToRefresh.GetFirst();
249 wxNode* pPaneNode = mPanesList.GetFirst();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/fl/
H A Dgarbagec.h41 wxNode* FindItemNode( void* pForObj );
47 wxNode* FindReferenceFreeItemNode();
50 void RemoveReferencesToNode( wxNode* pItemNode );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dnode.tex1 \section{\class{wxNode}}\label{wxnode}
9 although there is a class called wxNode, it is defined for backwards
14 in other words, the first argument of WX\_DECLARE\_LIST macro. Also, wxNode is
15 written as wxNode<T> even though it isn't really a template class -- but it
32 \membersection{wxNode<T>::GetData}\label{wxnodegetdata}
38 \membersection{wxNode<T>::GetNext}\label{wxnodegetnext}
40 \constfunc{wxNode<T> *}{GetNext}{\void}
44 \membersection{wxNode<T>::GetPrevious}\label{wxnodegetprevious}
46 \func{wxNode<T> *}{GetPrevious}{\void}
50 \membersection{wxNode<
[all...]
H A Dhash.tex120 The return value is functionally equivalent to \textbf{wxNode} but might not be
121 implemented as a \textbf{wxNode}. The user will probably only wish to use the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dconstrnt.cpp110 wxNode* node = wxOGLConstraintTypes->GetFirst();
139 wxNode *node = constrained.GetFirst();
177 wxNode *node = m_constrainedObjects.GetFirst();
225 wxNode *node = m_constrainedObjects.GetFirst();
274 wxNode *node = m_constrainedObjects.GetFirst();
344 wxNode *node = m_constrainedObjects.GetFirst();
367 wxNode *node = m_constrainedObjects.GetFirst();
390 wxNode *node = m_constrainedObjects.GetFirst();
413 wxNode *node = m_constrainedObjects.GetFirst();
436 wxNode *nod
[all...]
H A Dlines.cpp119 wxNode *wxLineShape::InsertLineControlPoint(wxDC* dc)
124 wxNode *last = m_lineControlPoints->GetLast();
125 wxNode *second_last = last->GetPrevious();
134 wxNode *node = m_lineControlPoints->Insert(last, (wxObject*) point);
143 wxNode *last = m_lineControlPoints->GetLast();
144 wxNode *second_last = last->GetPrevious();
158 wxNode *first = m_lineControlPoints->GetFirst();
161 wxNode *last = m_lineControlPoints->GetLast();
167 wxNode *node = first->GetNext();
201 wxNode *nod
[all...]
H A Dogldiag.cpp83 wxNode *current = m_shapeList->GetFirst();
106 wxNode *nodeAfter = NULL;
144 wxNode *node = m_shapeList->GetFirst();
161 wxNode *current = m_shapeList->GetFirst();
200 wxNode *object_node = m_shapeList->GetFirst();
223 wxNode *node = m_shapeList->GetFirst();
307 wxNode *node = database.GetFirst();
533 wxNode *node = shape.GetChildren().GetFirst();
572 wxNode* node = GetShapeList()->GetFirst();
598 wxNode* node
[all...]
H A Dcomposit.cpp71 wxNode *node = m_constraints.GetFirst();
82 wxNode *next = node->GetNext();
110 wxNode *node = m_children.GetFirst();
125 wxNode *node = m_children.GetFirst();
141 wxNode *node = m_children.GetFirst();
234 wxNode *node = m_divisions.GetFirst();
238 wxNode *next = node->GetNext();
264 wxNode *node = m_children.GetFirst();
314 wxNode *node = m_constraints.GetFirst();
318 wxNode *nextNod
[all...]
H A Dbasic.cpp334 wxNode *node = m_children.GetFirst();
354 wxNode *node = m_children.GetFirst();
375 wxNode *node = m_children.GetFirst();
388 wxNode *node = m_children.GetFirst();
418 wxNode *node = m_children.GetFirst();
430 wxNode *node = m_children.GetFirst();
446 wxNode *node = m_children.GetFirst();
463 wxNode *node = m_children.GetFirst();
475 wxNode *node = m_attachmentPoints.GetFirst();
493 wxNode *nod
[all...]
H A Ddrawn.cpp142 wxNode *node = m_attachmentPoints.GetFirst();
198 wxNode* node = m_metafiles[m_currentAngle].GetOps().Item(m_metafiles[m_currentAngle].GetOutlineOp());
218 wxNode* node = m_metafiles[m_currentAngle].GetOps().Item(m_metafiles[m_currentAngle].GetOutlineOp());
428 wxNode *node = m_image->m_gdiObjects.Item(m_gdiIndex);
461 wxNode *node = m_image->m_gdiObjects.Item(m_gdiIndex);
473 wxNode *node = m_image->m_gdiObjects.Item(m_gdiIndex);
1378 wxNode *node = m_ops.GetFirst();
1394 wxNode *node = m_ops.GetFirst();
1405 wxNode *node = m_ops.GetFirst();
1418 wxNode *nod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dlist.h58 typedef wxObjectListNode wxNode; typedef
465 wxDEPRECATED( wxNode *Next() const );
466 wxDEPRECATED( wxNode *Previous() const );
545 wxDEPRECATED( wxNode *First() const ); // use GetFirst
546 wxDEPRECATED( wxNode *Last() const ); // use GetLast
547 wxDEPRECATED( wxNode *Nth(size_t n) const ); // use Item
673 // wxNode-derived type)
1162 inline wxNode *wxNodeBase::Next() const { return (wxNode *)GetNext(); }
1163 inline wxNode *wxNodeBas
[all...]
H A Dhash.h417 typedef wxNode Node;
418 typedef wxNode* compatibility_iterator;
422 wxNode *current_node;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dhash.cpp352 current_node = (wxNode *) NULL;
384 current_node = (wxNode *) NULL;
495 wxNode *node = hash_table[position]->Find (value);
515 wxNode *node = hash_table[position]->Find (value);
535 wxNode *node = hash_table[position]->Find (k);
549 wxNode *node = hash_table[position]->Find (key);
566 wxNode *node = hash_table[position]->Find (k);
588 wxNode *node = hash_table[position]->Find (key);
613 wxNode *node = hash_table[position]->Find (value);
635 wxNode *nod
[all...]
H A Dlist.cpp742 wxNode *wxStringList::Add(const wxChar *s)
744 return (wxNode *)(wxStringListBase::Node *)
748 wxNode *wxStringList::Prepend(const wxChar *s)
750 return (wxNode *)(wxStringListBase::Node *)
H A Ddcbase.cpp907 wxNode* node = 0;
943 for ( wxNode* node = points->GetFirst(); node; node = node->GetNext() )
1081 for( wxNode *node = pointsarray[q].GetFirst(); node; node = node->GetNext() )
1125 for( wxNode *node = pointsarray[q].GetFirst(); node; node = node->GetNext() )
1134 wxNode* node;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dpropform.cpp91 wxNode *node = m_propertySheet->GetProperties().GetFirst();
112 wxNode *node = m_propertySheet->GetProperties().GetFirst();
132 wxNode *node = m_propertySheet->GetProperties().GetFirst();
233 wxNode *node = m_propertySheet->GetProperties().GetFirst();
272 wxNode *node = m_propertySheet->GetProperties().GetFirst();
H A Dproplist.cpp157 wxNode *node = m_propertySheet->GetProperties().GetFirst();
1732 wxNode *node = (wxNode *)m_listBox->wxListBox::GetClientData(sel);
1748 wxNode *node = m_stringList->Add(initialText);
1793 wxNode *node = (wxNode *)m_listBox->wxListBox::GetClientData(m_currentSelection);
1812 wxNode *node = (wxNode *)m_listBox->wxListBox::GetClientData(m_currentSelection);
H A Dwxexpr.cpp202 wxNode *node = the_list->GetFirst();
611 wxNode *node = string_list->GetFirst();
1054 wxNode *node = GetFirst();
1116 wxNode *node = GetFirst();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dcspalette.cpp182 wxNode* node = GetSymbolDatabase()->GetSymbols().First();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtexutils.cpp179 wxNode *node = chunk->children.GetFirst();
185 wxNode *snode = child->children.GetFirst();
1113 // wxNode *texNode = TexReferences.Find(citeKey);
1115 wxNode *bibNode = BibList.Find(citeKey);
1139 // wxNode *texNode = TexReferences.Find(citeKey);
1141 wxNode *bibNode = BibList.Find(citeKey);
1541 wxNode *node = CustomMacroList.Find(name);
1553 wxNode *node = CustomMacroList.GetFirst();
1634 wxNode *node = ColourTable.Find(theName);
1653 wxNode *nod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dutils.cpp228 wxNode *node = wxResourceCache.First ();
238 wxNode *next = node->Next ();
255 wxNode *node = wxResourceCache.Find (buffer);
312 wxNode *node = wxResourceCache.Find (buffer);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dwxexpr.h198 wxNode *position; // Where we are in a search
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dlines.h158 virtual wxNode *InsertLineControlPoint(wxDC* dc);

Completed in 473 milliseconds

12