• 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:csEvtHandler

56  * csEvtHandler: an event handler class for all shapes
59 IMPLEMENT_DYNAMIC_CLASS(csEvtHandler, wxShapeEvtHandler)
61 csEvtHandler::csEvtHandler(wxShapeEvtHandler *prev, wxShape *shape, const wxString& lab):
67 csEvtHandler::~csEvtHandler()
72 void csEvtHandler::CopyData(wxShapeEvtHandler& copy)
76 csEvtHandler& csCopy = (csEvtHandler&) copy;
80 void csEvtHandler::OnLeftClick(double WXUNUSED(x), double WXUNUSED(y), int keys, int WXUNUSED(attachment))
111 csEvtHandler* handler = (csEvtHandler *)newShape->GetEventHandler();
161 void csEvtHandler::OnRightClick(double x, double y, int WXUNUSED(keys), int WXUNUSED(attachment))
187 void csEvtHandler::OnBeginDragRight(double x, double y, int WXUNUSED(keys), int attachment)
201 void csEvtHandler::OnDragRight(bool WXUNUSED(draw), double x, double y, int WXUNUSED(keys), int attachment)
214 void csEvtHandler::OnEndDragRight(double x, double y, int WXUNUSED(keys), int attachment)
228 theShape->SetEventHandler(new csEvtHandler(theShape, theShape, wxEmptyString));
259 void csEvtHandler::OnDragLeft(bool draw, double x, double y, int keys, int attachment)
310 void csEvtHandler::OnBeginDragLeft(double x, double y, int keys, int attachment)
372 void csEvtHandler::OnEndDragLeft(double x, double y, int keys, int attachment)
458 void csEvtHandler::OnSizingEndDragLeft(wxControlPoint* pt, double x, double y, int keys, int attachment)
562 void csEvtHandler::OnEndSize(double WXUNUSED(x), double WXUNUSED(y))
570 void csEvtHandler::OnChangeAttachment(int attachment, wxLineShape* line, wxList& ordering)
598 void csEvtHandler::OnLeftDoubleClick(double WXUNUSED(x), double WXUNUSED(y), int WXUNUSED(keys), int WXUNUSED(attachment))
604 bool csEvtHandler::EditProperties()
697 csEvtHandler* handler2 = (csEvtHandler *)newShape->GetEventHandler();
714 csEvtHandler *handler = (csEvtHandler *)shape.GetEventHandler();
724 csEvtHandler *handler = new csEvtHandler(&shape, &shape, label);
1120 csEvtHandler* handler1 = (csEvtHandler *)shape->GetEventHandler();
1123 csEvtHandler* handler1 = (csEvtHandler *)shape->GetEventHandler();
1137 csEvtHandler* handler2 = (csEvtHandler *)newShape->GetEventHandler();