KReport
18#ifndef KREPORTITEMBRCODE_H
19#define KREPORTITEMBRCODE_H
21#include "KReportItemBase.h"
37 explicit KReportItemBarcode(
const QDomNode &element);
38 ~KReportItemBarcode()
override;
40 QString typeName()
const override;
41 int renderSimpleData(OROPage *page, OROSection *section,
const QPointF &offset,
const QVariant &data, KReportScriptHandler *script)
override;
44 KProperty * m_horizontalAlignment;
46 KProperty * m_maxLength;
47 KProperty* m_itemValue;
52 int maxLength()
const;
53 void setMaxLength(
int i);
54 QString format()
const;
55 void setFormat(
const QString&);
60 qreal m_minWidthTotal;
64 void createProperties()
override;
66 friend class Scripting::Barcode;
Base class for items that are drawn syncronously.
Field item script interface.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:00:06 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.