| 1077 | } |
| 1078 | |
| 1079 | bool |
| 1080 | Node::getCurrentSupportTiles() const |
| 1081 | { |
| 1082 | QMutexLocker k(&_imp->pluginsPropMutex); |
| 1083 | |
| 1084 | return _imp->currentSupportTiles; |
| 1085 | } |
| 1086 | |
| 1087 | void |
| 1088 | Node::setCurrentCanTransform(bool support) |
no outgoing calls
no test coverage detected