2002-01-05 17:59:59 -05:00
|
|
|
%
|
|
|
|
% automatically generated by HelpGen $Revision$ from
|
2002-01-21 17:34:42 -05:00
|
|
|
% controlbar.h at 21/Jan/02 21:14:14
|
2002-01-05 17:59:59 -05:00
|
|
|
%
|
|
|
|
|
|
|
|
|
|
|
|
\section{\class{wxBarIterator}}\label{wxbariterator}
|
|
|
|
|
|
|
|
|
2002-01-21 17:34:42 -05:00
|
|
|
Used for traversing through all bars of all rows in the pane.
|
2002-01-05 17:59:59 -05:00
|
|
|
|
|
|
|
\wxheading{Derived from}
|
|
|
|
|
|
|
|
No base class
|
|
|
|
|
2002-01-21 17:34:42 -05:00
|
|
|
\wxheading{Include files}
|
|
|
|
|
2002-01-31 15:57:31 -05:00
|
|
|
<wx/fl/controlbar.h>
|
2002-01-21 17:34:42 -05:00
|
|
|
|
2002-01-05 17:59:59 -05:00
|
|
|
\wxheading{Data structures}
|
|
|
|
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
|
|
|
|
|
|
|
|
\membersection{wxBarIterator::wxBarIterator}\label{wxbariteratorwxbariterator}
|
|
|
|
|
|
|
|
\func{}{wxBarIterator}{\param{RowArrayT\& }{rows}}
|
|
|
|
|
2002-01-21 17:34:42 -05:00
|
|
|
Constructor, taking row array.
|
|
|
|
|
2002-01-05 17:59:59 -05:00
|
|
|
|
|
|
|
\membersection{wxBarIterator::BarInfo}\label{wxbariteratorbarinfo}
|
|
|
|
|
|
|
|
\func{cbBarInfo\&}{BarInfo}{\void}
|
|
|
|
|
2002-01-21 17:34:42 -05:00
|
|
|
Gets the current bar information.
|
|
|
|
|
2002-01-05 17:59:59 -05:00
|
|
|
|
|
|
|
\membersection{wxBarIterator::Next}\label{wxbariteratornext}
|
|
|
|
|
|
|
|
\func{bool}{Next}{\void}
|
|
|
|
|
2002-01-21 17:34:42 -05:00
|
|
|
Advances the iterator and returns TRUE if a bar is available.
|
2002-01-05 17:59:59 -05:00
|
|
|
|
|
|
|
|
|
|
|
\membersection{wxBarIterator::Reset}\label{wxbariteratorreset}
|
|
|
|
|
|
|
|
\func{void}{Reset}{\void}
|
|
|
|
|
2002-01-21 17:34:42 -05:00
|
|
|
Resets the iterator to the start of the first row.
|
|
|
|
|
2002-01-05 17:59:59 -05:00
|
|
|
|
|
|
|
\membersection{wxBarIterator::RowInfo}\label{wxbariteratorrowinfo}
|
|
|
|
|
|
|
|
\func{cbRowInfo\&}{RowInfo}{\void}
|
|
|
|
|
2002-01-21 17:34:42 -05:00
|
|
|
Returns a reference to the currently traversed row.
|
2002-01-05 17:59:59 -05:00
|
|
|
|