Searched refs:wxList (Results 1 - 25 of 200) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/fl/
H A Dgarbagec.h21 wxList mRefs; // references to other nodes
36 wxList mAllNodes;
37 wxList mRegularLst;
38 wxList mCycledLst;
53 void DestroyItemList( wxList& lst );
77 wxList& GetRegularObjects();
81 wxList& GetCycledObjects();
H A Dgcupdatesmgr.h100 void DoRepositionItems( wxList& items );
103 void AddItem( wxList& itemList,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlist.tex3 %% Purpose: wxList
12 \section{\class{wxList<T>}}\label{wxlist}
14 The wxList<T> class provides linked list functionality. It has been written
16 should be used like it. The exception is that wxList<T> actually stores
23 new wxList<T> class requires that you declare and define each wxList<T>
27 and the old wxList API in the future.
32 old wxList class and which can still be used alternatively for
36 then wxList<T> will actually derive from std::list and just add a legacy
37 compatibility layer for the old wxList clas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dsymbols.h56 inline wxList& GetSymbols() const { return (wxList&) m_symbols; }
66 wxList m_symbols;
H A Ddoc.h97 wxList& GetStates() const { return (wxList&) m_states; }
101 wxList m_states;
H A Dview.h70 void FindSelectedShapes(wxList& selections, wxClassInfo* toFind = NULL);
73 inline wxList& GetSelectionList() const { return (wxList&) m_selections; }
88 void DoCut(wxList& shapes);
91 void DoCmd(wxList& shapes, wxList& oldShapes, int cmd, const wxString& op);
133 wxList m_selections;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dmisc.h18 extern wxList oglObjectCopyMapping;
27 WXDLLIMPEXP_OGL void oglCentreText(wxDC& dc, wxList *text, double m_xpos, double m_ypos,
37 WXDLLIMPEXP_OGL void oglCentreTextNoClipping(wxDC& dc, wxList *text_list,
41 WXDLLIMPEXP_OGL void oglGetCentredTextExtent(wxDC& dc, wxList *text_list,
46 WXDLLIMPEXP_OGL void oglDrawFormattedText(wxDC& context, wxList *text_list,
51 WXDLLIMPEXP_OGL void oglFindPolylineCentroid(wxList *points, double *x, double *y);
H A Dconstrnt.h36 extern wxList* wxOGLConstraintTypes;
65 wxOGLConstraint(int type, wxShape *constraining, wxList& constrained);
79 wxList m_constrainedObjects;
H A Ddrawn.h53 inline wxList& GetOutlineColours() const { return (wxList&) m_outlineColours; }
54 inline wxList& GetFillColours() const { return (wxList&) m_fillColours; }
69 inline wxList& GetOps() const { return (wxList&) m_ops; }
110 wxList m_ops; // List of drawing operations (see drawnp.h)
111 wxList m_gdiObjects; // List of pens, brushes and fonts for this object.
118 wxList m_outlineColours; // List of the GDI operations that comprise the outline
119 wxList m_fillColour
[all...]
H A Dcomposit.h52 wxOGLConstraint *AddConstraint(int type, wxShape *constraining, wxList& constrained);
95 inline wxList& GetDivisions() const { return (wxList&) m_divisions; }
96 inline wxList& GetConstraints() const { return (wxList&) m_constraints; }
101 wxList m_constraints;
102 wxList m_divisions; // In case it's a container
H A Dlines.h161 inline wxList *GetLineControlPoints() { return m_lineControlPoints; }
224 bool AddArrowOrdered(wxArrowHead *arrow, wxList& referenceList, int end);
235 inline wxList& GetArrows() const { return (wxList&) m_arcArrows; }
268 wxList m_lineOrientations;
277 wxList* m_lineControlPoints;
291 wxList m_arcArrows;
H A Dogldiag.h65 inline wxList *GetShapeList() const { return m_shapeList; }
94 wxList* m_shapeList;
121 wxList m_crossings;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/docview/
H A Ddoc.h32 wxList lines;
54 wxList doodleSegments;
67 inline wxList& GetDoodleSegments(void) const { return (wxList&) doodleSegments; };
H A Ddoc.cpp42 WX_CLEAR_LIST(wxList, doodleSegments);
53 wxList::compatibility_iterator node = doodleSegments.GetFirst();
75 wxList::compatibility_iterator node = doodleSegments.GetFirst();
129 wxList::compatibility_iterator node = seg.lines.GetFirst();
147 WX_CLEAR_LIST(wxList, lines);
156 wxList::compatibility_iterator node = lines.GetFirst();
177 wxList::compatibility_iterator node = lines.GetFirst();
234 wxList::compatibility_iterator node = lines.GetFirst();
270 wxList::compatibility_iterator node = doc->GetDoodleSegments().GetLast();
316 wxList
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/docvwmdi/
H A Ddoc.h32 wxList lines;
54 wxList doodleSegments;
67 inline wxList& GetDoodleSegments(void) const { return (wxList&) doodleSegments; };
H A Ddoc.cpp40 WX_CLEAR_LIST(wxList, doodleSegments);
51 wxList::compatibility_iterator node = doodleSegments.GetFirst();
73 wxList::compatibility_iterator node = doodleSegments.GetFirst();
128 wxList::compatibility_iterator node = seg.lines.GetFirst();
146 WX_CLEAR_LIST(wxList, lines);
155 wxList::compatibility_iterator node = lines.GetFirst();
176 wxList::compatibility_iterator node = lines.GetFirst();
232 wxList::compatibility_iterator node = lines.GetFirst();
268 wxList::compatibility_iterator node = doc->GetDoodleSegments().GetLast();
314 wxList
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcmdproc.h90 wxList& GetCommands() { return m_commands; }
91 const wxList& GetCommands() const { return m_commands; }
127 wxList m_commands;
128 wxList::compatibility_iterator m_currentCommand,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dimaglist.cpp128 wxList::compatibility_iterator node = m_images.Item( index );
144 wxList::compatibility_iterator node = m_images.Item( index );
162 wxList::compatibility_iterator node = m_images.Item( index );
177 wxList::compatibility_iterator next = node->GetNext();
189 wxList::compatibility_iterator node = m_images.Item( index );
203 wxList::compatibility_iterator next = node->GetNext();
214 wxList::compatibility_iterator node = m_images.Item( index );
228 wxList::compatibility_iterator next = node->GetNext();
242 wxList::compatibility_iterator node = m_images.Item( index );
254 WX_CLEAR_LIST(wxList, m_image
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcmdproc.cpp66 m_currentCommand = wxList::compatibility_iterator();
117 wxList::compatibility_iterator node = m_currentCommand->GetNext();
120 wxList::compatibility_iterator next = node->GetNext();
126 m_lastSavedCommand = wxList::compatibility_iterator();
134 wxList::compatibility_iterator firstNode = m_commands.GetFirst();
141 m_lastSavedCommand = wxList::compatibility_iterator();
168 wxList::compatibility_iterator redoNode
312 wxList::compatibility_iterator node = m_commands.GetFirst();
321 m_currentCommand = wxList::compatibility_iterator();
322 m_lastSavedCommand = wxList
[all...]
H A Dbmpbase.cpp52 wxList wxBitmapBase::sm_handlers;
78 wxList::compatibility_iterator node = sm_handlers.GetFirst();
91 wxList::compatibility_iterator node = sm_handlers.GetFirst();
105 wxList::compatibility_iterator node = sm_handlers.GetFirst();
118 wxList::compatibility_iterator node = sm_handlers.GetFirst();
122 wxList::compatibility_iterator next = node->GetNext();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dgarbagec.cpp40 void GarbageCollector::DestroyItemList( wxList& lst )
92 wxList& refLst = node_to_item( pNode ).mRefs;
200 wxList& GarbageCollector::GetRegularObjects()
205 wxList& GarbageCollector::GetCycledObjects()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dimaglist.cpp123 wxList::compatibility_iterator node = m_images.Item( index );
156 wxList::compatibility_iterator node = m_images.Item( index );
178 wxList::compatibility_iterator next = node->GetNext();
189 wxList::compatibility_iterator node = m_images.Item( index );
211 wxList::compatibility_iterator next = node->GetNext();
225 wxList::compatibility_iterator node = m_images.Item( index );
237 WX_CLEAR_LIST(wxList, m_images);
248 wxList::compatibility_iterator node = m_images.Item( index );
262 wxList::compatibility_iterator node = m_images.Item( index );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/helpview/src/
H A Dhelpview.h50 wxList& GetConnections() { return m_connections; }
61 wxList m_connections;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dradiobox.cpp85 wxList::compatibility_iterator node = rb->m_boxes.Find( (wxObject*) widget );
291 wxList::compatibility_iterator node = m_boxes.GetFirst();
313 wxList::compatibility_iterator node = m_boxes.GetFirst();
335 wxList::compatibility_iterator node = m_boxes.GetFirst();
352 wxList::compatibility_iterator node = m_boxes.Item( n );
371 wxList::compatibility_iterator node = m_boxes.GetFirst();
389 wxList::compatibility_iterator node = m_boxes.Item( n );
411 wxList::compatibility_iterator node = m_boxes.Item( item );
425 wxList::compatibility_iterator node = m_boxes.GetFirst();
443 wxList
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/utils/convertrc/
H A Drc2xml.h37 wxList * m_iconlist;
85 wxList * m_stringtable;
86 wxList *m_bitmaplist;
87 wxList * m_resourcelist;

Completed in 101 milliseconds

12345678