Blender V4.3
wmPaintCursor Struct Reference

#include <wm.hh>

Public Attributes

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

Detailed Description

Definition at line 15 of file wm.hh.

Member Data Documentation

◆ customdata

void* wmPaintCursor::customdata

Definition at line 18 of file wm.hh.

Referenced by WM_paint_cursor_activate().

◆ draw

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

Definition at line 21 of file wm.hh.

Referenced by WM_paint_cursor_activate().

◆ next

wmPaintCursor* wmPaintCursor::next

Definition at line 16 of file wm.hh.

◆ poll

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

Definition at line 20 of file wm.hh.

Referenced by WM_paint_cursor_activate().

◆ prev

wmPaintCursor * wmPaintCursor::prev

Definition at line 16 of file wm.hh.

◆ region_type

short wmPaintCursor::region_type

Definition at line 24 of file wm.hh.

Referenced by WM_paint_cursor_activate().

◆ space_type

short wmPaintCursor::space_type

Definition at line 23 of file wm.hh.

Referenced by WM_paint_cursor_activate().


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