2002-01-05 22:59:59 +00:00
|
|
|
%
|
|
|
|
% automatically generated by HelpGen $Revision$ from
|
2002-01-21 22:34:42 +00:00
|
|
|
% controlbar.h at 21/Jan/02 21:14:13
|
2002-01-05 22:59:59 +00:00
|
|
|
%
|
|
|
|
|
|
|
|
|
|
|
|
\section{\class{cbDimInfo}}\label{cbdiminfo}
|
|
|
|
|
|
|
|
|
2002-01-21 22:34:42 +00:00
|
|
|
Helper class used internally by the wxFrameLayout class.
|
|
|
|
Holds and manages information about bar dimensions.
|
2002-01-05 22:59:59 +00:00
|
|
|
|
|
|
|
\wxheading{Derived from}
|
|
|
|
|
|
|
|
\helpref{wxObject}{wxobject}
|
|
|
|
|
2002-01-21 22:34:42 +00:00
|
|
|
\wxheading{Include files}
|
|
|
|
|
2002-01-31 20:57:31 +00:00
|
|
|
<wx/fl/controlbar.h>
|
2002-01-21 22:34:42 +00:00
|
|
|
|
2002-01-05 22:59:59 +00:00
|
|
|
\wxheading{Data structures}
|
|
|
|
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
|
|
|
|
|
|
|
|
\membersection{cbDimInfo::cbDimInfo}\label{cbdiminfocbdiminfo}
|
|
|
|
|
|
|
|
\func{}{cbDimInfo}{\param{cbBarDimHandlerBase* }{pDimHandler}, \param{bool }{isFixed}}
|
|
|
|
|
2002-01-21 22:34:42 +00:00
|
|
|
Constructor.
|
|
|
|
isFixed is TRUE if vertical/horizontal dimensions cannot be manually adjusted
|
|
|
|
by the user using resizing handles. If FALSE, the frame-layout
|
|
|
|
automatically places resizing handles among bars that do are not fixed.
|
|
|
|
|
2002-01-05 22:59:59 +00:00
|
|
|
|
|
|
|
\func{}{cbDimInfo}{\param{int }{dh\_x}, \param{int }{dh\_y}, \param{int }{dv\_x}, \param{int }{dv\_y}, \param{int }{f\_x}, \param{int }{f\_y}, \param{bool }{isFixed = TRUE}, \param{int }{horizGap = 6}, \param{int }{vertGap = 6}, \param{cbBarDimHandlerBase* }{pDimHandler = NULL}}
|
|
|
|
|
2002-01-21 22:34:42 +00:00
|
|
|
Constructor taking dimenstion information.
|
|
|
|
dh\_x, dh\_y are the dimensions when docked horizontally.
|
|
|
|
dv\_x, dv\_y are the dimensions when docked vertically.
|
|
|
|
f\_x, f\_y are the dimensions when floating.
|
|
|
|
For information on isFixed, see comments above.
|
|
|
|
horizGap is the left/right gap, separating decorations
|
|
|
|
from the bar's actual wndow, filled with the frame's background colour.
|
|
|
|
The dimension is given in the frame's coordinates.
|
|
|
|
vertGap is the top/bottom gap, separating decorations
|
|
|
|
from the bar's actual wndow, filled with the frame's background colour.
|
|
|
|
The dimension is given in the frame's coordinates.
|
2002-01-05 22:59:59 +00:00
|
|
|
|
|
|
|
|
|
|
|
\func{}{cbDimInfo}{\param{int }{x}, \param{int }{y}, \param{bool }{isFixed = TRUE}, \param{int }{gap = 6}, \param{cbBarDimHandlerBase* }{pDimHandler = NULL}}
|
|
|
|
|
2002-01-21 22:34:42 +00:00
|
|
|
Constructor.
|
|
|
|
|
2002-01-05 22:59:59 +00:00
|
|
|
|
|
|
|
\func{}{cbDimInfo}{\void}
|
|
|
|
|
2002-01-21 22:34:42 +00:00
|
|
|
Default constructor.
|
|
|
|
|
2002-01-05 22:59:59 +00:00
|
|
|
|
|
|
|
\membersection{cbDimInfo::\destruct{cbDimInfo}}\label{cbdiminfodtor}
|
|
|
|
|
|
|
|
\func{}{\destruct{cbDimInfo}}{\void}
|
|
|
|
|
2002-01-21 22:34:42 +00:00
|
|
|
Destructor. Destroys handler automatically, if present.
|
2002-01-05 22:59:59 +00:00
|
|
|
|
|
|
|
|
|
|
|
\membersection{cbDimInfo::GetDimHandler}\label{cbdiminfogetdimhandler}
|
|
|
|
|
|
|
|
\func{cbBarDimHandlerBase*}{GetDimHandler}{\void}
|
|
|
|
|
2002-01-21 22:34:42 +00:00
|
|
|
Returns the handler, if any.
|
|
|
|
|
2002-01-05 22:59:59 +00:00
|
|
|
|
|
|
|
\membersection{cbDimInfo::operator=}\label{cbdiminfooperatorassign}
|
|
|
|
|
|
|
|
\func{const cbDimInfo\& operator}{operator=}{\param{const cbDimInfo\& }{other}}
|
|
|
|
|
2002-01-21 22:34:42 +00:00
|
|
|
Assignment operator.
|
|
|
|
|