| 1551 | } |
| 1552 | |
| 1553 | bool Workspace_Impl::isInIddFile(IddObjectType type) const { |
| 1554 | return m_iddFileAndFactoryWrapper.isInFile(type); |
| 1555 | } |
| 1556 | |
| 1557 | std::string Workspace_Impl::nextName(const std::string& name, bool fillIn) const { |
| 1558 | if (m_fastNaming) { |