KReport
KReportScriptField.cpp
QVariant value() const
bool setValue(const QVariant &value, ValueOptions options=ValueOptions())
void setPosition(const QPointF &ptPos)
Sets position for the element.
Definition KReportItemBase.cpp:259
int horizontalAlignment() const
Definition KReportScriptField.cpp:46
void setSize(const QSizeF &)
Sets the size of the field to the given size in points.
Definition KReportScriptField.cpp:182
void setPosition(const QPointF &)
Sets the position of the field to the given point coordinates.
Definition KReportScriptField.cpp:173
void setBackgroundOpacity(int)
Sets the background opacity of the field Valid values are in the range 0-100.
Definition KReportScriptField.cpp:134
void setLineWeight(int)
Sets the border line weight (thickness) of the field.
Definition KReportScriptField.cpp:152
void setVerticalAlignment(int)
Sets the vertical alignment Valid values for aligmnt are top: -1, middle: 0, bottom: 1.
Definition KReportScriptField.cpp:94
QColor backgroundColor() const
Definition KReportScriptField.cpp:112
void setLineColor(const QColor &)
Sets the border line color of the field to the given color.
Definition KReportScriptField.cpp:143
void setBackgroundColor(const QColor &)
Set the background color of the field to the given color.
Definition KReportScriptField.cpp:116
void setHorizonalAlignment(int)
Sets the horizontal alignment Valid values for alignment are left: -1, center: 0, right; 1.
Definition KReportScriptField.cpp:61
int verticalAlignment() const
Definition KReportScriptField.cpp:79
int backgroundOpacity() const
Definition KReportScriptField.cpp:130
void setLineStyle(int)
Sets the border line style of the field to the given style in the range 0-5.
Definition KReportScriptField.cpp:161
void setForegroundColor(const QColor &)
Sets the foreground (text) color of the field to the given color.
Definition KReportScriptField.cpp:125
QColor foregroundColor() const
Definition KReportScriptField.cpp:121
void setSource(const QString &s)
Sets the data source for the field element.
Definition KReportScriptField.cpp:41
QString toLower() const const
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 Fri Nov 22 2024 12:12:14 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:12:14 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.