#include <accelerator_key.h>
Public Member Functions | |
Construction | |
| CL_AcceleratorKey () | |
| CL_AcceleratorKey (int id, int mod1=-1, int mod2=-1, int mod3=-1) | |
| Constructs a AcceleratorKey. | |
| ~CL_AcceleratorKey () | |
Attributes | |
| CL_Callback_v2< CL_GUIMessage, CL_AcceleratorKey > & | func_pressed () |
| bool | get_shift () const |
| Get Shift. | |
| bool | get_alt () const |
| Get Alt. | |
| bool | get_ctrl () const |
| Get Ctrl. | |
| int | get_id () const |
| Get Id. | |
| bool | is_null () const |
| Is Null. | |
Operations | |
| void | set_shift (bool) |
| Set Shift. | |
| void | set_alt (bool) |
| Set Alt. | |
| void | set_ctrl (bool) |
| Set Ctrl. | |
| void | set_id (int) |
| Set Id. | |
|
|
|
|
||||||||||||||||||||
|
Constructs a AcceleratorKey.
|
|
|
|
|
|
|
|
|
Get Alt.
|
|
|
Get Ctrl.
|
|
|
Get Id.
|
|
|
Get Shift.
|
|
|
Is Null.
|
|
|
Set Alt.
|
|
|
Set Ctrl.
|
|
|
Set Id.
|
|
|
Set Shift.
|
1.4.6