Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_node/node_intern.hh
| Show First 20 Lines • Show All 208 Lines • ▼ Show 20 Lines | |||||
| /** | /** | ||||
| * \note this is used for fake links in groups too. | * \note this is used for fake links in groups too. | ||||
| */ | */ | ||||
| void node_draw_link(const bContext &C, | void node_draw_link(const bContext &C, | ||||
| const View2D &v2d, | const View2D &v2d, | ||||
| const SpaceNode &snode, | const SpaceNode &snode, | ||||
| const bNodeLink &link, | const bNodeLink &link, | ||||
| bool selected); | bool selected); | ||||
| void node_draw_link_dragged(const bContext &C, | |||||
| const View2D &v2d, | |||||
| const SpaceNode &snode, | |||||
| const bNodeLink &link); | |||||
| /** | /** | ||||
| * Don't do shadows if th_col3 is -1. | * Don't do shadows if th_col3 is -1. | ||||
| */ | */ | ||||
| void node_draw_link_bezier(const bContext &C, | void node_draw_link_bezier(const bContext &C, | ||||
| const View2D &v2d, | const View2D &v2d, | ||||
| const SpaceNode &snode, | const SpaceNode &snode, | ||||
| const bNodeLink &link, | const bNodeLink &link, | ||||
| int th_col1, | int th_col1, | ||||
| ▲ Show 20 Lines • Show All 159 Lines • Show Last 20 Lines | |||||