Blender V5.0
wmPaintCursor Struct Reference

#include <wm.hh>

Public Attributes

wmPaintCursornext
wmPaintCursorprev
void * customdata
bool(* poll )(bContext *C)
void(* draw )(bContext *C, const blender::int2 &xy, const blender::float2 &tilt, void *customdata)
short space_type
short region_type

Detailed Description

Definition at line 23 of file wm.hh.

Member Data Documentation

◆ customdata

void* wmPaintCursor::customdata

Definition at line 26 of file wm.hh.

Referenced by WM_paint_cursor_activate().

◆ draw

void(* wmPaintCursor::draw) (bContext *C, const blender::int2 &xy, const blender::float2 &tilt, void *customdata)

Definition at line 29 of file wm.hh.

Referenced by WM_paint_cursor_activate().

◆ next

wmPaintCursor* wmPaintCursor::next

Definition at line 24 of file wm.hh.

◆ poll

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

Definition at line 28 of file wm.hh.

Referenced by WM_paint_cursor_activate().

◆ prev

wmPaintCursor * wmPaintCursor::prev

Definition at line 24 of file wm.hh.

◆ region_type

short wmPaintCursor::region_type

Definition at line 35 of file wm.hh.

Referenced by WM_paint_cursor_activate().

◆ space_type

short wmPaintCursor::space_type

Definition at line 34 of file wm.hh.

Referenced by WM_paint_cursor_activate().


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