Blender V2.61 - r43446
|
#include <node_intern.h>
Public Attributes | |
struct bNodeLinkDrag * | next |
struct bNodeLinkDrag * | prev |
struct bNode * | node |
struct bNodeSocket * | sock |
struct bNodeLink * | link |
int | in_out |
Definition at line 51 of file node_intern.h.
Definition at line 58 of file node_intern.h.
Referenced by node_link_invoke(), and node_link_modal().
struct bNodeLink* bNodeLinkDrag::link |
Definition at line 57 of file node_intern.h.
Referenced by drawnodespace(), node_link_cancel(), node_link_invoke(), and node_link_modal().
struct bNodeLinkDrag* bNodeLinkDrag::next |
Definition at line 53 of file node_intern.h.
Referenced by drawnodespace().
struct bNode* bNodeLinkDrag::node |
Definition at line 55 of file node_intern.h.
Referenced by node_link_init(), node_link_invoke(), and node_link_modal().
struct bNodeLinkDrag * bNodeLinkDrag::prev |
Definition at line 53 of file node_intern.h.
struct bNodeSocket* bNodeLinkDrag::sock |
Definition at line 56 of file node_intern.h.
Referenced by node_link_init(), node_link_invoke(), and node_link_modal().