KReport
KReportItemLine.cpp
80 m_start = new KProperty("startposition", QPointF(), QCoreApplication::translate("StartPosition", "Start Position"));
81 m_end = new KProperty("endposition", QPointF(), QCoreApplication::translate("EndPosition", "End Position"));
124 int KReportItemLine::renderSimpleData(OROPage *page, OROSection *section, const QPointF &offset,
int count() const const
QDomElement toElement() const const
The KReportLineStyle class represents line style.
Definition: KReportLineStyle.shared.h:26
QString number(int n, int base)
@ IgnoreOld
virtual void setUnit(const KReportUnit &u)
Sets unit to a and converts values of position and size property from the old unit to new if needed.
Definition: KReportItemBase.cpp:141
QString translate(const char *context, const char *sourceText, const char *disambiguation, int n)
Represents a single page in a document and may contain zero or more OROPrimitive objects all of which...
Definition: KReportRenderObjects.h:167
QDomNode item(int index) const const
static qreal parseValue(const QString &value, qreal defaultVal=0.0)
Parses common KReport and ODF values, like "10cm", "5mm" to pt.
Definition: KReportUnit.cpp:303
QDomNodeList childNodes() const const
LineStyle
static QString symbol(KReportUnit::Type type)
Returns the symbol string of given unit type Symbol for Invalid type is empty string.
Definition: KReportUnit.cpp:350
QString nodeName() const const
bool setValue(const QVariant &value, ValueOptions options=ValueOptions())
Represents a single a single row in a document and may contain zero or more OROPrimitives.
Definition: KReportRenderObjects.h:197
static qreal convertFromUnitToUnit(qreal value, const KReportUnit &fromUnit, const KReportUnit &toUnit, qreal factor=1.0)
convert the given value directly from one unit to another with high accuracy
Definition: KReportUnit.cpp:383
QString attribute(const QString &name, const QString &defValue) const const
SolidLine
black
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Feb 7 2023 04:17:37 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Feb 7 2023 04:17:37 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.