|
Blender V5.0
|
#include "DNA_windowmanager_enums.h"Go to the source code of this file.
Classes | |
| struct | wmGizmoPropertyFnParams |
Callback function definitions, needed for both Types & API headers.
Definition in file wm_gizmo_fn.hh.
| using wmGizmoFnCursorGet = int (*)(wmGizmo *) |
Definition at line 53 of file wm_gizmo_fn.hh.
| using wmGizmoFnDraw = void (*)(const bContext *, wmGizmo *) |
Definition at line 42 of file wm_gizmo_fn.hh.
| using wmGizmoFnDrawSelect = void (*)(const bContext *, wmGizmo *, int) |
Definition at line 43 of file wm_gizmo_fn.hh.
| using wmGizmoFnExit = void (*)(bContext *, wmGizmo *, const bool) |
Definition at line 52 of file wm_gizmo_fn.hh.
| using wmGizmoFnFree = void (*)(wmGizmo *) |
Definition at line 56 of file wm_gizmo_fn.hh.
| using wmGizmoFnInvoke = wmOperatorStatus (*)(bContext *, wmGizmo *, const wmEvent *) |
Definition at line 51 of file wm_gizmo_fn.hh.
| using wmGizmoFnMatrixBasisGet = void (*)(const wmGizmo *, float[4][4]) |
Definition at line 50 of file wm_gizmo_fn.hh.
| using wmGizmoFnModal |
Definition at line 45 of file wm_gizmo_fn.hh.
| using wmGizmoFnPropertyUpdate = void (*)(wmGizmo *, wmGizmoProperty *) |
Definition at line 49 of file wm_gizmo_fn.hh.
| using wmGizmoFnScreenBoundsGet = bool (*)(bContext *, wmGizmo *, rcti *r_bounding_box) |
Definition at line 54 of file wm_gizmo_fn.hh.
| using wmGizmoFnSelectRefresh = void (*)(wmGizmo *) |
Definition at line 55 of file wm_gizmo_fn.hh.
| using wmGizmoFnSetup = void (*)(wmGizmo *) |
Definition at line 41 of file wm_gizmo_fn.hh.
| using wmGizmoFnTestSelect = int (*)(bContext *, wmGizmo *, const int mval[2]) |
Definition at line 44 of file wm_gizmo_fn.hh.
| using wmGizmoGroupFnDrawPrepare = void (*)(const bContext *, wmGizmoGroup *) |
Definition at line 30 of file wm_gizmo_fn.hh.
| using wmGizmoGroupFnInit = void (*)(const bContext *, wmGizmoGroup *) |
Definition at line 28 of file wm_gizmo_fn.hh.
Definition at line 31 of file wm_gizmo_fn.hh.
| using wmGizmoGroupFnMsgBusSubscribe = void (*)(const bContext *, wmGizmoGroup *, wmMsgBus *) |
Definition at line 36 of file wm_gizmo_fn.hh.
| using wmGizmoGroupFnPoll = bool (*)(const bContext *, wmGizmoGroupType *) |
Definition at line 27 of file wm_gizmo_fn.hh.
| using wmGizmoGroupFnRefresh = void (*)(const bContext *, wmGizmoGroup *) |
Definition at line 29 of file wm_gizmo_fn.hh.
| using wmGizmoGroupFnSetupKeymap = wmKeyMap *(*)(const wmGizmoGroupType *, wmKeyConfig *) |
Definition at line 35 of file wm_gizmo_fn.hh.
Definition at line 73 of file wm_gizmo_fn.hh.
| using wmGizmoPropertyFnFree = void (*)(const wmGizmo *, wmGizmoProperty *) |
Definition at line 77 of file wm_gizmo_fn.hh.
| using wmGizmoPropertyFnGet |
Definition at line 59 of file wm_gizmo_fn.hh.
Definition at line 67 of file wm_gizmo_fn.hh.
| using wmGizmoPropertyFnSet |
Definition at line 63 of file wm_gizmo_fn.hh.