document that wxDC can't be created
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -6,8 +6,10 @@ so a window can have a device context associated with it, and a printer also has
|
|||||||
In this way, the same piece of code may write to a number of different devices,
|
In this way, the same piece of code may write to a number of different devices,
|
||||||
if the device context is used as a parameter.
|
if the device context is used as a parameter.
|
||||||
|
|
||||||
Derived types of wxDC have documentation for specific features
|
Notice that wxDC is an abstract base class and can't be created directly,
|
||||||
only, so refer to this section for most device context information.
|
please use \helpref{wxPaintDC}{wxpaintdc}, \helpref{wxClientDC}{wxclientdc},
|
||||||
|
\helpref{wxWindowDC}{wxwindowdc}, \helpref{wxScreenDC}{wxscreendc},
|
||||||
|
\helpref{wxMemoryDC}{wxmemorydc} or \helpref{wxPrinterDC}{wxprinterdc}.
|
||||||
|
|
||||||
% VZ: we should really document them instead of this lame excuse, but I don't
|
% VZ: we should really document them instead of this lame excuse, but I don't
|
||||||
% have time for it now, when it is done please remove this
|
% have time for it now, when it is done please remove this
|
||||||
@@ -31,20 +33,6 @@ them.
|
|||||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||||
|
|
||||||
|
|
||||||
\membersection{wxDC::wxDC}\label{wxdcctor}
|
|
||||||
|
|
||||||
\func{}{wxDC}{\void}
|
|
||||||
|
|
||||||
Constructor.
|
|
||||||
|
|
||||||
|
|
||||||
\membersection{wxDC::\destruct{wxDC}}\label{wxdcdtor}
|
|
||||||
|
|
||||||
\func{}{\destruct{wxDC}}{\void}
|
|
||||||
|
|
||||||
Destructor.
|
|
||||||
|
|
||||||
|
|
||||||
\membersection{wxDC::BeginDrawing}\label{wxdcbegindrawing}
|
\membersection{wxDC::BeginDrawing}\label{wxdcbegindrawing}
|
||||||
|
|
||||||
\func{void}{BeginDrawing}{\void}
|
\func{void}{BeginDrawing}{\void}
|
||||||
|
Reference in New Issue
Block a user