@wcardinal/wcardinal-geditor
Version:
WebGL-based graphic editor, tester and viewer for supervisory systems
41 lines • 1.96 kB
JavaScript
import { __extends } from "tslib";
import { DThemes } from "@wcardinal/wcardinal-ui";
import { EThemeDefaultEditorPane } from "./e-theme-default-editor-pane";
var EThemeDefaultEditorCanvasLegacy = /** @class */ (function (_super) {
__extends(EThemeDefaultEditorCanvasLegacy, _super);
function EThemeDefaultEditorCanvasLegacy() {
var _this = _super.call(this) || this;
_this._editorCanvas = DThemes.get("EEditorCanvas");
return _this;
}
EThemeDefaultEditorCanvasLegacy.prototype.getLabel = function () {
return this._editorCanvas.getLabel();
};
EThemeDefaultEditorCanvasLegacy.prototype.getInputNameLabel = function () {
return this._editorCanvas.getInputNameLabel();
};
EThemeDefaultEditorCanvasLegacy.prototype.getInputLabelLabel = function () {
return this._editorCanvas.getInputLabelLabel();
};
EThemeDefaultEditorCanvasLegacy.prototype.getInputWidthLabel = function () {
return this._editorCanvas.getInputWidthLabel();
};
EThemeDefaultEditorCanvasLegacy.prototype.getInputHeightLabel = function () {
return this._editorCanvas.getInputHeightLabel();
};
EThemeDefaultEditorCanvasLegacy.prototype.getSelectCategoryLabel = function () {
return this._editorCanvas.getSelectCategoryLabel();
};
EThemeDefaultEditorCanvasLegacy.prototype.getInputBackgroundLabel = function () {
return this._editorCanvas.getInputBackgroundLabel();
};
EThemeDefaultEditorCanvasLegacy.prototype.getInputSummaryLabel = function () {
return this._editorCanvas.getInputSummaryLabel();
};
EThemeDefaultEditorCanvasLegacy.prototype.getInputDescriptionLabel = function () {
return this._editorCanvas.getInputDescriptionLabel();
};
return EThemeDefaultEditorCanvasLegacy;
}(EThemeDefaultEditorPane));
export { EThemeDefaultEditorCanvasLegacy };
//# sourceMappingURL=e-theme-default-editor-canvas-legacy.js.map