| 6482 | } |
| 6483 | |
| 6484 | bool |
| 6485 | Node::isSettingsPanelVisible() const |
| 6486 | { |
| 6487 | std::set<const Node*> tmplist; |
| 6488 | |
| 6489 | return isSettingsPanelVisibleInternal(tmplist); |
| 6490 | } |
| 6491 | |
| 6492 | void |
| 6493 | Node::attachRotoItem(const RotoDrawableItemPtr& stroke) |
no outgoing calls
no test coverage detected