isRelativeAnchorPoint setter
| 685 | |
| 686 | /// isRelativeAnchorPoint setter |
| 687 | void Node::setIgnoreAnchorPointForPosition(bool newValue) |
| 688 | { |
| 689 | if (newValue != _ignoreAnchorPointForPosition) |
| 690 | { |
| 691 | _ignoreAnchorPointForPosition = newValue; |
| 692 | _transformUpdated = _transformDirty = _inverseDirty = true; |
| 693 | } |
| 694 | } |
| 695 | |
| 696 | /// tag getter |
| 697 | int Node::getTag() const |
no outgoing calls