color nodes based on target distance

This commit is contained in:
2026-03-06 03:30:31 +01:00
parent 6ab935c9be
commit 836b42f425
4 changed files with 65 additions and 15 deletions

View File

@ -141,6 +141,7 @@ public:
[[nodiscard]] auto get_current_preset_comment() const -> const std::string&;
[[nodiscard]] auto has_history() const -> bool;
[[nodiscard]] auto has_distances() const -> bool;
[[nodiscard]] auto get_distances() const -> std::vector<int>;
[[nodiscard]] auto get_total_moves() const -> size_t;
[[nodiscard]] auto was_edited() const -> bool;
};