|
Blender
V2.93
|
#include <wm.h>
Public Attributes | |
| struct wmPaintCursor * | next |
| struct wmPaintCursor * | prev |
| void * | customdata |
| bool(* | poll )(struct bContext *C) |
| void(* | draw )(bContext *C, int, int, void *customdata) |
| short | space_type |
| short | region_type |
| void* wmPaintCursor::customdata |
Definition at line 37 of file wm.h.
Referenced by WM_paint_cursor_activate().
| void(* wmPaintCursor::draw) (bContext *C, int, int, void *customdata) |
Definition at line 40 of file wm.h.
Referenced by WM_paint_cursor_activate().
| struct wmPaintCursor* wmPaintCursor::next |
Definition at line 35 of file wm.h.
Referenced by wm_paintcursor_tag().
Definition at line 39 of file wm.h.
Referenced by WM_paint_cursor_activate(), and wm_paintcursor_tag().
| struct wmPaintCursor * wmPaintCursor::prev |
| short wmPaintCursor::region_type |
Definition at line 43 of file wm.h.
Referenced by WM_paint_cursor_activate().
| short wmPaintCursor::space_type |
Definition at line 42 of file wm.h.
Referenced by WM_paint_cursor_activate().