#include "../GraphicsItem/NodeItem.h"Go to the source code of this file.
Functions | |
| bool | leftLessThan (NodeItem *n1, NodeItem *n2) |
| bool | rightLessThan (NodeItem *n1, NodeItem *n2) |
| bool | topLessThan (NodeItem *n1, NodeItem *n2) |
| bool | bottomLessThan (NodeItem *n1, NodeItem *n2) |
for the AlignNodes class, checks if a node is more in the bottom than the other. n1 first node n2 second node
Definition at line 56 of file generics.h.
for the AlignNodes class, checks if a node is more in the left than the other. n1 first node n2 second node
Definition at line 29 of file generics.h.
for the AlignNodes class, checks if a node is more in the right than the other. n1 first node n2 second node
Definition at line 38 of file generics.h.
for the AlignNodes class, checks if a node is more in the top than the other. n1 first node n2 second node
Definition at line 47 of file generics.h.
1.6.3