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{wxCore
}{librarieslist
}
30 \helpref{wxGraphicsBrush
}{wxgraphicsbrush
},
\helpref{wxGraphicsPen
}{wxgraphicspen
},
\helpref{wxGraphicsMatrix
}{wxgraphicsmatrix
},
\helpref{wxGraphicsPath
}{wxgraphicspath
}
32 \latexignore{\rtfignore{\wxheading{Members
}}}
34 \membersection{wxGraphicsObject::GetRenderer
}\label{wxgraphicsobjectgetrenderer
}
36 \constfunc{wxGraphicsRenderer*
}{GetRenderer
}{\void}
38 Returns the renderer that was used to create this instance, or NULL if it has not been initialized yet
40 \membersection{wxGraphicsObject::IsNull
}\label{wxgraphicsobjectisnull
}
42 \constfunc{bool
}{IsNull
}{\void}
44 Is this object valid (false) or still empty (true)?