Blender
V3.3
|
#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 21 of file wm.h.
Referenced by WM_paint_cursor_activate().
void(* wmPaintCursor::draw) (bContext *C, int, int, void *customdata) |
Definition at line 24 of file wm.h.
Referenced by WM_paint_cursor_activate().
struct wmPaintCursor* wmPaintCursor::next |
Definition at line 19 of file wm.h.
Referenced by wm_paintcursor_tag().
Definition at line 23 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 27 of file wm.h.
Referenced by WM_paint_cursor_activate().
short wmPaintCursor::space_type |
Definition at line 26 of file wm.h.
Referenced by WM_paint_cursor_activate().