1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2 %% Name: graphicsobject.tex
3 %% Purpose: wxGraphicsObject class documentation
4 %% Author: Stefan Csomor
8 %% Copyright: (c) Stefan Csomor
9 %% License: wxWindows license
10 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
12 \section{\class{wxGraphicsObject
}}\label{wxgraphicsobject
}
14 This class is the superclass of native graphics objects like pens etc. It allows reference counting. Not instantiated by user code.
16 \wxheading{Derived from
}
18 \helpref{wxObject
}{wxobject
}
20 \wxheading{Include files
}
26 \helpref{wxGraphicsBrush
}{wxgraphicsbrush
},
\helpref{wxGraphicsPen
}{wxgraphicspen
},
\helpref{wxGraphicsMatrix
}{wxgraphicsmatrix
},
\helpref{wxGraphicsPath
}{wxgraphicspath
}
28 \latexignore{\rtfignore{\wxheading{Members
}}}
30 \membersection{wxGraphicsObject::GetRenderer
}\label{wxgraphicsobjectgetrenderer
}
32 \constfunc{wxGraphicsRenderer*
}{GetRenderer
}{\void}
34 Returns the renderer that was used to create this instance, or NULL if it has not been initialized yet
36 \membersection{wxGraphicsObject::IsNull
}\label{wxgraphicsobjectisnull
}
38 \constfunc{bool
}{IsNull
}{\void}
40 Is this object valid (false) or still empty (true)?