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

describes a single key entry More...

#include <jkqtpkey.h>

Public Member Functions

 KeyItemData (int _id=-1, const QString &_text="", const QSizeF _size=QSizeF())
 

Public Attributes

int id
 id of the item, used to call drawEntrySample() etc.
 
QSizeF size
 size of text in pixels
 
QString text
 text/label text/markup in the enry
 

Detailed Description

describes a single key entry

Constructor & Destructor Documentation

◆ KeyItemData()

JKQTPBaseKey::KeyItemData::KeyItemData ( int  _id = -1,
const QString &  _text = "",
const QSizeF  _size = QSizeF() 
)

Member Data Documentation

◆ id

int JKQTPBaseKey::KeyItemData::id

id of the item, used to call drawEntrySample() etc.

◆ size

QSizeF JKQTPBaseKey::KeyItemData::size

size of text in pixels

◆ text

QString JKQTPBaseKey::KeyItemData::text

text/label text/markup in the enry


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