]>
git.saurik.com Git - wxWidgets.git/blob - src/qt/dcscreen.cpp
cb263fc426cefdc2c7daf72a4bdf0a53efb1441f
1 /////////////////////////////////////////////////////////////////////////////
4 // Author: Robert Roebling
7 // Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
12 #pragma implementation "dcscreen.h"
15 #include "wx/dcscreen.h"
16 #include "wx/window.h"
18 //-----------------------------------------------------------------------------
20 //-----------------------------------------------------------------------------
22 IMPLEMENT_DYNAMIC_CLASS(wxScreenDC
,wxPaintDC
)
24 wxScreenDC::wxScreenDC(void)
29 wxScreenDC::~wxScreenDC(void)
34 bool wxScreenDC::StartDrawingOnTop( wxWindow
*WXUNUSED(window
) )
39 bool wxScreenDC::StartDrawingOnTop( wxRectangle
*WXUNUSED(rect
) )
44 bool wxScreenDC::EndDrawingOnTop(void)