![]() |
API Documentation
|
This is the complete list of members for ModelFactory, including all inherited members.
| addFactory(IOFactory *factory) | ModelFactory | |
| addFactory(String extension, IOFactory *factory) | ModelFactory | |
| canRead(const FactoryParameters &file) override | ModelFactory | virtual |
| canRead(const File &file) override | ModelFactory | virtual |
| NDEVR::IOFactory::canRead(const FileFormat &file) | IOFactory | virtual |
| canWrite(const FactoryParameters &file) override | ModelFactory | virtual |
| canWrite(const File &file) override | ModelFactory | virtual |
| NDEVR::IOFactory::canWrite(const FileFormat &file) | IOFactory | virtual |
| clearFactories() | ModelFactory | |
| DefaultFactory() | ModelFactory | static |
| defaultReadOptions(const FactoryParameters &file) const override | ModelFactory | virtual |
| defaultWriteOptions(const FactoryParameters &file) const override | ModelFactory | virtual |
| determineExtension(const File &file, String &extension) override | ModelFactory | virtual |
| EnableExtension(const String &extension, const String &read_password, const String &write_password) | IOFactory | static |
| enableExtension(String extension, const String &read_password, const String &write_password) | ModelFactory | |
| EnableFactory(IOFactory *factory, const String &read_password, const String &write_password) | IOFactory | static |
| EnableFactory(const String &factory, const String &read_password, const String &write_password) | IOFactory | static |
| enableFactory(IOFactory *factory, const String &read_password, const String &write_password) | ModelFactory | |
| enableFactory(const String &factory, const String &read_password, const String &write_password) | ModelFactory | |
| factoryFeatures(const FactoryParameters &file, bool is_import) const override | ModelFactory | virtual |
| factoryReadAppFeature() const | IOFactory | |
| factoryWriteAppFeature() const | IOFactory | |
| filterModelsToExport(Buffer< UUID > models_to_check, const DesignObjectLookup *lookup, const FileFormat &export_format) const override | ModelFactory | virtual |
| getIcon(const File &file) override | ModelFactory | virtual |
| getSupportedFormats(Buffer< FileFormat > &formats, bool is_read) override | ModelFactory | virtual |
| getSupportedFormats(Buffer< FileFormat > &formats, const File &file) override | ModelFactory | inlinevirtual |
| getSupportedFormats(Buffer< FileFormat > &formats, DesignObjectLookup *lookup, const Buffer< UUID > &models) override | ModelFactory | virtual |
| NDEVR::IOFactory::getSupportedFormats(Buffer< FileFormat > &formats) | IOFactory | |
| getSupportedFormatsByModelType(Buffer< FileFormat > &formats, bool is_read, const String &model_type) override | ModelFactory | virtual |
| getSupportedFormatsForExtension(Buffer< FileFormat > &formats, bool is_read, const String &extension) | IOFactory | virtual |
| IOFactory(const String &factory_name) | IOFactory | |
| isAutoEnabled() const | IOFactory | virtual |
| isFactoryEnabled(bool is_read) const | IOFactory | virtual |
| m_extension_factories | ModelFactory | protected |
| m_extension_read_passwords | ModelFactory | protected |
| m_extension_write_passwords | ModelFactory | protected |
| m_factory_objects | ModelFactory | protected |
| m_named_factories | ModelFactory | protected |
| ModelFactory() | ModelFactory | protected |
| name() const | IOFactory | inline |
| readFile(FactoryParameters &file) override | ModelFactory | virtual |
| readFileWithDefaultSettings(const File &file, DesignObjectLookup *lookup) | IOFactory | |
| readScenesFromFile(const File &file) | IOFactory | |
| throwIfNotEnabled(bool is_read) | IOFactory | |
| updateFromFile(const FactoryParameters &file, const FactoryOptions &old_options) override | ModelFactory | virtual |
| writeFile(FactoryParameters &file) override | ModelFactory | virtual |
| writeScenesToFile(const File &file, const Buffer< Scene > &scene) | IOFactory | |
| ~IOFactory() | IOFactory | virtual |
| ~ModelFactory() | ModelFactory | protected |