JKQtPlotter/lib/jkqtplotter/graphs
2022-04-21 21:25:37 +02:00
..
jkqtpbarchart.cpp - breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system 2020-09-26 15:58:58 +02:00
jkqtpbarchart.h reworked class hierarchy of bar charts 2020-09-17 16:59:57 +02:00
jkqtpbarchartbase.cpp - breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system 2020-09-26 15:58:58 +02:00
jkqtpbarchartbase.h comment formatting fix 2020-09-21 13:52:13 +02:00
jkqtpboxplot.cpp improved/breaking change: reworked class hierarchy of boxplots 2020-09-21 13:40:38 +02:00
jkqtpboxplot.h improved/breaking change: reworked class hierarchy of boxplots 2020-09-21 13:40:38 +02:00
jkqtpboxplotbase.cpp * additional JKQTPColorDerivationMode 2020-09-28 15:37:45 +02:00
jkqtpboxplotbase.h * additional JKQTPColorDerivationMode 2020-09-28 15:37:45 +02:00
jkqtpboxplotstylingmixins.cpp - breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system 2020-09-26 15:58:58 +02:00
jkqtpboxplotstylingmixins.h comment formatting fix 2020-09-21 13:52:13 +02:00
jkqtpcontour.cpp fixed two possible int-overflows 2022-04-21 13:59:49 +02:00
jkqtpcontour.h comment formatting fix 2020-09-21 13:52:13 +02:00
jkqtpevaluatedfunction.cpp - breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system 2020-09-26 15:58:58 +02:00
jkqtpevaluatedfunction.h comment formatting fix 2020-09-21 13:52:13 +02:00
jkqtpevaluatedfunctionbase.cpp - cleanup of class-hierarchy of evaluated functions 2020-09-07 20:58:20 +02:00
jkqtpevaluatedfunctionbase.h - cleanup of class-hierarchy of evaluated functions 2020-09-07 20:58:20 +02:00
jkqtpevaluatedparametriccurve.cpp - breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system 2020-09-26 15:58:58 +02:00
jkqtpevaluatedparametriccurve.h - bugfix: improved handling of DRAGZOOM-UserAction for log-log plots 2020-09-08 20:15:33 +02:00
jkqtpfilledcurve.cpp - breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system 2020-09-26 15:58:58 +02:00
jkqtpfilledcurve.h improved/breaking change: reworked class hierarchy of filled line graphs 2020-09-19 19:17:35 +02:00
jkqtpgeoannotations.cpp - breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system 2020-09-26 15:58:58 +02:00
jkqtpgeoannotations.h - breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system 2020-09-26 15:58:58 +02:00
jkqtpgeobase.cpp - breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system 2020-09-26 15:58:58 +02:00
jkqtpgeobase.h - breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system 2020-09-26 15:58:58 +02:00
jkqtpgeolines.cpp - breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system 2020-09-26 15:58:58 +02:00
jkqtpgeolines.h - breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system 2020-09-26 15:58:58 +02:00
jkqtpgeometric.cpp reorganization: split jkqtpgeometric.h/.cpp into several smaller files that group the geomtric shapes by type 2020-08-26 10:36:07 +02:00
jkqtpgeometric.h reorganization: split jkqtpgeometric.h/.cpp into several smaller files that group the geomtric shapes by type 2020-08-26 10:36:07 +02:00
jkqtpgeoshapes.cpp - breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system 2020-09-26 15:58:58 +02:00
jkqtpgeoshapes.h - breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system 2020-09-26 15:58:58 +02:00
jkqtpimage.cpp improved/breaking change: image plots now manage CONST-data, not plain pointer arrays... This is OK, since the raw data is never owned nor modified by the plot, only referenced! 2020-09-28 19:24:17 +02:00
jkqtpimage.h improved/breaking change: image plots now manage CONST-data, not plain pointer arrays... This is OK, since the raw data is never owned nor modified by the plot, only referenced! 2020-09-28 19:24:17 +02:00
jkqtpimageoverlays.cpp using automatic memory management instead of local malloc()/free() pairs 2022-04-21 21:25:37 +02:00
jkqtpimageoverlays.h improved/breaking change: image plots now manage CONST-data, not plain pointer arrays... This is OK, since the raw data is never owned nor modified by the plot, only referenced! 2020-09-28 19:24:17 +02:00
jkqtpimagergb.cpp improved/breaking change: image plots now manage CONST-data, not plain pointer arrays... This is OK, since the raw data is never owned nor modified by the plot, only referenced! 2020-09-28 19:24:17 +02:00
jkqtpimagergb.h improved/breaking change: image plots now manage CONST-data, not plain pointer arrays... This is OK, since the raw data is never owned nor modified by the plot, only referenced! 2020-09-28 19:24:17 +02:00
jkqtpimpulses.cpp - breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system 2020-09-26 15:58:58 +02:00
jkqtpimpulses.h comment formatting fix 2020-09-21 13:52:13 +02:00
jkqtpparsedfunction.cpp bugfix: parsed functions did not work properly 2020-09-09 11:45:33 +02:00
jkqtpparsedfunction.h - cleanup of class-hierarchy of evaluated functions 2020-09-07 20:58:20 +02:00
jkqtppeakstream.cpp - breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system 2020-09-26 15:58:58 +02:00
jkqtppeakstream.h comment formatting fix 2020-09-21 13:52:13 +02:00
jkqtprange.cpp - breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system 2020-09-26 15:58:58 +02:00
jkqtprange.h comment formatting fix 2020-09-21 13:52:13 +02:00
jkqtpscatter.cpp - breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system 2020-09-26 15:58:58 +02:00
jkqtpscatter.h comment formatting fix 2020-09-21 13:52:13 +02:00
jkqtpsinglecolumnsymbols.cpp - breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system 2020-09-26 15:58:58 +02:00
jkqtpsinglecolumnsymbols.h comment formatting fix 2020-09-21 13:52:13 +02:00
jkqtpspecialline.cpp - breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system 2020-09-26 15:58:58 +02:00
jkqtpspecialline.h improved/breaking change: reworked class hierarchy of special line (step) graphs 2020-09-19 19:06:01 +02:00
jkqtpstatisticsadaptors.cpp - bugfix: improved handling of DRAGZOOM-UserAction for log-log plots 2020-09-08 20:15:33 +02:00
jkqtpstatisticsadaptors.h diverse code improvements, increased copyright year to 2020 2020-08-26 12:58:23 +02:00
jkqtpviolinplot.cpp improved/breaking change: reworked class hierarchy of violin plots 2020-09-21 13:53:33 +02:00
jkqtpviolinplot.h improved/breaking change: reworked class hierarchy of violin plots 2020-09-21 13:53:33 +02:00
jkqtpviolinplotstylingmixins.cpp - breaking: geometric elements constructor: removed all styling properties, added setStyle()-functions to replace them. This is necessary to better work with the extended Styling system 2020-09-26 15:58:58 +02:00
jkqtpviolinplotstylingmixins.h comment formatting fix 2020-09-21 13:52:13 +02:00