Blender  V3.3
Public Attributes | List of all members
wmPaintCursor Struct Reference

#include <wm.h>

Public Attributes

struct wmPaintCursornext
 
struct wmPaintCursorprev
 
voidcustomdata
 
bool(* poll )(struct bContext *C)
 
void(* draw )(bContext *C, int, int, void *customdata)
 
short space_type
 
short region_type
 

Detailed Description

Definition at line 18 of file wm.h.

Member Data Documentation

◆ customdata

void* wmPaintCursor::customdata

Definition at line 21 of file wm.h.

Referenced by WM_paint_cursor_activate().

◆ draw

void(* wmPaintCursor::draw) (bContext *C, int, int, void *customdata)

Definition at line 24 of file wm.h.

Referenced by WM_paint_cursor_activate().

◆ next

struct wmPaintCursor* wmPaintCursor::next

Definition at line 19 of file wm.h.

Referenced by wm_paintcursor_tag().

◆ poll

bool(* wmPaintCursor::poll) (struct bContext *C)

Definition at line 23 of file wm.h.

Referenced by WM_paint_cursor_activate(), and wm_paintcursor_tag().

◆ prev

struct wmPaintCursor * wmPaintCursor::prev

Definition at line 19 of file wm.h.

◆ region_type

short wmPaintCursor::region_type

Definition at line 27 of file wm.h.

Referenced by WM_paint_cursor_activate().

◆ space_type

short wmPaintCursor::space_type

Definition at line 26 of file wm.h.

Referenced by WM_paint_cursor_activate().


The documentation for this struct was generated from the following file: