]>
Commit | Line | Data |
---|---|---|
1 | % | |
2 | % automatically generated by HelpGen $Revision$ from | |
3 | % controlbar.h at 21/Jan/02 21:14:13 | |
4 | % | |
5 | ||
6 | ||
7 | \section{\class{cbBarSpy}}\label{cbbarspy} | |
8 | ||
9 | ||
10 | Helper class, used for spying for unhandled mouse events on control bars | |
11 | and forwarding them to the frame layout. | |
12 | ||
13 | \wxheading{Derived from} | |
14 | ||
15 | \helpref{wxEvtHandler}{wxevthandler} | |
16 | ||
17 | \wxheading{Include files} | |
18 | ||
19 | <wx/fl/controlbar.h> | |
20 | ||
21 | \wxheading{Data structures} | |
22 | ||
23 | {\small \begin{verbatim} | |
24 | typedef cbBarInfo* BarInfoPtrT | |
25 | \end{verbatim}} | |
26 | forward declarations | |
27 | ||
28 | {\small \begin{verbatim} | |
29 | typedef cbRowInfo* RowInfoPtrT | |
30 | \end{verbatim}} | |
31 | enumeration of hittest results, see cbDockPane::HitTestPaneItems(..) | |
32 | \begin{verbatim} | |
33 | enum CB_HITTEST_RESULT | |
34 | { | |
35 | CB_NO_ITEMS_HITTED, | |
36 | ||
37 | CB_UPPER_ROW_HANDLE_HITTED, | |
38 | CB_LOWER_ROW_HANDLE_HITTED, | |
39 | CB_LEFT_BAR_HANDLE_HITTED, | |
40 | CB_RIGHT_BAR_HANDLE_HITTED, | |
41 | CB_BAR_CONTENT_HITTED | |
42 | } | |
43 | \end{verbatim} | |
44 | ||
45 | \latexignore{\rtfignore{\wxheading{Members}}} | |
46 | ||
47 | ||
48 | \membersection{cbBarSpy::cbBarSpy}\label{cbbarspycbbarspy} | |
49 | ||
50 | \func{}{cbBarSpy}{\param{wxFrameLayout* }{pPanel}} | |
51 | ||
52 | Constructor, taking a parent pane. | |
53 | ||
54 | ||
55 | \func{}{cbBarSpy}{\void} | |
56 | ||
57 | Default constructor. | |
58 | ||
59 | ||
60 | \membersection{cbBarSpy::ProcessEvent}\label{cbbarspyprocessevent} | |
61 | ||
62 | \func{bool}{ProcessEvent}{\param{wxEvent\& }{event}} | |
63 | ||
64 | Performs special event processing. | |
65 | ||
66 | ||
67 | \membersection{cbBarSpy::SetBarWindow}\label{cbbarspysetbarwindow} | |
68 | ||
69 | \func{void}{SetBarWindow}{\param{wxWindow* }{pWnd}} | |
70 | ||
71 | Sets the bar window. | |
72 |