KReport
KReportScriptCheck.cpp
QVariant value() const
bool setValue(const QVariant &value, ValueOptions options=ValueOptions())
static QPointF scenePosition(const QPointF &ptPos)
Helper function mapping to screen units (pixels), ptPos is in points.
Definition KReportItemBase.cpp:235
static QSizeF sceneSize(const QSizeF &ptSize)
Helper function mapping to screen units (pixels), ptSize is in points.
Definition KReportItemBase.cpp:242
void setPosition(const QPointF &ptPos)
Sets position for the element.
Definition KReportItemBase.cpp:259
static QPointF positionFromScene(const QPointF &pos)
Helper function mapping from screen units to points, pos is in pixels.
Definition KReportItemBase.cpp:269
static QSizeF sizeFromScene(const QSizeF &size)
Helper function mapping from screen units to points, size is in pixels.
Definition KReportItemBase.cpp:276
QColor foregroundColor() const
Definition KReportScriptCheck.cpp:57
void setLineColor(const QColor &)
Sets the border line color of the text-item to the given color.
Definition KReportScriptCheck.cpp:70
void setLineWeight(int)
Sets the border line weight (thickness) of the text-item.
Definition KReportScriptCheck.cpp:79
void setForegroundColor(const QColor &)
Sets the foreground (text) color of the text-item to the given color.
Definition KReportScriptCheck.cpp:61
void setSize(const QSizeF &)
Sets the size of the text-item to the given size in points.
Definition KReportScriptCheck.cpp:111
void setLineStyle(int)
Sets the border line style of the text-item to the given style in the range 0-5.
Definition KReportScriptCheck.cpp:88
void setCheckStyle(const QString &)
Sets the style of the checkbox, valid values are Cross, Tick or Dot.
Definition KReportScriptCheck.cpp:52
void setValue(bool val=true)
Set the value of the checkbox, defaults to checked if no value is given.
Definition KReportScriptCheck.cpp:42
void setPosition(const QPointF &)
Sets the position of the text-item to the given point coordinates.
Definition KReportScriptCheck.cpp:101
int toInt(bool *ok) const const
QString toString() const const
T value() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:19:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:19:58 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.