ActionMap

Map of Accelerator to Action

Members

Functions

add
void add(ActionList items)

Add all actions from list

add
void add(Action[] items)

Add array of actions

add
void add(Action[] items)

Add array of actions

add
void add(Action a)

Add action

findByKey
Action findByKey(uint keyCode, uint flags)

Aind action by key, return null if not found

opApply
int opApply(int delegate(ref Action) op)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_map
Action[Accelerator] _map;
Undocumented in source.

Meta