|
Blender V4.3
|
#include "BLI_compiler_attrs.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 42 of file wm_gizmo_fn.hh.
| using wmGizmoFnDraw = void (*)(const bContext *, wmGizmo *) |
Definition at line 34 of file wm_gizmo_fn.hh.
| using wmGizmoFnDrawSelect = void (*)(const bContext *, wmGizmo *, int) |
Definition at line 35 of file wm_gizmo_fn.hh.
| using wmGizmoFnExit = void (*)(bContext *, wmGizmo *, const bool) |
Definition at line 41 of file wm_gizmo_fn.hh.
| using wmGizmoFnFree = void (*)(wmGizmo *) |
Definition at line 45 of file wm_gizmo_fn.hh.
| using wmGizmoFnInvoke = int (*)(bContext *, wmGizmo *, const wmEvent *) |
Definition at line 40 of file wm_gizmo_fn.hh.
| using wmGizmoFnMatrixBasisGet = void (*)(const wmGizmo *, float[4][4]) |
Definition at line 39 of file wm_gizmo_fn.hh.
| using wmGizmoFnModal = int (*)(bContext *, wmGizmo *, const wmEvent *, eWM_GizmoFlagTweak) |
Definition at line 37 of file wm_gizmo_fn.hh.
| using wmGizmoFnPropertyUpdate = void (*)(wmGizmo *, wmGizmoProperty *) |
Definition at line 38 of file wm_gizmo_fn.hh.
| using wmGizmoFnScreenBoundsGet = bool (*)(bContext *, wmGizmo *, rcti *r_bounding_box) |
Definition at line 43 of file wm_gizmo_fn.hh.
| using wmGizmoFnSelectRefresh = void (*)(wmGizmo *) |
Definition at line 44 of file wm_gizmo_fn.hh.
| using wmGizmoFnSetup = void (*)(wmGizmo *) |
Definition at line 33 of file wm_gizmo_fn.hh.
| using wmGizmoFnTestSelect = int (*)(bContext *, wmGizmo *, const int mval[2]) |
Definition at line 36 of file wm_gizmo_fn.hh.
| using wmGizmoGroupFnDrawPrepare = void (*)(const bContext *, wmGizmoGroup *) |
Definition at line 22 of file wm_gizmo_fn.hh.
| using wmGizmoGroupFnInit = void (*)(const bContext *, wmGizmoGroup *) |
Definition at line 20 of file wm_gizmo_fn.hh.
Definition at line 23 of file wm_gizmo_fn.hh.
| using wmGizmoGroupFnMsgBusSubscribe = void (*)(const bContext *, wmGizmoGroup *, wmMsgBus *) |
Definition at line 28 of file wm_gizmo_fn.hh.
| using wmGizmoGroupFnPoll = bool (*)(const bContext *, wmGizmoGroupType *) |
Definition at line 19 of file wm_gizmo_fn.hh.
| using wmGizmoGroupFnRefresh = void (*)(const bContext *, wmGizmoGroup *) |
Definition at line 21 of file wm_gizmo_fn.hh.
| using wmGizmoGroupFnSetupKeymap = wmKeyMap *(*)(const wmGizmoGroupType *, wmKeyConfig *) |
Definition at line 27 of file wm_gizmo_fn.hh.
| using wmGizmoPropertyFnFree = void (*)(const wmGizmo *, wmGizmoProperty *) |
Definition at line 60 of file wm_gizmo_fn.hh.
| using wmGizmoPropertyFnGet |
Definition at line 48 of file wm_gizmo_fn.hh.
Definition at line 56 of file wm_gizmo_fn.hh.
| using wmGizmoPropertyFnSet |
Definition at line 52 of file wm_gizmo_fn.hh.