KReport
18#ifndef KREPORTITEMCHECKBOX_H
19#define KREPORTITEMCHECKBOX_H
21#include "KReportItemBase.h"
34 KReportItemCheckBox();
35 explicit KReportItemCheckBox(
const QDomNode &element);
36 ~KReportItemCheckBox()
override;
38 QString typeName()
const override;
39 int renderSimpleData(OROPage *page, OROSection *section,
const QPointF &offset,
const QVariant &data, KReportScriptHandler *script)
override;
42 KProperty* m_checkStyle;
43 KProperty* m_foregroundColor;
44 KProperty* m_lineColor;
45 KProperty* m_lineWeight;
46 KProperty* m_lineStyle;
47 KProperty* m_staticValue;
50 void setValue(
bool v);
51 KReportLineStyle lineStyle();
54 void createProperties()
override;
56 friend class Scripting::CheckBox;
Base class for items that are drawn syncronously.
Checkbox item script interface.
Field item script interface.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:54:26 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.