X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/499b2ed82caa62ec19b400c31aa26be33b1c02d4..85247b36714d520cf2ebb92fe6b4fc039f2db9d0:/contrib/docs/latex/fl/cbantiflickerplugin.tex diff --git a/contrib/docs/latex/fl/cbantiflickerplugin.tex b/contrib/docs/latex/fl/cbantiflickerplugin.tex index 95cf62629f..01217e839e 100644 --- a/contrib/docs/latex/fl/cbantiflickerplugin.tex +++ b/contrib/docs/latex/fl/cbantiflickerplugin.tex @@ -1,15 +1,26 @@ % % automatically generated by HelpGen $Revision$ from -% antiflickpl.h at 05/Jan/02 22:50:56 +% antiflickpl.h at 21/Jan/02 21:14:17 % \section{\class{cbAntiflickerPlugin}}\label{cbantiflickerplugin} + +Implements double-buffering to reduce flicker. +Bitmap and memory DC buffers are shared 'resources' among all instances of +antiflicker plugins within the application. + +Locking for multithreaded applications is not yet implemented. + \wxheading{Derived from} \helpref{cbPluginBase}{cbpluginbase} +\wxheading{Include files} + + + \wxheading{Data structures} \latexignore{\rtfignore{\wxheading{Members}}} @@ -19,45 +30,59 @@ \func{}{cbAntiflickerPlugin}{\void} +Default constructor. + \func{}{cbAntiflickerPlugin}{\param{wxFrameLayout* }{pPanel}, \param{int }{paneMask = wxALL\_PANES}} +Constructor taking frame layout panel, and pane mask. + \membersection{cbAntiflickerPlugin::\destruct{cbAntiflickerPlugin}}\label{cbantiflickerplugindtor} \func{}{\destruct{cbAntiflickerPlugin}}{\void} +Destructor. + \membersection{cbAntiflickerPlugin::AllocNewBuffer}\label{cbantiflickerpluginallocnewbuffer} \func{wxDC*}{AllocNewBuffer}{\param{const wxRect\& }{forArea}} +Allocates a suitable buffer. + \membersection{cbAntiflickerPlugin::FindSuitableBuffer}\label{cbantiflickerpluginfindsuitablebuffer} \func{wxDC*}{FindSuitableBuffer}{\param{const wxRect\& }{forArea}} -returns NULL, if sutable buffer is not present +Finds a suitable buffer. Returns NULL if a suitable buffer is not present. \membersection{cbAntiflickerPlugin::GetClientDC}\label{cbantiflickerplugingetclientdc} \func{wxDC\&}{GetClientDC}{\void} +Gets the client device context. + \membersection{cbAntiflickerPlugin::GetWindowDC}\label{cbantiflickerplugingetwindowdc} \func{wxDC\&}{GetWindowDC}{\void} +Gets the window device context. + \membersection{cbAntiflickerPlugin::OnFinishDrawInArea}\label{cbantiflickerpluginonfinishdrawinarea} \func{void}{OnFinishDrawInArea}{\param{cbFinishDrawInAreaEvent\& }{event}} +Handler for plugin event. + \membersection{cbAntiflickerPlugin::OnStartDrawInArea}\label{cbantiflickerpluginonstartdrawinarea} \func{void}{OnStartDrawInArea}{\param{cbStartDrawInAreaEvent\& }{event}} -handlers for plugin events +Handler for plugin event.