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
|
Classes | |
struct | JKQTPPlotElement::HitTestLocation |
Dataset for a single point on the graph, associated with its data-column index and a label that can be used by a basic implementation of hitTest() More... | |
class | JKQTPGeometricPlotElement |
this is the virtual base class of all JKQTPPlotElement's in a JKQTPlotter plot that represent geometric forms. More... | |
class | JKQTPGraph |
this virtual base class of the (data-column based) graphs, which are part of a JKQTPlotter plot and which use the coordinate system of the JKQTPlotter (i.e. the two coordinate axes getXAxis() and getYAxis()) as basis for the graphs More... | |
class | JKQTPPlotAnnotationElement |
this is the virtual base class of all JKQTPPlotElement's in a JKQTPlotter plot that represent annotations of a plot. It differs from JKQTPGeometricPlotElement by not providing a selection of drawModes, as annotations are always drawn as graphic elements. More... | |
class | JKQTPPlotElement |
this virtual base class of every element, which is part of a JKQTPlotter plot and may appear in its key (basically any type of graph, except overlay elements!) More... | |
class | JKQTPSingleColumnGraph |
This virtual JKQTPGraph descendent may be used as base for all graphs that use at least one column of data. More... | |
class | JKQTPXGraph |
This virtual JKQTPGraph descendent may be used as base for all graphs that use at least one column that specifies x coordinates for the single plot points. More... | |
class | JKQTPXXYGraph |
This virtual JKQTPGraph descendent extends JKQTPXYGraph to two columns for x-values (e.g. for filled range plots). More... | |
class | JKQTPXYAndVectorGraph |
This virtual JKQTPGraph descendent extends JKQTPXYGraph with two additional columns that encode for a vector starting at (x,y), i.e. either two distances along the x- and y-axis ( ), or a rotation angle and a vector length . More... | |
class | JKQTPXYBaselineGraph |
This virtual JKQTPGraph descendent extends JKQTPXYGraph adds a baseline-property, which is necessary, e.g. for barcharts, filled graphs to indicate until where to draw the bar or fill the curve (default is 0). More... | |
class | JKQTPXYGraph |
This virtual JKQTPGraph descendent may be used as base for all graphs that use at least two columns that specify x and y coordinates for the single plot points. More... | |
class | JKQTPXYYGraph |
This virtual JKQTPGraph descendent extends JKQTPXYGraph to two columns for y-values (e.g. for filled range plots in JKQTPFilledVerticalRangeGraph). More... | |