]> git.saurik.com Git - wxWidgets.git/blob - contrib/docs/latex/fl/cbpluginevent.tex
Added makefile
[wxWidgets.git] / contrib / docs / latex / fl / cbpluginevent.tex
1 %
2 % automatically generated by HelpGen $Revision$ from
3 % controlbar.h at 05/Jan/02 22:50:59
4 %
5
6
7 \section{\class{cbPluginEvent}}\label{cbpluginevent}
8
9
10 ------------------------------------------------------------
11 "API" for developing custom plugins of Frame Layout Engine
12 TODO:: documentation
13 ------------------------------------------------------------
14 base class for all control-bar plugin events
15
16 \wxheading{Derived from}
17
18 \helpref{wxEvent}{wxevent}
19
20 \wxheading{Data structures}
21
22 \latexignore{\rtfignore{\wxheading{Members}}}
23
24
25 \membersection{cbPluginEvent::cbPluginEvent}\label{cbplugineventcbpluginevent}
26
27 \func{}{cbPluginEvent}{\param{wxEventType }{eventType}, \param{cbDockPane* }{pPane}}
28
29
30 \membersection{cbPluginEvent::Clone}\label{cbplugineventclone}
31
32 \constfunc{wxEvent*}{Clone}{\void}
33
34 OLD STUFF::
35 // FOR NOW FOR NOW:: all-in-one plugin event structure
36 wxNode* mpObjNode;
37 wxNode* mpObjNodeAux;
38 wxPoint mPos;
39 wxSize mSize;
40 wxDC* mpDC;
41 bool mAuxBoolVal;
42 Not used, but required
43