• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching defs:wxGraphicsContext

12 \section{\class{wxGraphicsContext}}\label{wxgraphicscontext}
14 A wxGraphicsContext instance is the object that is drawn upon. It is created by a renderer using the CreateContext calls.., this can be either directly using a renderer
15 instance, or indirectly using the static convenience CreateXXX functions of wxGraphicsContext that always delegate the task to the default renderer.
27 \membersection{wxGraphicsContext::Create}\label{wxgraphicscontextcreate}
29 \func{wxGraphicsContext*}{Create}{\param{const wxWindowDC\& }{dc}}
31 Creates a wxGraphicsContext from a wxWindowDC (eg a wxPaintDC).
33 \func{wxGraphicsContext*}{Create}{\param{wxWindow* }{window}}
35 Creates a wxGraphicsContext from a wxWindow.
41 \membersection{wxGraphicsContext::CreateFromNative}\label{wxgraphicscontextcreatefromnative}
43 Creates a wxGraphicsContext from a native context. This native context must be eg a CGContextRef for Core Graphics, a Graphics pointer for GDIPlus or a
46 \func{wxGraphicsContext*}{CreateFromNative}{\param{void * }{context}}
48 Creates a wxGraphicsContext from a native window.
54 \membersection{wxGraphicsContext::CreateFromNativeWindow}\label{wxgraphicscontextcreatefromnativewindow}
56 \func{wxGraphicsContext*}{CreateFromNativeWindow}{\param{void * }{window}}
62 \membersection{wxGraphicsContext::CreatePen}\label{wxgraphicscontextcreatepen}
68 \membersection{wxGraphicsContext::CreateBrush}\label{wxgraphicscontextcreatebrush}
74 \membersection{wxGraphicsContext::CreateRadialGradientBrush}\label{wxgraphicscontextcreateradialgradientbrush}
81 \membersection{wxGraphicsContext::CreateLinearGradientBrush}\label{wxgraphicscontextcreatelineargradientbrush}
88 \membersection{wxGraphicsContext::CreateFont}\label{wxgraphicscontextcreatefont}
94 \membersection{wxGraphicsContext::CreateMatrix}\label{wxgraphicscontextcreatematrix}
101 \membersection{wxGraphicsContext::CreatePath}\label{wxgraphicscontextcreatepath}
107 \membersection{wxGraphicsContext::Clip}\label{wxgraphicscontextclip}
117 \membersection{wxGraphicsContext::ResetClip}\label{wxgraphicscontextresetclip}
123 \membersection{wxGraphicsContext::DrawBitmap}\label{wxgraphicscontextdrawbitmap}
129 \membersection{wxGraphicsContext::DrawEllipse}\label{wxgraphicscontextdrawellipse}
135 \membersection{wxGraphicsContext::DrawIcon}\label{wxgraphicscontextdrawicon}
142 \membersection{wxGraphicsContext::DrawLines}\label{wxgraphicscontextdrawlines}
149 \membersection{wxGraphicsContext::DrawPath}\label{wxgraphicscontextdrawpath}
156 \membersection{wxGraphicsContext::DrawRectangle}\label{wxgraphicscontextdrawrectangle}
163 \membersection{wxGraphicsContext::DrawRoundedRectangle}\label{wxgraphicscontextdrawroundedrectangle}
169 \membersection{wxGraphicsContext::DrawText}\label{wxgraphicscontextdrawtext}
177 \membersection{wxGraphicsContext::FillPath}\label{wxgraphicscontextfillpath}
183 \membersection{wxGraphicsContext::StrokePath}\label{wxgraphicscontextstrokepath}
190 \membersection{wxGraphicsContext::GetNativeContext}\label{wxgraphicscontextgetnativecontext}
196 \membersection{wxGraphicsContext::GetPartialTextExtents}\label{wxgraphicscontextgetpartialtextextents}
203 \membersection{wxGraphicsContext::GetTextExtent}\label{wxgraphicscontextgettextextent}
215 \membersection{wxGraphicsContext::Rotate}\label{wxgraphicscontextrotate}
221 \membersection{wxGraphicsContext::Scale}\label{wxgraphicscontextscale}
227 \membersection{wxGraphicsContext::Translate}\label{wxgraphicscontexttranslate}
233 \membersection{wxGraphicsContext::GetTransform}\label{wxgraphicscontextgettransform}
239 \membersection{wxGraphicsContext::SetTransform}\label{wxgraphicscontextsettransform}
245 \membersection{wxGraphicsContext::ConcatTransform}\label{wxgraphicscontextconcattransform}
251 \membersection{wxGraphicsContext::SetBrush}\label{wxgraphicscontextsetbrush}
259 \membersection{wxGraphicsContext::SetFont}\label{wxgraphicscontextsetfont}
269 \membersection{wxGraphicsContext::SetPen}\label{wxgraphicscontextsetpen}
277 \membersection{wxGraphicsContext::StrokeLine}\label{wxgraphicscontextstrokeline}
283 \membersection{wxGraphicsContext::StrokeLines}\label{wxgraphicscontextstrokelines}