KReport
KReportItemMaps.cpp
43 m_latitudeProperty->setValue(element.toElement().attribute(QLatin1String("report:latitude")).toDouble());
44 m_longitudeProperty->setValue(element.toElement().attribute(QLatin1String("report:longitude")).toDouble());
61 m_latitudeProperty = new KProperty("latitude", 0.0, tr("Latitude"), QString(), KProperty::Double);
67 m_longitudeProperty = new KProperty("longitude", 0.0, tr("Longitude"), QString(), KProperty::Double);
100 int KReportItemMaps::renderSimpleData(OROPage *page, OROSection *section, const QPointF &offset,
QDomElement toElement() const const
QString fromUtf8(const char *str, int size)
@ IgnoreOld
QStringList split(const QString &sep, QString::SplitBehavior behavior, Qt::CaseSensitivity cs) const const
Represents a single page in a document and may contain zero or more OROPrimitive objects all of which...
Definition: KReportRenderObjects.h:167
int size() const const
QAction * zoom(const QObject *recvr, const char *slot, QObject *parent)
Defines a picture. A picture is different to an image, in that it is drawn using commands.
Definition: KReportRenderObjects.h:359
Represents a single a single row in a document and may contain zero or more OROPrimitives.
Definition: KReportRenderObjects.h:197
QString arg(qlonglong a, int fieldWidth, int base, QChar fillChar) const const
QString attribute(const QString &name, const QString &defValue) const const
QString tr(const char *sourceText, const char *disambiguation, int n)
T value(int i) const const
QString toString() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Dec 5 2023 04:10:17 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Dec 5 2023 04:10:17 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.