]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/graphicsobject.tex
don't use obsolete functions (mostly copystring() and Count()), remove their document...
[wxWidgets.git] / docs / latex / wx / graphicsobject.tex
1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2 %% Name: graphicsobject.tex
3 %% Purpose: wxGraphicsObject class documentation
4 %% Author: Stefan Csomor
5 %% Modified by:
6 %% Created: 08.06.2004
7 %% RCS-ID: $Id$
8 %% Copyright: (c) Stefan Csomor
9 %% License: wxWindows license
10 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11
12 \section{\class{wxGraphicsObject}}\label{wxgraphicsobject}
13
14 This class is the superclass of native graphics objects like pens etc. It allows reference counting. Not instantiated by user code.
15
16 \wxheading{Derived from}
17
18 \helpref{wxObject}{wxobject}
19
20 \wxheading{Include files}
21
22 <wx/graphics.h>
23
24 \wxheading{See also}
25
26 \helpref{wxGraphicsBrush}{wxgraphicsbrush}, \helpref{wxGraphicsPen}{wxgraphicspen}, \helpref{wxGraphicsMatrix}{wxgraphicsmatrix}, \helpref{wxGraphicsPath}{wxgraphicspath}
27
28 \latexignore{\rtfignore{\wxheading{Members}}}
29
30 \membersection{wxGraphicsObject::GetRenderer}\label{wxgraphicsobjectgetrenderer}
31
32 \constfunc{wxGraphicsRenderer*}{GetRenderer}{\void}
33
34 Returns the renderer that was used to create this instance, or NULL if it has not been initialized yet
35
36 \membersection{wxGraphicsObject::IsNull}\label{wxgraphicsobjectisnull}
37
38 \constfunc{bool}{IsNull}{\void}
39
40 Is this object valid (false) or still empty (true)?
41