33 const QString& destCluster,
41 void onOtherChanged();
42 void onSwitchToPairwise();
43 void onSwitchToRatings();
47 void rebuildWrtList();
48 void rebuildOtherList();
49 [[nodiscard]]
bool nodeMode()
const;
52 QButtonGroup* modeGroup_ =
nullptr;
53 QPushButton* nodeModeBtn_ =
nullptr;
54 QPushButton* clusterModeBtn_ =
nullptr;
55 QLabel* wrtLabel_ =
nullptr;
56 QComboBox* wrtBox_ =
nullptr;
57 QLabel* otherLabel_ =
nullptr;
58 QComboBox* otherBox_ =
nullptr;
59 QPushButton* toPairwise_ =
nullptr;
60 QPushButton* toRatings_ =
nullptr;
61 QLabel* coverageLabel_ =
nullptr;
62 bool updating_ =
false;
63 bool preferRatings_ =
false;
Owns the root anpcpp::AnpNetwork, undo stack, file path, and dirty flag.
Definition document.hpp:23
Horizontal judgment selector: Node|Cluster, Wrt, Other Cluster.
Definition judgment_nav_panel.hpp:22
void nodeJudgmentSelected(const QString &parent, const QString &destCluster, bool ratings)
Node parent selected (pairwise or ratings).
void clusterJudgmentSelected(const QString &parent)
Cluster parent selected (pairwise only).