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
|
used for calculated value: describing all sections of freespace outside the graph area More...
#include <jkqtpbaseplotter.h>
Public Member Functions | |
PlotMargins () | |
double | calcBottom () const |
claculate size of plot margins at the bottom (sums all) | |
double | calcBottom (PlotMarginUse start, PlotMarginUse stop) const |
double | calcLeft () const |
claculate size of plot margins on the left (sums all) | |
double | calcLeft (PlotMarginUse start, PlotMarginUse stop) const |
double | calcRight () const |
claculate size of plot margins on the right (sums all) | |
double | calcRight (PlotMarginUse start, PlotMarginUse stop) const |
double | calcTop () const |
claculate size of plot margins at the top (sums all) | |
double | calcTop (PlotMarginUse start, PlotMarginUse stop) const |
used for calculated value: describing all sections of freespace outside the graph area
|
inline |
double JKQTBasePlotter::PlotMargins::calcBottom | ( | ) | const |
claculate size of plot margins at the bottom (sums all)
double JKQTBasePlotter::PlotMargins::calcBottom | ( | PlotMarginUse | start, |
PlotMarginUse | stop | ||
) | const |
double JKQTBasePlotter::PlotMargins::calcLeft | ( | ) | const |
claculate size of plot margins on the left (sums all)
double JKQTBasePlotter::PlotMargins::calcLeft | ( | PlotMarginUse | start, |
PlotMarginUse | stop | ||
) | const |
double JKQTBasePlotter::PlotMargins::calcRight | ( | ) | const |
claculate size of plot margins on the right (sums all)
double JKQTBasePlotter::PlotMargins::calcRight | ( | PlotMarginUse | start, |
PlotMarginUse | stop | ||
) | const |
double JKQTBasePlotter::PlotMargins::calcTop | ( | ) | const |
claculate size of plot margins at the top (sums all)
double JKQTBasePlotter::PlotMargins::calcTop | ( | PlotMarginUse | start, |
PlotMarginUse | stop | ||
) | const |