|
HDK
|
#include "BM_API.h"#include <SI/AP_Interface.h>#include <UI/UI_Keyboard.h>#include <UT/UT_ParallelUtil.h>#include <UT/UT_UndoManager.h>#include <UT/UT_UndoWorkerFinder.h>
Include dependency graph for BM_SimpleState.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | BM_SimpleState |
Macros | |
| #define | BM_STATE 0x00000000 |
| #define | BM_HANDLE 0x10000000 |
| #define | BM_BEGIN_TASK_SCOPE ev_GlobalEvalLock().lockedExecute([&]() { |
| #define | BM_END_TASK_SCOPE }); |
| #define BM_BEGIN_TASK_SCOPE ev_GlobalEvalLock().lockedExecute([&]() { |
Definition at line 34 of file BM_SimpleState.h.
| #define BM_END_TASK_SCOPE }); |
Definition at line 35 of file BM_SimpleState.h.
| #define BM_HANDLE 0x10000000 |
Definition at line 32 of file BM_SimpleState.h.
| #define BM_STATE 0x00000000 |
Definition at line 31 of file BM_SimpleState.h.