#include <GeometryEditorView.hpp>
openstudio::BaseEditor::BaseEditor |
( |
bool |
isIP, |
|
|
const openstudio::model::Model & |
model, |
|
|
QWebEngineView * |
m_view, |
|
|
* |
t_parent = nullptr |
|
) |
| |
virtual openstudio::BaseEditor::~BaseEditor |
( |
| ) |
|
|
virtual |
bool openstudio::BaseEditor::blockUpdateTimerSignals |
( |
bool |
block | ) |
|
bool openstudio::BaseEditor::changed |
( |
| ) |
|
|
signal |
virtual void openstudio::BaseEditor::checkForUpdate |
( |
| ) |
|
|
pure virtualslot |
virtual void openstudio::BaseEditor::doExport |
( |
| ) |
|
|
pure virtualslot |
bool openstudio::BaseEditor::editorLoaded |
( |
| ) |
const |
model::Model openstudio::BaseEditor::exportModel |
( |
| ) |
const |
std::map<UUID, UUID> openstudio::BaseEditor::exportModelHandleMapping |
( |
| ) |
const |
bool openstudio::BaseEditor::javascriptRunning |
( |
| ) |
const |
virtual void openstudio::BaseEditor::loadEditor |
( |
| ) |
|
|
pure virtualslot |
virtual void openstudio::BaseEditor::onChanged |
( |
| ) |
|
|
virtualslot |
virtual void openstudio::BaseEditor::saveExport |
( |
| ) |
|
|
pure virtualslot |
virtual void openstudio::BaseEditor::translateExport |
( |
| ) |
|
|
pure virtualslot |
virtual void openstudio::BaseEditor::updateModel |
( |
const openstudio::model::Model & |
model | ) |
|
|
pure virtualslot |
QTimer* openstudio::BaseEditor::m_checkForUpdateTimer |
|
protected |
std::shared_ptr<OSDocument> openstudio::BaseEditor::m_document |
|
protected |
bool openstudio::BaseEditor::m_editorLoaded |
|
protected |
QVariant openstudio::BaseEditor::m_export |
|
protected |
model::Model openstudio::BaseEditor::m_exportModel |
|
protected |
std::map<UUID, UUID> openstudio::BaseEditor::m_exportModelHandleMapping |
|
protected |
bool openstudio::BaseEditor::m_isIP |
|
protected |
bool openstudio::BaseEditor::m_javascriptRunning |
|
protected |
openstudio::model::Model openstudio::BaseEditor::m_model |
|
protected |
unsigned openstudio::BaseEditor::m_versionNumber |
|
protected |
QWebEngineView* openstudio::BaseEditor::m_view |
|
protected |