]>
Commit | Line | Data |
---|---|---|
499b2ed8 JS |
1 | % |
2 | % automatically generated by HelpGen $Revision$ from | |
3 | % controlbar.h at 05/Jan/02 22:50:59 | |
4 | % | |
5 | ||
6 | ||
7 | \section{\class{wxBarIterator}}\label{wxbariterator} | |
8 | ||
9 | ||
10 | used for traversing through all bars of all rows in the pane | |
11 | ||
12 | \wxheading{Derived from} | |
13 | ||
14 | No base class | |
15 | ||
16 | \wxheading{Data structures} | |
17 | ||
18 | \latexignore{\rtfignore{\wxheading{Members}}} | |
19 | ||
20 | ||
21 | \membersection{wxBarIterator::wxBarIterator}\label{wxbariteratorwxbariterator} | |
22 | ||
23 | \func{}{wxBarIterator}{\param{RowArrayT\& }{rows}} | |
24 | ||
25 | ||
26 | \membersection{wxBarIterator::BarInfo}\label{wxbariteratorbarinfo} | |
27 | ||
28 | \func{cbBarInfo\&}{BarInfo}{\void} | |
29 | ||
30 | ||
31 | \membersection{wxBarIterator::Next}\label{wxbariteratornext} | |
32 | ||
33 | \func{bool}{Next}{\void} | |
34 | ||
35 | TRUE, if next bar is available | |
36 | ||
37 | ||
38 | \membersection{wxBarIterator::Reset}\label{wxbariteratorreset} | |
39 | ||
40 | \func{void}{Reset}{\void} | |
41 | ||
42 | ||
43 | \membersection{wxBarIterator::RowInfo}\label{wxbariteratorrowinfo} | |
44 | ||
45 | \func{cbRowInfo\&}{RowInfo}{\void} | |
46 | ||
47 | returns reference to currently traversed row | |
48 |