JKQTPlotter trunk/v5.0.0
an extensive Qt5+Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
Loading...
Searching...
No Matches
Collaboration diagram for Non-Graph Plot Elements:

Classes

struct  JKQTPCoordinateAxis::Axis0ElementsSizeDescription
 
struct  JKQTPCoordinateAxis::AxisElementsSizeDescription
 return value type for getSize1() and getSize2() More...
 
class  JKQTPBaseKey
 base class for drawing a key (or legend) More...
 
class  JKQTPCoordinateAxis
 this virtual class is the base for any type of coordinate axis, to be drawn by JKQTBasePlotter. More...
 
class  JKQTPHorizontalAxis
 implements a horizontal axis, based on JKQTPCoordinateAxis (for most of documentation: see JKQTPCoordinateAxis). More...
 
class  JKQTPHorizontalAxisBase
 base class for horizontal axes, based on JKQTPCoordinateAxis (for most of documentation: see JKQTPCoordinateAxis). More...
 
class  JKQTPHorizontalIndependentAxis
 implements a position-indipendent horizontal axis, based on JKQTPCoordinateAxis (for most of documentation: see JKQTPCoordinateAxis). More...
 
class  JKQTPMainKey
 concrete class for drawing the main plot key (or legend). This class reads the key entries from the graphs list of its parent JKQTBasePlotter und references the JKQTPKeyStyle object from JKQTBasePlotterStyle::keyStyle in the parent JKQTBasePlotter. More...
 
class  JKQTPVerticalAxis
 implements a vertical axis for use as primary, secondary, ... axis of a JKQTPBasePlotter, based on JKQTPCoordinateAxis (for most of documentation: see JKQTPCoordinateAxis). More...
 
class  JKQTPVerticalAxisBase
 base class for vertical axes, based on JKQTPCoordinateAxis (for most of documentation: see JKQTPCoordinateAxis). More...
 
class  JKQTPVerticalIndependentAxis
 implements a position-indipendent vertical axis, based on JKQTPCoordinateAxis (for most of documentation: see JKQTPCoordinateAxis). More...
 
struct  JKQTPBaseKey::KeyColumnDescription
 describes one column of items in the key More...
 
struct  JKQTPBaseKey::KeyItemData
 describes a single key entry More...
 
struct  JKQTPBaseKey::KeyLayoutDescription
 struct, describing basic layout and size properties of a key/legend, mostly used as return value of getSize(). More...
 
struct  JKQTPBaseKey::KeySizeDescription
 struct, describing basic layout and size properties of a key/legend, mostly used as return value of getSize(). More...
 

Detailed Description

This group contains some tool classes that implement basic elements of the plot (coordinate axes, key, ...). These classes are used by JKQTPlotterBase to output the plot.