X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/499b2ed82caa62ec19b400c31aa26be33b1c02d4..9c05a3ca23d9746639884ff57236758ff7a0d974:/contrib/docs/latex/fl/cbbarspy.tex diff --git a/contrib/docs/latex/fl/cbbarspy.tex b/contrib/docs/latex/fl/cbbarspy.tex index ed132715ca..da87a05660 100644 --- a/contrib/docs/latex/fl/cbbarspy.tex +++ b/contrib/docs/latex/fl/cbbarspy.tex @@ -1,24 +1,47 @@ % % automatically generated by HelpGen $Revision$ from -% controlbar.h at 05/Jan/02 22:50:58 +% controlbar.h at 21/Jan/02 21:14:13 % \section{\class{cbBarSpy}}\label{cbbarspy} -FIXME:: somehow in debug v. originall wxASSERT's are not compiled in... -\#undef wxASSERT -\#define wxASSERT(x) if ( !(x) ) throw; -helper class, used for spying for not-handled mouse events on control-bars -and forwarding them to the frame layout +Helper class, used for spying for unhandled mouse events on control bars +and forwarding them to the frame layout. \wxheading{Derived from} \helpref{wxEvtHandler}{wxevthandler} +\wxheading{Include files} + + + \wxheading{Data structures} +{\small \begin{verbatim} +typedef cbBarInfo* BarInfoPtrT +\end{verbatim}} +forward declarations + +{\small \begin{verbatim} +typedef cbRowInfo* RowInfoPtrT +\end{verbatim}} +enumeration of hittest results, see cbDockPane::HitTestPaneItems(..) +\begin{verbatim} +enum CB_HITTEST_RESULT +{ + CB_NO_ITEMS_HITTED, + + CB_UPPER_ROW_HANDLE_HITTED, + CB_LOWER_ROW_HANDLE_HITTED, + CB_LEFT_BAR_HANDLE_HITTED, + CB_RIGHT_BAR_HANDLE_HITTED, + CB_BAR_CONTENT_HITTED +} +\end{verbatim} + \latexignore{\rtfignore{\wxheading{Members}}} @@ -26,18 +49,24 @@ and forwarding them to the frame layout \func{}{cbBarSpy}{\param{wxFrameLayout* }{pPanel}} +Constructor, taking a parent pane. + \func{}{cbBarSpy}{\void} +Default constructor. + \membersection{cbBarSpy::ProcessEvent}\label{cbbarspyprocessevent} \func{bool}{ProcessEvent}{\param{wxEvent\& }{event}} -overriden +Performs special event processing. \membersection{cbBarSpy::SetBarWindow}\label{cbbarspysetbarwindow} \func{void}{SetBarWindow}{\param{wxWindow* }{pWnd}} +Sets the bar window. +