20 QJsonObject
handleCommand(
const QString &command,
const QJsonObject ¶ms,
const QJsonValue &requestId)
override;
23 QJsonObject handleLoadCircuit(
const QJsonObject ¶ms,
const QJsonValue &requestId);
24 QJsonObject handleSaveCircuit(
const QJsonObject ¶ms,
const QJsonValue &requestId);
25 QJsonObject handleNewCircuit(
const QJsonObject ¶ms,
const QJsonValue &requestId);
26 QJsonObject handleCloseCircuit(
const QJsonObject ¶ms,
const QJsonValue &requestId);
27 QJsonObject handleGetTabCount(
const QJsonObject ¶ms,
const QJsonValue &requestId);
28 QJsonObject handleExportImage(
const QJsonObject ¶ms,
const QJsonValue &requestId);
29 QJsonObject handleExportArduino(
const QJsonObject ¶ms,
const QJsonValue &requestId);
30 QJsonObject handleExportSystemVerilog(
const QJsonObject ¶ms,
const QJsonValue &requestId);
The top-level application window hosting the tab bar, menus, element palette, and editor.