Searched refs:eachShape (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dview.cpp200 wxShape *eachShape = (wxShape *)node->GetData(); local
201 if ((eachShape->GetParent() == NULL) && !eachShape->IsKindOf(CLASSINFO(wxLabelShape)) && eachShape->Selected())
203 return eachShape;
216 wxShape *eachShape = (wxShape *)node->GetData(); local
217 if ((eachShape->GetParent() == NULL) && !eachShape->IsKindOf(CLASSINFO(wxLabelShape)) && eachShape->Selected() && ((toFind == NULL) || (eachShape
542 wxShape *eachShape = (wxShape *)node->GetData(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Dview.cpp176 wxShape *eachShape = (wxShape *)node->GetData(); local
177 if ((eachShape->GetParent() == NULL) && eachShape->Selected())
179 return eachShape;
H A Ddoc.cpp463 wxShape *eachShape = (wxShape *)node->GetData(); local
464 if (eachShape->GetParent() == NULL)
466 if (eachShape->Selected())
468 eachShape->Select(false, &dc);

Completed in 133 milliseconds