tbx
0.7.3
|
Constant iterator for gadgets in the window resource. More...
#include <reswindow.h>
Public Member Functions | |
const_gadget_iterator & | operator++ () |
Increment to the next gadget. More... | |
const_gadget_iterator | operator++ (int) |
Increment to the next gadget. More... | |
ResGadget | operator* () const |
Get the gadget pointed to by this iterator. More... | |
![]() | |
bool | operator== (const ResIteratorBase &other) const |
Check if this ResIteratorBase is the same as another. More... | |
bool | operator!= (const ResIteratorBase &other) const |
Check if this ResIteratorBase is not the same as another. More... | |
Friends | |
class | ResWindow |
Additional Inherited Members | |
![]() | |
ResIteratorBase (const ResWindow *object, int offset) | |
Construct from an object and initial offset. More... | |
![]() | |
const ResWindow * | _object |
Reference to object being iterated. | |
int | _offset |
Offset of current item being iterated. | |
Constant iterator for gadgets in the window resource.
|
inline |
Get the gadget pointed to by this iterator.
|
inline |
Increment to the next gadget.
|
inline |
Increment to the next gadget.