From ebd1a29e1dd0ea7cfab1b6d3bb25ff50fe5713b9 Mon Sep 17 00:00:00 2001 From: jkriege2 Date: Sat, 27 May 2023 23:46:45 +0200 Subject: [PATCH] BREAKING: Implement better/more access functions to the graphs (inlcuding sorting, moving up/down, appending/prepending, graphs-iterators ...), solves issue #97 --- doc/dox/whatsnew.dox | 1 + lib/jkqtplotter/gui/jkqtpgraphsmodel.h | 2 +- lib/jkqtplotter/jkqtpbaseplotter.cpp | 198 +++++-- lib/jkqtplotter/jkqtpbaseplotter.h | 761 ++++++++++++++++--------- lib/jkqtplotter/jkqtplotter.h | 181 +++--- 5 files changed, 722 insertions(+), 421 deletions(-) diff --git a/doc/dox/whatsnew.dox b/doc/dox/whatsnew.dox index d5bf9b31fa..083345a5b4 100644 --- a/doc/dox/whatsnew.dox +++ b/doc/dox/whatsnew.dox @@ -22,6 +22,7 @@ Changes, compared to \ref page_whatsnew_V4_0_0 "v4.0.0" include:
  • NEW: When using a MSVC compiler, the generated PDB files are installed to \c CMAKE_INSTALL_PREFIX/bin/
  • JKQTPlotter: