Searched refs:wxDividedShape (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/include/wx/ogl/
H A Ddivided.h3 // Purpose: wxDividedShape
27 class WXDLLIMPEXP_OGL wxDividedShape: public wxRectangleShape class in inherits:wxRectangleShape
29 DECLARE_DYNAMIC_CLASS(wxDividedShape)
32 wxDividedShape(double w = 0.0, double h = 0.0);
33 ~wxDividedShape();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Ddivided.cpp3 // Purpose: wxDividedShape class
53 IMPLEMENT_DYNAMIC_CLASS(wxDividedShape, wxRectangleShape)
55 wxDividedShape::wxDividedShape(double w, double h): wxRectangleShape(w, h) function in class:wxDividedShape
60 wxDividedShape::~wxDividedShape()
64 void wxDividedShape::OnDraw(wxDC& dc)
69 void wxDividedShape::OnDrawContents(wxDC& dc)
136 void wxDividedShape::SetSize(double w, double h, bool WXUNUSED(recursive))
144 void wxDividedShape
[all...]
H A Dbasic.cpp2232 !this->IsKindOf(CLASSINFO(wxLineShape)) && !this->IsKindOf(CLASSINFO(wxDividedShape)) &&

Completed in 123 milliseconds