20 Importer(std::shared_ptr<OpenLxApp::Document> aDoc);
23 void setSilentMode(
bool aFlag);
24 bool isInSilentMode()
const;
26 virtual std::vector<std::shared_ptr<OpenLxApp::Element>> getImportedElems()
const = 0;
31 std::shared_ptr<OpenLxApp::Document>
_doc;
32 bool _silentMode =
false;
A Utf-16 (windows) or ucs4 (unix) encoded string class.
Definition: String.h:29
Base class of all Importers.
Definition: Importer.h:17
#define OPENLXAPP_EXPORT
Definition: OpenLxApp_defines.h:12
std::shared_ptr< OpenLxApp::Document > _doc
Definition: Importer.h:31
Definition: ActiveScript.h:9
Core::PropertyText filename
Definition: CoreDocument.h:151