Blender  V2.93
Public Attributes | List of all members
wmPaintCursor Struct Reference

#include <wm.h>

Public Attributes

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

Detailed Description

Definition at line 34 of file wm.h.

Member Data Documentation

◆ customdata

void* wmPaintCursor::customdata

Definition at line 37 of file wm.h.

Referenced by WM_paint_cursor_activate().

◆ draw

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

Definition at line 40 of file wm.h.

Referenced by WM_paint_cursor_activate().

◆ next

struct wmPaintCursor* wmPaintCursor::next

Definition at line 35 of file wm.h.

Referenced by wm_paintcursor_tag().

◆ poll

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

Definition at line 39 of file wm.h.

Referenced by WM_paint_cursor_activate(), and wm_paintcursor_tag().

◆ prev

struct wmPaintCursor * wmPaintCursor::prev

Definition at line 35 of file wm.h.

◆ region_type

short wmPaintCursor::region_type

Definition at line 43 of file wm.h.

Referenced by WM_paint_cursor_activate().

◆ space_type

short wmPaintCursor::space_type

Definition at line 42 of file wm.h.

Referenced by WM_paint_cursor_activate().


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