JKQtPlotter/lib/jkqtplotter/graphs
2022-05-23 22:41:57 +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 moved include-guards to the head of the headers 2022-04-24 22:07:39 +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 moved include-guards to the head of the headers 2022-04-24 22:07:39 +02:00
jkqtpboxplot.cpp improved/breaking change: reworked class hierarchy of boxplots 2020-09-21 13:40:38 +02:00
jkqtpboxplot.h moved include-guards to the head of the headers 2022-04-24 22:07:39 +02:00
jkqtpboxplotbase.cpp * additional JKQTPColorDerivationMode 2020-09-28 15:37:45 +02:00
jkqtpboxplotbase.h moved include-guards to the head of the headers 2022-04-24 22:07:39 +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 moved include-guards to the head of the headers 2022-04-24 22:07:39 +02:00
jkqtpcontour.cpp more required changes for Qt6 compatibility 2022-04-22 13:27:31 +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 moved include-guards to the head of the headers 2022-04-24 22:07:39 +02:00
jkqtpevaluatedfunctionbase.cpp - cleanup of class-hierarchy of evaluated functions 2020-09-07 20:58:20 +02:00
jkqtpevaluatedfunctionbase.h moved include-guards to the head of the headers 2022-04-24 22:07:39 +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 moved include-guards to the head of the headers 2022-04-24 22:07:39 +02:00
jkqtpfilledcurve.cpp implemented wiggle plots (feature request #68) 2022-05-11 22:55:23 +02:00
jkqtpfilledcurve.h fixed typo 2022-05-11 23:03:33 +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 moved include-guards to the head of the headers 2022-04-24 22:07:39 +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 moved include-guards to the head of the headers 2022-04-24 22:07:39 +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 moved include-guards to the head of the headers 2022-04-24 22:07:39 +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 moved include-guards to the head of the headers 2022-04-24 22:07:39 +02:00
jkqtpimage.cpp improved/fixed styling system: axis styles for colorbars were not properly taken from style objects + corrected some inaccurate drawing by using QRectF instead of QRect 2022-05-23 22:41:57 +02:00
jkqtpimage.h improved/bugfixed doxygen documentation 2022-04-24 13:23:59 +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/fixed styling system: axis styles for colorbars were not properly taken from style objects + corrected some inaccurate drawing by using QRectF instead of QRect 2022-05-23 22:41:57 +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 moved include-guards to the head of the headers 2022-04-24 22:07:39 +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 moved include-guards to the head of the headers 2022-04-24 22:07:39 +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 moved include-guards to the head of the headers 2022-04-24 22:07:39 +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 moved include-guards to the head of the headers 2022-04-24 22:07:39 +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 moved include-guards to the head of the headers 2022-04-24 22:07:39 +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 moved include-guards to the head of the headers 2022-04-24 22:07:39 +02:00
jkqtpstatisticsadaptors.cpp - bugfix: improved handling of DRAGZOOM-UserAction for log-log plots 2020-09-08 20:15:33 +02:00
jkqtpstatisticsadaptors.h moved include-guards to the head of the headers 2022-04-24 22:07:39 +02:00
jkqtpviolinplot.cpp improved/breaking change: reworked class hierarchy of violin plots 2020-09-21 13:53:33 +02:00
jkqtpviolinplot.h moved include-guards to the head of the headers 2022-04-24 22:07:39 +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 moved include-guards to the head of the headers 2022-04-24 22:07:39 +02:00