![]() |
API Documentation
|
This is the complete list of members for PDFFactory, including all inherited members.
| canRead(const FactoryParameters &file) override | PDFFactory | virtual |
| NDEVR::IOFactory::canRead(const File &file) | IOFactory | virtual |
| NDEVR::IOFactory::canRead(const FileFormat &file) | IOFactory | virtual |
| canWrite(const FactoryParameters &file) override | PDFFactory | virtual |
| canWrite(const FileFormat &file) override | PDFFactory | virtual |
| canWrite(const File &file) override | PDFFactory | virtual |
| defaultReadOptions(const FactoryParameters &file) const | IOFactory | virtual |
| defaultWriteOptions(const FactoryParameters &file) const override | PDFFactory | virtual |
| determineExtension(const File &file, String &extension) | IOFactory | virtual |
| EnableExtension(const String &extension, const String &read_password, const String &write_password) | IOFactory | static |
| 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 |
| factoryFeatures(const FactoryParameters &file, bool is_import) const override | PDFFactory | virtual |
| factoryReadAppFeature() const | IOFactory | |
| factoryWriteAppFeature() const | IOFactory | |
| filterModelsToExport(Buffer< UUID > models_to_check, const DesignObjectLookup *lookup, const FileFormat &export_format) const | IOFactory | virtual |
| getIcon(const File &file) | IOFactory | virtual |
| getSupportedFormats(Buffer< FileFormat > &formats, DesignObjectLookup *lookup, const Buffer< UUID > &models) override | PDFFactory | virtual |
| getSupportedFormats(Buffer< FileFormat > &formats, bool is_read) override | PDFFactory | virtual |
| NDEVR::IOFactory::getSupportedFormats(Buffer< FileFormat > &formats) | IOFactory | |
| NDEVR::IOFactory::getSupportedFormats(Buffer< FileFormat > &formats, const File &file) | IOFactory | virtual |
| getSupportedFormatsByModelType(Buffer< FileFormat > &formats, bool is_read, const String &model_type) | IOFactory | 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_dpi | PDFFactory | protected |
| m_draw_border | PDFFactory | protected |
| m_draw_grid | PDFFactory | protected |
| m_margins | PDFFactory | protected |
| m_subject | PDFFactory | protected |
| m_title | PDFFactory | protected |
| name() const | IOFactory | inline |
| PDFFactory() | PDFFactory | |
| readFile(FactoryParameters &file) override | PDFFactory | virtual |
| readFileWithDefaultSettings(const File &file, DesignObjectLookup *lookup) | IOFactory | |
| readScenesFromFile(const File &file) | IOFactory | |
| setdpi(fltp08 dpi) | PDFFactory | virtual |
| setDrawBorder(bool border) | PDFFactory | |
| setDrawGrid(bool draw_grid) | PDFFactory | |
| setMargins(uint04 margins) | PDFFactory | |
| setTitle(const String &title, const String &subject) | PDFFactory | |
| throwIfNotEnabled(bool is_read) | IOFactory | |
| updateFromFile(const FactoryParameters &file, const FactoryOptions &old_options) | IOFactory | virtual |
| writeFile(FactoryParameters &file) override | PDFFactory | virtual |
| writeFile(const FactoryParameters &file, const DesignObjectLookup *lookup, const Buffer< UUID > &objects_to_write, const Buffer< UUID > &cameras, const FactoryOptions &options) | PDFFactory | virtual |
| writeScenesToFile(const File &file, const Buffer< Scene > &scene) | IOFactory | |
| ~IOFactory() | IOFactory | virtual |