Enum ActionStateUpdateFlag
Define when action need state update - optimization for high frequently uses actions
enum ActionStateUpdateFlag : uint { ... }
Enum members
| Name | Description |
|---|---|
always
|
always dispatch action state change |
inAccelerator
|
dispatch action state change if run from accelerator (keyboard) |
inWidget
|
dispatch action state change if action added to widget |
never
|
action never change state so there is no need to search for dispatch action state request |