19 static std::shared_ptr<WebGL_Exporter> createIn(std::shared_ptr<OpenLxApp::Document> aDoc);
21 void setSingleHtmlFile(
bool aFlag);
22 bool getSingleHtmlFile()
const;
23 virtual int exportFile(
const Base::String& aFileOrDirName)
override;
26 bool _singleHtmlFile =
false;
A Utf-16 (windows) or ucs4 (unix) encoded string class.
Definition: String.h:29
virtual ~WebGL_Exporter()
Definition: WebGL_Exporter.h:18
#define OPENLXAPP_EXPORT
Definition: OpenLxApp_defines.h:12
Definition: ActiveScript.h:9
Base class of all Exporters.
Definition: Exporter.h:16
Exports the visible Elements of the Document to an WebGl (html) file.
Definition: WebGL_Exporter.h:13