Searched refs:csLabelShape (Results 1 - 2 of 2) 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 Dshapes.h205 class csLabelShape: public wxLabelShape class in inherits:wxLabelShape
207 DECLARE_DYNAMIC_CLASS(csLabelShape)
210 csLabelShape(wxLineShape *parent = NULL, wxShapeRegion *region = NULL, double w = 0.0, double h = 0.0);
H A Dshapes.cpp1077 return new csLabelShape(parent, region, w, h);
1095 IMPLEMENT_DYNAMIC_CLASS(csLabelShape, wxLabelShape)
1097 csLabelShape::csLabelShape(wxLineShape *parent, wxShapeRegion *region, double w, double h): function in class:csLabelShape
1104 void csLabelShape::OnEndDragLeft(double x, double y, int keys, int attachment)

Completed in 110 milliseconds