Searched refs:doodleSegments (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/docview/
H A Ddoc.h54 wxList doodleSegments; member in class:DrawingDocument
67 inline wxList& GetDoodleSegments(void) const { return (wxList&) doodleSegments; };
H A Ddoc.cpp42 WX_CLEAR_LIST(wxList, doodleSegments);
50 wxInt32 n = doodleSegments.GetCount();
53 wxList::compatibility_iterator node = doodleSegments.GetFirst();
72 wxInt32 n = doodleSegments.GetCount();
75 wxList::compatibility_iterator node = doodleSegments.GetFirst();
101 doodleSegments.Append(segment);
120 doodleSegments.Append(segment);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/docvwmdi/
H A Ddoc.h54 wxList doodleSegments; member in class:DrawingDocument
67 inline wxList& GetDoodleSegments(void) const { return (wxList&) doodleSegments; };
H A Ddoc.cpp40 WX_CLEAR_LIST(wxList, doodleSegments);
48 wxInt32 n = doodleSegments.GetCount();
51 wxList::compatibility_iterator node = doodleSegments.GetFirst();
70 wxInt32 n = doodleSegments.GetCount();
73 wxList::compatibility_iterator node = doodleSegments.GetFirst();
99 doodleSegments.Append(segment);
118 doodleSegments.Append(segment);

Completed in 46 milliseconds