tbx
0.7.6
|
Iterator for shortcuts. More...
#include <reswindow.h>
Public Member Functions | |
shortcut_iterator & | operator++ () |
Increment to the next shortcut. More... | |
shortcut_iterator | operator++ (int) |
Increment to the next shortcut. More... | |
ResShortcut | operator* () const |
Get the shortcut 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. | |
Iterator for shortcuts.
|
inline |
Get the shortcut pointed to by this iterator.
|
inline |
Increment to the next shortcut.
|
inline |
Increment to the next shortcut.