19 static std::shared_ptr<SAT_Exporter> createIn(std::shared_ptr<OpenLxApp::Document> aDoc);
23 void setAcisVersion(
int aVersion);
24 int getAcisVersion()
const;
27 int _acisVersion = -1;
Exports the visible Elements of the Document to a SAT file.
Definition: SAT_Exporter.h:13
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
virtual ~SAT_Exporter()
Definition: SAT_Exporter.h:18