Blender V2.61 - r43446
Public Attributes

wmDropBox Struct Reference

#include <WM_types.h>

List of all members.

Public Attributes

struct wmDropBoxnext
struct wmDropBoxprev
int(* poll )(struct bContext *, struct wmDrag *, wmEvent *)
void(* copy )(struct wmDrag *, struct wmDropBox *)
wmOperatorTypeot
struct IDPropertyproperties
struct PointerRNAptr
short opcontext

Detailed Description

Definition at line 541 of file WM_types.h.


Member Data Documentation

void(* wmDropBox::copy)(struct wmDrag *, struct wmDropBox *)

Definition at line 548 of file WM_types.h.

Referenced by WM_dropbox_add(), and wm_handlers_do().

Definition at line 542 of file WM_types.h.

Referenced by dropbox_active(), wm_dropbox_free(), and wm_handlers_do().

Definition at line 556 of file WM_types.h.

Referenced by open_file_drop_copy(), WM_dropbox_add(), and wm_handlers_do().

Definition at line 551 of file WM_types.h.

Referenced by dropbox_active(), WM_dropbox_add(), and wm_handlers_do().

int(* wmDropBox::poll)(struct bContext *, struct wmDrag *, wmEvent *)

Definition at line 545 of file WM_types.h.

Referenced by dropbox_active(), WM_dropbox_add(), and wm_handlers_do().

Definition at line 542 of file WM_types.h.

Definition at line 553 of file WM_types.h.

Referenced by WM_dropbox_add().


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