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

used for calculated value: describing all sections of freespace outside the graph area More...

#include <jkqtpbaseplotter.h>

Inheritance diagram for JKQTBasePlotter::PlotMargins:
[legend]
Collaboration diagram for JKQTBasePlotter::PlotMargins:
[legend]

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
 

Detailed Description

used for calculated value: describing all sections of freespace outside the graph area

Constructor & Destructor Documentation

◆ PlotMargins()

JKQTBasePlotter::PlotMargins::PlotMargins ( )
inline

Member Function Documentation

◆ calcBottom() [1/2]

double JKQTBasePlotter::PlotMargins::calcBottom ( ) const

claculate size of plot margins at the bottom (sums all)

◆ calcBottom() [2/2]

double JKQTBasePlotter::PlotMargins::calcBottom ( PlotMarginUse  start,
PlotMarginUse  stop 
) const

◆ calcLeft() [1/2]

double JKQTBasePlotter::PlotMargins::calcLeft ( ) const

claculate size of plot margins on the left (sums all)

◆ calcLeft() [2/2]

double JKQTBasePlotter::PlotMargins::calcLeft ( PlotMarginUse  start,
PlotMarginUse  stop 
) const

◆ calcRight() [1/2]

double JKQTBasePlotter::PlotMargins::calcRight ( ) const

claculate size of plot margins on the right (sums all)

◆ calcRight() [2/2]

double JKQTBasePlotter::PlotMargins::calcRight ( PlotMarginUse  start,
PlotMarginUse  stop 
) const

◆ calcTop() [1/2]

double JKQTBasePlotter::PlotMargins::calcTop ( ) const

claculate size of plot margins at the top (sums all)

◆ calcTop() [2/2]

double JKQTBasePlotter::PlotMargins::calcTop ( PlotMarginUse  start,
PlotMarginUse  stop 
) const

The documentation for this class was generated from the following file: