2 % automatically generated by HelpGen $Revision$ from
3 % controlbar.h at 21/Jan/02 21:14:14
7 \section{\class{wxBarIterator
}}\label{wxbariterator
}
10 Used for traversing through all bars of all rows in the pane.
12 \wxheading{Derived from
}
16 \wxheading{Include files
}
20 \wxheading{Data structures
}
22 \latexignore{\rtfignore{\wxheading{Members
}}}
25 \membersection{wxBarIterator::wxBarIterator
}\label{wxbariteratorwxbariterator
}
27 \func{}{wxBarIterator
}{\param{RowArrayT\&
}{rows
}}
29 Constructor, taking row array.
32 \membersection{wxBarIterator::BarInfo
}\label{wxbariteratorbarinfo
}
34 \func{cbBarInfo\&
}{BarInfo
}{\void}
36 Gets the current bar information.
39 \membersection{wxBarIterator::Next
}\label{wxbariteratornext
}
41 \func{bool
}{Next
}{\void}
43 Advances the iterator and returns TRUE if a bar is available.
46 \membersection{wxBarIterator::Reset
}\label{wxbariteratorreset
}
48 \func{void
}{Reset
}{\void}
50 Resets the iterator to the start of the first row.
53 \membersection{wxBarIterator::RowInfo
}\label{wxbariteratorrowinfo
}
55 \func{cbRowInfo\&
}{RowInfo
}{\void}
57 Returns a reference to the currently traversed row.