19 Exporter(std::shared_ptr<OpenLxApp::Document> aDoc);
22 void setSilentMode(
bool aFlag);
23 bool isInSilentMode()
const;
28 std::shared_ptr<OpenLxApp::Document>
_doc;
29 bool _silentMode =
false;
A Utf-16 (windows) or ucs4 (unix) encoded string class.
Definition: String.h:29
#define OPENLXAPP_EXPORT
Definition: OpenLxApp_defines.h:12
Definition: ActiveScript.h:9
Core::PropertyText filename
Definition: CoreDocument.h:151
Base class of all Exporters.
Definition: Exporter.h:16
std::shared_ptr< OpenLxApp::Document > _doc
Definition: Exporter.h:28