Go to the documentation of this file.
18 static std::shared_ptr<WebGL_Exporter>
createIn(std::shared_ptr<OpenLxApp::Document> aDoc);
25 bool _singleHtmlFile =
false;
Definition: ActiveScript.h:10
Exports the visible Elements of the Document to an WebGl (html) file.
Definition: WebGL_Exporter.h:13
WebGL_Exporter(std::shared_ptr< OpenLxApp::Document > aDoc)
virtual ~WebGL_Exporter()
Definition: WebGL_Exporter.h:17
static std::shared_ptr< WebGL_Exporter > createIn(std::shared_ptr< OpenLxApp::Document > aDoc)
void setSingleHtmlFile(bool aFlag)
virtual int exportFile(const Base::String &aFileOrDirName) override
Base class of all Exporters.
Definition: Exporter.h:16
A Utf-16 (windows) or ucs4 (unix) encoded string class.
Definition: String.h:18
bool getSingleHtmlFile() const