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
|
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 | |
describes a single key entry
JKQTPBaseKey::KeyItemData::KeyItemData | ( | int | _id = -1 , |
const QString & | _text = "" , |
||
const QSizeF | _size = QSizeF() |
||
) |
int JKQTPBaseKey::KeyItemData::id |
id of the item, used to call drawEntrySample() etc.
QSizeF JKQTPBaseKey::KeyItemData::size |
size of text in pixels
QString JKQTPBaseKey::KeyItemData::text |
text/label text/markup in the enry