#include <OpenGUI_Iterators.h>
Public Member Functions | |
| void | moveNext () |
| Moves to next item. | |
| void | movePrev () |
| Moves to previous item. | |
| ValueType | getNext () |
| Returns current item and moves to next item. | |
| ValueType | getValue () |
| Returns the value of the current item. | |
| bool | hasMore () |
| Returns true if there are more items. | |
| bool | isEnd () |
| Returns true if there are no more items. | |
|
|||||||||
|
Returns current item and moves to next item.
|
|
|||||||||
|
Returns the value of the current item.
|
|
|||||||||
|
Returns true if there are more items.
|
|
|||||||||
|
Returns true if there are no more items.
|
|
|||||||||
|
Moves to next item.
|
|
|||||||||
|
Moves to previous item.
|