• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/

Lines Matching refs:selections

210 void csDiagramView::FindSelectedShapes(wxList& selections, wxClassInfo* toFind)
219 selections.Append(eachShape);
244 wxList selections;
245 FindSelectedShapes(selections);
247 DoCut(selections);
252 wxList selections;
253 FindSelectedShapes(selections);
255 DoCut(selections);
378 wxList selections;
379 FindSelectedShapes(selections);
381 if (selections.GetCount() > 0)
385 if (selections.GetCount() == 1)
387 wxShape* firstShape = (wxShape*) selections.GetFirst()->GetData();
405 wxObjectList::compatibility_iterator node = selections.GetFirst();
430 wxList selections;
431 FindSelectedShapes(selections);
432 event.Enable( (selections.GetCount() > 0) );
467 wxList selections;
468 FindSelectedShapes(selections);
470 if (selections.GetCount() > 0)
474 wxObjectList::compatibility_iterator node = selections.GetFirst();
523 wxList selections;
524 FindSelectedShapes(selections);
526 wxObjectList::compatibility_iterator node = selections.GetFirst();
567 wxList selections;
568 FindSelectedShapes(selections, CLASSINFO(wxLineShape));
570 if (selections.GetCount() > 0)
574 wxObjectList::compatibility_iterator node = selections.GetFirst();
613 wxList selections;
614 FindSelectedShapes(selections, CLASSINFO(wxLineShape));
615 event.Enable( (selections.GetCount() > 0) );
643 // Make a copy of the selections, keeping only those shapes
645 wxList selections;
652 selections.Append(shape);
657 if (selections.GetCount() == 0)
663 node = selections.GetFirst();
671 node = selections.GetFirst();
737 // amongst the selections.
806 wxList selections;
807 FindSelectedShapes(selections, CLASSINFO(wxLineShape));
808 event.Enable( (selections.GetCount() > 0) );
813 wxList selections;
814 FindSelectedShapes(selections, CLASSINFO(wxLineShape));
815 event.Enable( (selections.GetCount() > 0) );
820 wxList selections;
821 FindSelectedShapes(selections, CLASSINFO(wxLineShape));
822 event.Enable( (selections.GetCount() > 0) );