| 607 | } |
| 608 | |
| 609 | bool WorkspaceObject_Impl::pushPointer(const Handle& targetHandle) { |
| 610 | bool result = pushPointer(targetHandle, true); |
| 611 | if (result) { |
| 612 | this->emitChangeSignals(); |
| 613 | } |
| 614 | return result; |
| 615 | } |
| 616 | |
| 617 | bool WorkspaceObject_Impl::pushPointer(const Handle& targetHandle, bool checkValidity) { |
| 618 | if (m_handle.isNull()) { |
nothing calls this directly
no test coverage detected