git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
155 lines
4.7 KiB
TeX
155 lines
4.7 KiB
TeX
%
|
|
% automatically generated by HelpGen $Revision$ from
|
|
% rowlayoutpl.h at 05/Jan/02 22:50:58
|
|
%
|
|
|
|
|
|
\section{\class{cbRowLayoutPlugin}}\label{cbrowlayoutplugin}
|
|
|
|
|
|
Simple implementation of plugin, which handles row-layouting
|
|
requests sent from Frame Layout
|
|
|
|
\wxheading{Derived from}
|
|
|
|
\helpref{cbPluginBase}{cbpluginbase}
|
|
|
|
\wxheading{Data structures}
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::cbRowLayoutPlugin}\label{cbrowlayoutplugincbrowlayoutplugin}
|
|
|
|
\func{}{cbRowLayoutPlugin}{\param{wxFrameLayout* }{pPanel}, \param{int }{paneMask = wxALL\_PANES}}
|
|
|
|
|
|
\func{}{cbRowLayoutPlugin}{\void}
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::AdjustLengthOfInserted}\label{cbrowlayoutpluginadjustlengthofinserted}
|
|
|
|
\func{void}{AdjustLengthOfInserted}{\param{cbRowInfo* }{pRow}, \param{cbBarInfo* }{pTheBar}}
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::ApplyLengthRatios}\label{cbrowlayoutpluginapplylengthratios}
|
|
|
|
\func{void}{ApplyLengthRatios}{\param{cbRowInfo* }{pRow}}
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::CalcRowHeight}\label{cbrowlayoutplugincalcrowheight}
|
|
|
|
\func{int}{CalcRowHeight}{\param{cbRowInfo\& }{row}}
|
|
|
|
row-layouting helpers (simulate "bar-friction")
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::CheckIfAtTheBoundary}\label{cbrowlayoutplugincheckifattheboundary}
|
|
|
|
\func{void}{CheckIfAtTheBoundary}{\param{cbBarInfo* }{pTheBar}, \param{cbRowInfo\& }{rowInfo}}
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::DetectBarHandles}\label{cbrowlayoutplugindetectbarhandles}
|
|
|
|
\func{void}{DetectBarHandles}{\param{cbRowInfo* }{pRow}}
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::DoInsertBar}\label{cbrowlayoutplugindoinsertbar}
|
|
|
|
\func{void}{DoInsertBar}{\param{cbBarInfo* }{pTheBar}, \param{cbRowInfo\& }{row}}
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::ExpandNotFixedBars}\label{cbrowlayoutpluginexpandnotfixedbars}
|
|
|
|
\func{void}{ExpandNotFixedBars}{\param{cbRowInfo* }{pRow}}
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::FitBarsToRange}\label{cbrowlayoutpluginfitbarstorange}
|
|
|
|
\func{void}{FitBarsToRange}{\param{int }{from}, \param{int }{till}, \param{cbBarInfo* }{pTheBar}, \param{cbRowInfo* }{pRow}}
|
|
|
|
not-fixed-bars layouting related helpers
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::GetRowFreeSpace}\label{cbrowlayoutplugingetrowfreespace}
|
|
|
|
\func{int}{GetRowFreeSpace}{\param{cbRowInfo* }{pRow}}
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::InsertBefore}\label{cbrowlayoutplugininsertbefore}
|
|
|
|
\func{void}{InsertBefore}{\param{cbBarInfo* }{pBeforeBar}, \param{cbBarInfo* }{pTheBar}, \param{cbRowInfo\& }{row}}
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::LayoutItemsVertically}\label{cbrowlayoutpluginlayoutitemsvertically}
|
|
|
|
\func{void}{LayoutItemsVertically}{\param{cbRowInfo\& }{row}}
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::MinimzeNotFixedBars}\label{cbrowlayoutpluginminimzenotfixedbars}
|
|
|
|
\func{void}{MinimzeNotFixedBars}{\param{cbRowInfo* }{pRow}, \param{cbBarInfo* }{pBarToPreserve}}
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::OnInsertBar}\label{cbrowlayoutpluginoninsertbar}
|
|
|
|
\func{void}{OnInsertBar}{\param{cbInsertBarEvent\& }{event}}
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::OnLayoutRow}\label{cbrowlayoutpluginonlayoutrow}
|
|
|
|
\func{void}{OnLayoutRow}{\param{cbLayoutRowEvent\& }{event}}
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::OnLayoutRows}\label{cbrowlayoutpluginonlayoutrows}
|
|
|
|
\func{void}{OnLayoutRows}{\param{cbLayoutRowsEvent\& }{event}}
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::OnRemoveBar}\label{cbrowlayoutpluginonremovebar}
|
|
|
|
\func{void}{OnRemoveBar}{\param{cbRemoveBarEvent\& }{event}}
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::OnResizeRow}\label{cbrowlayoutpluginonresizerow}
|
|
|
|
\func{void}{OnResizeRow}{\param{cbResizeRowEvent\& }{event}}
|
|
|
|
event handlers
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::RecalcLengthRatios}\label{cbrowlayoutpluginrecalclengthratios}
|
|
|
|
\func{void}{RecalcLengthRatios}{\param{cbRowInfo* }{pRow}}
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::RelayoutNotFixedBarsAround}\label{cbrowlayoutpluginrelayoutnotfixedbarsaround}
|
|
|
|
\func{void}{RelayoutNotFixedBarsAround}{\param{cbBarInfo* }{pTheBar}, \param{cbRowInfo* }{pRow}}
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::ShiftLeftTrashold}\label{cbrowlayoutpluginshiftlefttrashold}
|
|
|
|
\func{void}{ShiftLeftTrashold}{\param{cbBarInfo* }{pTheBar}, \param{cbRowInfo\& }{row}}
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::ShiftRightTrashold}\label{cbrowlayoutpluginshiftrighttrashold}
|
|
|
|
\func{void}{ShiftRightTrashold}{\param{cbBarInfo* }{pTheBar}, \param{cbRowInfo\& }{row}}
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::SlideLeftSideBars}\label{cbrowlayoutpluginslideleftsidebars}
|
|
|
|
\func{void}{SlideLeftSideBars}{\param{cbBarInfo* }{pTheBar}}
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::SlideRightSideBars}\label{cbrowlayoutpluginsliderightsidebars}
|
|
|
|
\func{void}{SlideRightSideBars}{\param{cbBarInfo* }{pTheBar}}
|
|
|
|
|
|
\membersection{cbRowLayoutPlugin::StickRightSideBars}\label{cbrowlayoutpluginstickrightsidebars}
|
|
|
|
\func{void}{StickRightSideBars}{\param{cbBarInfo* }{pToBar}}
|
|
|