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

#include <jkqtpcoordinateaxes.h>

Inheritance diagram for JKQTPCoordinateAxis::Axis0ElementsSizeDescription:
[legend]
Collaboration diagram for JKQTPCoordinateAxis::Axis0ElementsSizeDescription:
[legend]

Public Member Functions

 Axis0ElementsSizeDescription (double _requiredSize=0.0, double _requiredSizeOpposite=0.0, double _elongateMin=0.0, double _elongateMax=0.0)
 
double maxRequiredSize () const
 
- Public Member Functions inherited from JKQTPCoordinateAxis::AxisElementsSizeDescription
 AxisElementsSizeDescription (double _requiredSize=0.0, double _elongateMin=0.0, double _elongateMax=0.0)
 

Public Attributes

double requiredSizeOpposite
 additional size, required for the axis, in the opposite direction as AxisElementsSizeDescription::requiredSize
 
- Public Attributes inherited from JKQTPCoordinateAxis::AxisElementsSizeDescription
double elongateMax
 extra space on the max (horizontal: right, vertical: top) side BESIDE the axis, e.g. when labels elongate to the left/right or top/bottom of the plot rectangle [pixels]
 
double elongateMin
 extra space on the min (horizontal: left, vertical: bottom) side BESIDE the axis, e.g. when labels elongate to the left/right or top/bottom of the plot rectangle [pixels]
 
double requiredSize
 required space, starting at the axis line, in outward direction [pixels]
 

Constructor & Destructor Documentation

◆ Axis0ElementsSizeDescription()

JKQTPCoordinateAxis::Axis0ElementsSizeDescription::Axis0ElementsSizeDescription ( double  _requiredSize = 0.0,
double  _requiredSizeOpposite = 0.0,
double  _elongateMin = 0.0,
double  _elongateMax = 0.0 
)
inline

Member Function Documentation

◆ maxRequiredSize()

double JKQTPCoordinateAxis::Axis0ElementsSizeDescription::maxRequiredSize ( ) const
inline

Member Data Documentation

◆ requiredSizeOpposite

double JKQTPCoordinateAxis::Axis0ElementsSizeDescription::requiredSizeOpposite

additional size, required for the axis, in the opposite direction as AxisElementsSizeDescription::requiredSize


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