Used for traversing through all bars of all rows in the pane.
Derived from
No base class
Include files
<wx/fl/controlbar.h>
Data structures
Members
wxBarIterator::wxBarIterator
wxBarIterator::BarInfo
wxBarIterator::Next
wxBarIterator::Reset
wxBarIterator::RowInfo
wxBarIterator(RowArrayT& rows)
Constructor, taking row array.
cbBarInfo& BarInfo()
Gets the current bar information.
bool Next()
Advances the iterator and returns TRUE if a bar is available.
void Reset()
Resets the iterator to the start of the first row.
cbRowInfo& RowInfo()
Returns a reference to the currently traversed row.