Go to the documentation of this file.
19 Importer(std::shared_ptr<OpenLxApp::Document> aDoc);
30 std::shared_ptr<OpenLxApp::Document>
_doc;
31 bool _silentMode =
false;
Definition: ActiveScript.h:10
bool isInSilentMode() const
Importer(std::shared_ptr< OpenLxApp::Document > aDoc)
virtual int importFile(const Base::String &filename)=0
Base class of all Importers.
Definition: Importer.h:17
void setSilentMode(bool aFlag)
std::shared_ptr< OpenLxApp::Document > _doc
Definition: Importer.h:30
virtual std::vector< std::shared_ptr< OpenLxApp::Element > > getImportedElems() const =0
A Utf-16 (windows) or ucs4 (unix) encoded string class.
Definition: String.h:18