Searched refs:OnDraw (Results 26 - 50 of 55) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dview.tex171 and previews one page by calling wxView::OnDraw.
175 \membersection{wxView::OnDraw}\label{onviewondraw}
177 \func{virtual void}{OnDraw}{\param{wxDC* }{dc}}
H A Dscrolwin.tex50 or overriding the \helpref{OnDraw}{wxscrolledwindowondraw} function, which is
55 within OnDraw, to set the device origin for the device context according to the current
336 handler, so your \helpref{wxScrolledWindow::OnDraw}{wxscrolledwindowondraw} override
338 outside of OnDraw (via OnPaint), or you wish to implement OnPaint yourself, you must
360 \membersection{wxScrolledWindow::OnDraw}\label{wxscrolledwindowondraw}
362 \func{virtual void}{OnDraw}{\param{wxDC\& }{dc}}
H A Dtab.tex188 \membersection{wxTabControl::OnDraw}
190 \func{void}{OnDraw}{\param{wxDC\& }{dc}, \param{bool}{ lastInRow}}
H A Dtdocview.tex43 to views or documents, for example OnPaint needs to be routed to wxView::OnDraw.
138 at least the member functions OnCreate, OnDraw, OnUpdate and OnClose. You will probably
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dappletwindow.cpp137 void wxHtmlAppletWindow::OnDraw( function in class:wxHtmlAppletWindow
140 wxHtmlWindow::OnDraw(dc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dlines.cpp877 GetEventHandler()->OnDraw(dc);
967 GetEventHandler()->OnDraw(dc);
1166 void wxLineShape::OnDraw(wxDC& dc) function in class:wxLineShape
1699 void wxLineControlPoint::OnDraw(wxDC& dc) function in class:wxLineControlPoint
1701 wxRectangleShape::OnDraw(dc);
1781 lineShape->GetFrom()->OnDraw(dc);
1783 lineShape->GetTo()->OnDraw(dc);
1912 lineShape->GetEventHandler()->OnDraw(dc);
1915 lineShape->GetFrom()->GetEventHandler()->OnDraw(dc);
1920 lineShape->GetTo()->GetEventHandler()->OnDraw(d
2412 void wxLabelShape::OnDraw(wxDC& dc) function in class:wxLabelShape
[all...]
H A Dbasic2.cpp482 void wxPolygonShape::OnDraw(wxDC& dc) function in class:wxPolygonShape
865 void wxRectangleShape::OnDraw(wxDC& dc) function in class:wxRectangleShape
994 void wxTextShape::OnDraw(wxDC& WXUNUSED(dc))
1038 void wxEllipseShape::OnDraw(wxDC& dc) function in class:wxEllipseShape
1244 void wxControlPoint::OnDraw(wxDC& dc) function in class:wxControlPoint
1248 wxRectangleShape::OnDraw(dc);
H A Ddivided.cpp64 void wxDividedShape::OnDraw(wxDC& dc) function in class:wxDividedShape
66 wxRectangleShape::OnDraw(dc);
H A Dcomposit.cpp89 void wxCompositeShape::OnDraw(wxDC& dc) function in class:wxCompositeShape
831 void wxDivisionShape::OnDraw(wxDC& dc) function in class:wxDivisionShape
860 // wxRectangleShape::OnDraw(dc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dbasicp.h52 void OnDraw(wxDC& dc);
H A Ddrawn.h135 void OnDraw(wxDC& dc);
H A Dlines.h103 void OnDraw(wxDC& dc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Dview.cpp70 void DiagramView::OnDraw(wxDC *dc) function in class:DiagramView
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dshapes.h179 void OnDraw(wxDC& dc);
H A Dshapes.cpp992 void csGroupShape::OnDraw(wxDC& dc) function in class:csGroupShape
994 wxRectangleShape::OnDraw(dc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dscrolwin.h136 virtual void OnDraw(wxDC& WXUNUSED(dc)) { }
H A Ddocview.h203 virtual void OnDraw(wxDC *dc) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/sashtest/
H A Dsashtest.cpp292 void MyCanvas::OnDraw(wxDC& dc) function in class:MyCanvas
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dtabg.h37 virtual void OnDraw(wxDC& dc, bool lastInRow);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/foldbar/extended/
H A Dextended.cpp456 void MyCanvas::OnDraw(wxDC& dc) function in class:MyCanvas
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mdi/
H A Dmdi.cpp353 void MyCanvas::OnDraw(wxDC& dc) function in class:MyCanvas
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/printing/
H A Dprinting.cpp428 void MyCanvas::OnDraw(wxDC& dc) function in class:MyCanvas
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtabg.cpp62 void wxTabControl::OnDraw(wxDC& dc, bool lastInRow) function in class:wxTabControl
820 control->OnDraw(dc, (!node2->GetNext()));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dncftpbatch.c1823 static void OnDraw(HWND hwnd, HDC hdc) function
1996 } /* OnDraw */
2013 OnDraw(hwnd, hdc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddocview.cpp654 OnDraw(dc);
2066 m_printoutView->OnDraw(dc);

Completed in 211 milliseconds

123