Closed hgonomeg closed 1 year ago
UI design illustration:
update_validation_graphs()
corresponds to on_graphed_model_updated()
Progress demo:
validation-graphs
working branch (https://github.com/hgonomeg/coot/tree/validation-graphs).This issue can now be renamed from "Prepare for introducing the new validation graph widget" to "Introduce the new validation graph widget"
The validation-graphs
branch is from now on the common development branch for both #33 and #31
Updated:
Validation graphs have been introduced by Paul and this issue can be considered closed. Remaining cleanup work can be continued here: #40
The new validation graph widget (being developed under #31) needs to be plugged into the codebase.
Possible approaches
GMenu
s that get updated whenever a model gets added/deleted.Third is what we go with.
Tasks
dynamic-menus
dynamic-menus
dynamic-menus.{cc,hh}
coot
directly [copy fromtest-validation/
(preferably after #31 is closed)]graphics_info_t
std::map
for storing any widgets/graphs.std::map
to store graph dataupdate_validation_graphs()