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

internal tool class for text-sizess in a plot key More...

#include <jkqtpbaseplotter.h>

Public Member Functions

 textSizeKey (const QFont &f, const QString &text, QPaintDevice *pd)
 textSizeKey (const QString &fontName, double fontSize, const QString &text, QPaintDevice *pd)
bool operator== (const textSizeKey &other) const

Public Attributes

QFont f
int ldpiX
int ldpiY
int pdpiX
int pdpiY
QString text

Detailed Description

internal tool class for text-sizess in a plot key

Constructor & Destructor Documentation

◆ textSizeKey() [1/2]

JKQTBasePlotter::textSizeKey::textSizeKey ( const QFont & f,
const QString & text,
QPaintDevice * pd )
explicit

◆ textSizeKey() [2/2]

JKQTBasePlotter::textSizeKey::textSizeKey ( const QString & fontName,
double fontSize,
const QString & text,
QPaintDevice * pd )
explicit

Member Function Documentation

◆ operator==()

bool JKQTBasePlotter::textSizeKey::operator== ( const textSizeKey & other) const

Member Data Documentation

◆ f

QFont JKQTBasePlotter::textSizeKey::f

◆ ldpiX

int JKQTBasePlotter::textSizeKey::ldpiX

◆ ldpiY

int JKQTBasePlotter::textSizeKey::ldpiY

◆ pdpiX

int JKQTBasePlotter::textSizeKey::pdpiX

◆ pdpiY

int JKQTBasePlotter::textSizeKey::pdpiY

◆ text

QString JKQTBasePlotter::textSizeKey::text

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