| HDK
    | 
#include <GR_OptionTable.h>
| Public Types | |
| enum | GR_OptionTableEventType { OPTION_ADDED, OPTION_DELETED, OPTION_CHANGED } | 
| Public Member Functions | |
| GR_OptionTableEvent (GR_OptionTableEventType type, GR_UserOption *option, int id) | |
| Public Attributes | |
| GR_OptionTableEventType | myEventType | 
| GR_UserOption * | myOption | 
| int | myOptionId | 
Definition at line 24 of file GR_OptionTable.h.
| Enumerator | |
|---|---|
| OPTION_ADDED | |
| OPTION_DELETED | |
| OPTION_CHANGED | |
Definition at line 27 of file GR_OptionTable.h.
| 
 | inline | 
Definition at line 34 of file GR_OptionTable.h.
| GR_OptionTableEventType GR_OptionTableEvent::myEventType | 
Definition at line 38 of file GR_OptionTable.h.
| GR_UserOption* GR_OptionTableEvent::myOption | 
Definition at line 39 of file GR_OptionTable.h.
| int GR_OptionTableEvent::myOptionId | 
Definition at line 40 of file GR_OptionTable.h.