#include <UIContext.h>
Public Member Functions | |
| bool | operator== (const ID &b) |
| Test equality of this ID with another. | |
| ID () | |
| Construct with fake values. | |
| ID (int m_Owner, int m_Item, int m_Index) | |
| Construct with provided values. | |
Public Attributes | |
| int | Owner |
| An owner of a 'group' of user interface elements. | |
| int | Item |
| An item in this group. | |
| int | Index |
| In case you have a control array, the index will be the control affected in that array. | |
1.4.7