Go to the documentation of this file.
18 Exporter(std::shared_ptr<OpenLxApp::Document> aDoc);
27 std::shared_ptr<OpenLxApp::Document>
_doc;
28 bool _silentMode =
false;
Definition: ActiveScript.h:10
Exporter(std::shared_ptr< OpenLxApp::Document > aDoc)
std::shared_ptr< OpenLxApp::Document > _doc
Definition: Exporter.h:27
virtual int exportFile(const Base::String &filename)=0
bool isInSilentMode() const
Base class of all Exporters.
Definition: Exporter.h:16
A Utf-16 (windows) or ucs4 (unix) encoded string class.
Definition: String.h:18
void setSilentMode(bool aFlag)