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

#include <WM_types.h>

Public Attributes

struct wmDragnext
 
struct wmDragprev
 
int icon
 
int type
 
void * poin
 
char path [1024]
 
double value
 
struct ImBufimb
 
float scale
 
int sx
 
int sy
 
char opname [200]
 
unsigned int flags
 
ListBase ids
 

Detailed Description

Definition at line 902 of file WM_types.h.

Member Data Documentation

◆ flags

unsigned int wmDrag::flags

Definition at line 919 of file WM_types.h.

Referenced by datastack_drop_data_init(), WM_drag_free(), and WM_event_start_drag().

◆ icon

int wmDrag::icon

◆ ids

ListBase wmDrag::ids

◆ imb

struct ImBuf* wmDrag::imb

If no icon but imbuf should be drawn around cursor.

Definition at line 913 of file WM_types.h.

Referenced by WM_event_drag_image().

◆ next

struct wmDrag* wmDrag::next

Definition at line 903 of file WM_types.h.

◆ opname

char wmDrag::opname[200]

If set, draws operator name.

Definition at line 918 of file WM_types.h.

Referenced by wm_drop_operator_options().

◆ path

char wmDrag::path[1024]

◆ poin

void* wmDrag::poin

◆ prev

struct wmDrag * wmDrag::prev

Definition at line 903 of file WM_types.h.

◆ scale

float wmDrag::scale

Definition at line 914 of file WM_types.h.

Referenced by WM_event_drag_image().

◆ sx

int wmDrag::sx

Definition at line 915 of file WM_types.h.

Referenced by WM_event_drag_image().

◆ sy

int wmDrag::sy

Definition at line 915 of file WM_types.h.

Referenced by WM_event_drag_image().

◆ type

int wmDrag::type

◆ value

double wmDrag::value

Definition at line 910 of file WM_types.h.

Referenced by WM_event_start_drag().


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