]> git.saurik.com Git - wxWidgets.git/blame - contrib/docs/latex/fl/cbbarhintsplugin.tex
Removed old classes and functions
[wxWidgets.git] / contrib / docs / latex / fl / cbbarhintsplugin.tex
CommitLineData
499b2ed8
JS
1%
2% automatically generated by HelpGen $Revision$ from
4cbc57f0 3% barhintspl.h at 21/Jan/02 21:14:18
499b2ed8
JS
4%
5
6
7\section{\class{cbBarHintsPlugin}}\label{cbbarhintsplugin}
8
9
4cbc57f0
JS
10This class intercepts bar-decoration and sizing events, and draws 3D hints
11around fixed and flexible bars, similar to those in Microsoft DevStudio 6.x
12
499b2ed8
JS
13\wxheading{Derived from}
14
15\helpref{cbPluginBase}{cbpluginbase}
16
4cbc57f0
JS
17\wxheading{Include files}
18
6e8515a3 19<wx/fl/barhintspl.h>
4cbc57f0 20
499b2ed8
JS
21\wxheading{Data structures}
22
23\latexignore{\rtfignore{\wxheading{Members}}}
24
25
26\membersection{cbBarHintsPlugin::cbBarHintsPlugin}\label{cbbarhintsplugincbbarhintsplugin}
27
28\func{}{cbBarHintsPlugin}{\void}
29
4cbc57f0
JS
30Default constructor.
31
499b2ed8
JS
32
33\func{}{cbBarHintsPlugin}{\param{wxFrameLayout* }{pLayout}, \param{int }{paneMask = wxALL\_PANES}}
34
4cbc57f0
JS
35Constructor, taking parent frame and pane mask flag.
36
499b2ed8
JS
37
38\membersection{cbBarHintsPlugin::\destruct{cbBarHintsPlugin}}\label{cbbarhintsplugindtor}
39
40\func{}{\destruct{cbBarHintsPlugin}}{\void}
41
4cbc57f0
JS
42Destructor.
43
499b2ed8
JS
44
45\membersection{cbBarHintsPlugin::CreateBoxes}\label{cbbarhintsplugincreateboxes}
46
47\func{void}{CreateBoxes}{\void}
48
4cbc57f0
JS
49Helper function: creates close and collapse boxes.
50
499b2ed8
JS
51
52\membersection{cbBarHintsPlugin::DoDrawHint}\label{cbbarhintsplugindodrawhint}
53
54\func{void}{DoDrawHint}{\param{wxDC\& }{dc}, \param{wxRect\& }{rect}, \param{int }{pos}, \param{int }{boxOfs}, \param{int }{grooveOfs}, \param{bool }{isFixed}}
55
4cbc57f0
JS
56Helper function: draws a hint.
57
499b2ed8
JS
58
59\membersection{cbBarHintsPlugin::Draw3DBox}\label{cbbarhintsplugindraw3dbox}
60
61\func{void}{Draw3DBox}{\param{wxDC\& }{dc}, \param{const wxPoint\& }{pos}, \param{bool }{pressed}}
62
4cbc57f0 63Helper function: draws a 3D box.
499b2ed8
JS
64
65
66\membersection{cbBarHintsPlugin::DrawCloseBox}\label{cbbarhintsplugindrawclosebox}
67
68\func{void}{DrawCloseBox}{\param{wxDC\& }{dc}, \param{const wxPoint\& }{pos}, \param{bool }{pressed}}
69
4cbc57f0
JS
70Helper function: draws a close box.
71
499b2ed8
JS
72
73\membersection{cbBarHintsPlugin::DrawCollapseBox}\label{cbbarhintsplugindrawcollapsebox}
74
75\func{void}{DrawCollapseBox}{\param{wxDC\& }{dc}, \param{const wxPoint\& }{pos}, \param{bool }{atLeft}, \param{bool }{disabled}, \param{bool }{pressed}}
76
4cbc57f0
JS
77Helper function: draws a collapse box.
78
499b2ed8
JS
79
80\membersection{cbBarHintsPlugin::DrawGrooves}\label{cbbarhintsplugindrawgrooves}
81
82\func{void}{DrawGrooves}{\param{wxDC\& }{dc}, \param{const wxPoint\& }{pos}, \param{int }{length}}
83
4cbc57f0
JS
84Helper function: draws grooves.
85
499b2ed8
JS
86
87\membersection{cbBarHintsPlugin::ExcludeHints}\label{cbbarhintspluginexcludehints}
88
89\func{void}{ExcludeHints}{\param{wxRect\& }{rect}, \param{cbBarInfo\& }{info}}
90
4cbc57f0
JS
91Helper function.
92
499b2ed8
JS
93
94\membersection{cbBarHintsPlugin::GetHintsLayout}\label{cbbarhintsplugingethintslayout}
95
96\func{void}{GetHintsLayout}{\param{wxRect\& }{rect}, \param{cbBarInfo\& }{info}, \param{int\& }{boxOfs}, \param{int\& }{grooveOfs}, \param{int\& }{pos}}
97
4cbc57f0
JS
98Helper function: gets the layout of a hint.
99
499b2ed8
JS
100
101\membersection{cbBarHintsPlugin::HitTestHints}\label{cbbarhintspluginhittesthints}
102
103\func{int}{HitTestHints}{\param{cbBarInfo\& }{info}, \param{const wxPoint\& }{pos}}
104
4cbc57f0
JS
105Helper function: returns information about the hint under the given position.
106
499b2ed8
JS
107
108\membersection{cbBarHintsPlugin::OnDrawBarDecorations}\label{cbbarhintspluginondrawbardecorations}
109
110\func{void}{OnDrawBarDecorations}{\param{cbDrawBarDecorEvent\& }{event}}
111
4cbc57f0
JS
112Handles a plugin event.
113
499b2ed8
JS
114
115\membersection{cbBarHintsPlugin::OnInitPlugin}\label{cbbarhintspluginoninitplugin}
116
117\func{void}{OnInitPlugin}{\void}
118
4cbc57f0
JS
119Called to initialize this plugin.
120
499b2ed8
JS
121
122\membersection{cbBarHintsPlugin::OnLeftDown}\label{cbbarhintspluginonleftdown}
123
124\func{void}{OnLeftDown}{\param{cbLeftDownEvent\& }{event}}
125
4cbc57f0
JS
126Handles a plugin event.
127
499b2ed8
JS
128
129\membersection{cbBarHintsPlugin::OnLeftUp}\label{cbbarhintspluginonleftup}
130
131\func{void}{OnLeftUp}{\param{cbLeftUpEvent\& }{event}}
132
4cbc57f0
JS
133Handles a plugin event.
134
499b2ed8
JS
135
136\membersection{cbBarHintsPlugin::OnMotion}\label{cbbarhintspluginonmotion}
137
138\func{void}{OnMotion}{\param{cbMotionEvent\& }{event}}
139
4cbc57f0
JS
140Handles a plugin event.
141
499b2ed8
JS
142
143\membersection{cbBarHintsPlugin::OnSizeBarWindow}\label{cbbarhintspluginonsizebarwindow}
144
145\func{void}{OnSizeBarWindow}{\param{cbSizeBarWndEvent\& }{event}}
146
4cbc57f0 147Handles a plugin event.
499b2ed8
JS
148
149
150\membersection{cbBarHintsPlugin::SetGrooveCount}\label{cbbarhintspluginsetgroovecount}
151
152\func{void}{SetGrooveCount}{\param{int }{nGrooves}}
153
4cbc57f0
JS
154Set the number of grooves to be shown in the pane.
155