|
Blender V4.3
|
#include <wm.hh>
Public Attributes | |
| wmPaintCursor * | next |
| wmPaintCursor * | prev |
| void * | customdata |
| bool(* | poll )(bContext *C) |
| void(* | draw )(bContext *C, int, int, void *customdata) |
| short | space_type |
| short | region_type |
| void* wmPaintCursor::customdata |
Definition at line 18 of file wm.hh.
Referenced by WM_paint_cursor_activate().
| void(* wmPaintCursor::draw) (bContext *C, int, int, void *customdata) |
Definition at line 21 of file wm.hh.
Referenced by WM_paint_cursor_activate().
| wmPaintCursor* wmPaintCursor::next |
Definition at line 20 of file wm.hh.
Referenced by WM_paint_cursor_activate().
| wmPaintCursor * wmPaintCursor::prev |
| short wmPaintCursor::region_type |
Definition at line 24 of file wm.hh.
Referenced by WM_paint_cursor_activate().
| short wmPaintCursor::space_type |
Definition at line 23 of file wm.hh.
Referenced by WM_paint_cursor_activate().