KReport
KReportItemBarcode.cpp
44 m_horizontalAlignment->setValue(element.toElement().attribute(QLatin1String("report:horizontal-align")));
45 m_maxLength->setValue(element.toElement().attribute(QLatin1String("report:barcode-max-length")).toInt());
65 m_minWidthTotal = m_minWidthData + 0.22; // added a little buffer to make sure we don't loose any
76 m_minWidthTotal = m_minWidthData + 0.22; // added a little buffer to make sure we don't loose any
92 m_minWidthTotal = m_minWidthData + 0.22; // added a little bugger to make sure we don't loose any
192int KReportItemBarcode::renderSimpleData(OROPage *page, OROSection *section, const QPointF &offset,
void addProperty(KProperty *property, const QByteArray &group="common")
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
Represents a single page in a document and may contain zero or more OROPrimitive objects all of which...
Definition KReportRenderObjects.h:168
Represents a single a single row in a document and may contain zero or more OROPrimitives.
Definition KReportRenderObjects.h:198
QString attribute(const QString &name, const QString &defValue) const const
QDomElement toElement() const const
QString tr(const char *sourceText, const char *disambiguation, int n)
typedef Alignment
QByteArray toByteArray() const const
int toInt(bool *ok) const const
QString toString() 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.