#include <OP_Layout.h>
Public Member Functions | |
| OP_Layout (OP_Network *net, enum OP_LayoutSort sorted=OP_LAYOUT_SORT_NONE) | |
| ~OP_Layout () | |
| void | addLayoutOp (OP_Node *node, int selected=-1) |
| void | addLayoutOp (OP_InputIndirect *indirect, int selected=-1) |
| void | layoutOps (OP_LayoutDirection direction, OP_Node *currentNode, OP_InputIndirect *currentIndirect, bool currentTreeOnly=false, bool selectedOnly=false, bool stagger=true, float child_space_factor=-1, float parent_space_factor=-1, bool snapGrid=false, float gridSizeX=0, float gridSizeY=0) |
Definition at line 71 of file OP_Layout.h.
| OP_Layout::OP_Layout | ( | OP_Network * | net, | |
| enum OP_LayoutSort | sorted = OP_LAYOUT_SORT_NONE | |||
| ) |
| OP_Layout::~OP_Layout | ( | ) |
| void OP_Layout::addLayoutOp | ( | OP_InputIndirect * | indirect, | |
| int | selected = -1 | |||
| ) |
| void OP_Layout::addLayoutOp | ( | OP_Node * | node, | |
| int | selected = -1 | |||
| ) |
| void OP_Layout::layoutOps | ( | OP_LayoutDirection | direction, | |
| OP_Node * | currentNode, | |||
| OP_InputIndirect * | currentIndirect, | |||
| bool | currentTreeOnly = false, |
|||
| bool | selectedOnly = false, |
|||
| bool | stagger = true, |
|||
| float | child_space_factor = -1, |
|||
| float | parent_space_factor = -1, |
|||
| bool | snapGrid = false, |
|||
| float | gridSizeX = 0, |
|||
| float | gridSizeY = 0 | |||
| ) |
1.5.9