18#ifndef KRSCRIPTLABEL_H
19#define KRSCRIPTLABEL_H
23#include "KReportItemLabel.h"
36 explicit Label(KReportItemLabel *);
44 void setCaption(
const QString&);
48 int horizontalAlignment()
const;
52 void setHorizonalAlignment(
int);
56 int verticalAlignment()
const;
60 void setVerticalAlignment(
int);
63 QColor backgroundColor()
const;
66 void setBackgroundColor(
const QColor&);
69 QColor foregroundColor()
const;
72 void setForegroundColor(
const QColor&);
75 int backgroundOpacity()
const;
79 void setBackgroundOpacity(
int);
85 void setLineColor(
const QColor&);
88 int lineWeight()
const;
91 void setLineWeight(
int);
94 int lineStyle()
const;
97 void setLineStyle(
int);
103 void setPosition(
const QPointF&);
109 void setSize(
const QSizeF&);
112 KReportItemLabel *m_label;
Field item script interface.
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
KDE's Doxygen guidelines are available online.