30 void selectLink(
const QString& parent,
const QString& destCluster);
34 void onInterpreterChanged();
35 void onConstantChanged();
36 void onApplyCategories();
38 void onVotesChanged(
int row,
int col);
42 anpcpp::RatingsPrioritizer* activeRatings();
44 void rebuildScaleUi();
50 QLabel* header_ =
nullptr;
51 QComboBox* modeBox_ =
nullptr;
52 QStackedWidget* scaleStack_ =
nullptr;
53 QTableWidget* catTable_ =
nullptr;
54 QComboBox* interpreterBox_ =
nullptr;
55 QDoubleSpinBox* constantSpin_ =
nullptr;
56 QTableWidget* knotTable_ =
nullptr;
57 QTableWidget* votesTable_ =
nullptr;
58 QLabel* readout_ =
nullptr;
59 QPushButton* applyCats_ =
nullptr;
60 QPushButton* applyKnots_ =
nullptr;
61 bool updating_ =
false;
Owns the root anpcpp::AnpNetwork, undo stack, file path, and dirty flag.
Definition document.hpp:23