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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/docview/
H A Ddoc.cpp268 if (doc->GetDoodleSegments().GetCount() > 0)
270 wxList::compatibility_iterator node = doc->GetDoodleSegments().GetLast();
275 doc->GetDoodleSegments().Erase(node);
284 doc->GetDoodleSegments().Append(new DoodleSegment(*segment));
302 doc->GetDoodleSegments().Append(segment);
314 if (doc->GetDoodleSegments().GetCount() > 0)
316 wxList::compatibility_iterator node = doc->GetDoodleSegments().GetLast();
319 doc->GetDoodleSegments().Erase(node);
H A Ddoc.h67 inline wxList& GetDoodleSegments(void) const { return (wxList&) doodleSegments; }; function in class:DrawingDocument
H A Dview.cpp89 wxList::compatibility_iterator node = ((DrawingDocument *)GetDocument())->GetDoodleSegments().GetFirst();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/docvwmdi/
H A Ddoc.cpp266 if (doc->GetDoodleSegments().GetCount() > 0)
268 wxList::compatibility_iterator node = doc->GetDoodleSegments().GetLast();
273 doc->GetDoodleSegments().Erase(node);
282 doc->GetDoodleSegments().Append(new DoodleSegment(*segment));
300 doc->GetDoodleSegments().Append(segment);
312 if (doc->GetDoodleSegments().GetCount() > 0)
314 wxList::compatibility_iterator node = doc->GetDoodleSegments().GetLast();
317 doc->GetDoodleSegments().Erase(node);
H A Ddoc.h67 inline wxList& GetDoodleSegments(void) const { return (wxList&) doodleSegments; }; function in class:DrawingDocument
H A Dview.cpp68 wxList::compatibility_iterator node = ((DrawingDocument *)GetDocument())->GetDoodleSegments().GetFirst();

Completed in 23 milliseconds