|
Blender V5.0
|
Namespaces | |
| namespace | gesture |
Enumerations | |
| enum class | OpCallContext : int8_t { InvokeDefault , InvokeRegionWin , InvokeRegionChannels , InvokeRegionPreview , InvokeArea , InvokeScreen , ExecDefault , ExecRegionWin , ExecRegionChannels , ExecRegionPreview , ExecArea , ExecScreen } |
Context to call operator in for WM_operator_name_call. rna_ui.cc contains EnumPropertyItem's of these, keep in sync.
|
strong |
| Enumerator | |
|---|---|
| InvokeDefault | |
| InvokeRegionWin | |
| InvokeRegionChannels | |
| InvokeRegionPreview | |
| InvokeArea | |
| InvokeScreen | |
| ExecDefault | |
| ExecRegionWin | |
| ExecRegionChannels | |
| ExecRegionPreview | |
| ExecArea | |
| ExecScreen | |
Definition at line 237 of file WM_types.hh.