Blender V2.61 - r43446
Public Attributes

wmDrag Struct Reference

#include <WM_types.h>

List of all members.

Public Attributes

struct wmDragnext
struct wmDragprev
int icon
int type
void * poin
char path [240]
double value
struct ImBufimb
float scale
int sx
int sy
char opname [240]

Detailed Description

Definition at line 524 of file WM_types.h.


Member Data Documentation

struct ImBuf* wmDrag::imb

Definition at line 532 of file WM_types.h.

Referenced by wm_drags_draw(), and WM_event_drag_image().

Definition at line 525 of file WM_types.h.

Referenced by ui_but_drop(), wm_drags_check_ops(), and wm_drags_draw().

char wmDrag::opname[240]

Definition at line 536 of file WM_types.h.

Referenced by wm_drags_draw(), and wm_drop_operator_options().

char wmDrag::path[240]
void* wmDrag::poin
struct wmDrag * wmDrag::prev

Definition at line 525 of file WM_types.h.

Definition at line 533 of file WM_types.h.

Referenced by wm_drags_draw(), and WM_event_drag_image().

Definition at line 534 of file WM_types.h.

Referenced by wm_drags_draw(), and WM_event_drag_image().

Definition at line 534 of file WM_types.h.

Referenced by wm_drags_draw(), and WM_event_drag_image().

double wmDrag::value

Definition at line 530 of file WM_types.h.

Referenced by WM_event_start_drag().


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