KReportElement

Search for usage in LXR

KReportElement Class Reference

#include <KReportElement.shared.h>

Inheritance diagram for KReportElement:

Public Attributes

QColor backgroundColor
 
qreal backgroundOpacity
 
QColor foregroundColor
 
QString name
 
QRectF rect
 
qreal z
 

Detailed Description

The KReportElement class represents a functional visual element of a report design.

Definition at line 31 of file KReportElement.shared.h.

Member Data Documentation

◆ backgroundColor

QColor KReportElement::backgroundColor

@getter

Returns
element's background color. The default background color is invalid what means 'unspecified'. @setter Sets the element's background color to backgroundColor.

Definition at line 80 of file KReportElement.shared.h.

◆ backgroundOpacity

qreal KReportElement::backgroundOpacity

@getter

Returns
element's background opacity, which is between 0.0 (transparent) and 1.0 (opaque). The default opacity is 0.0. @setter Sets the element's background opacity to backgroundOpacity.

Definition at line 89 of file KReportElement.shared.h.

◆ foregroundColor

QColor KReportElement::foregroundColor

@getter

Returns
element's foreground color. The default foreground color is invalid what means 'unspecified'. @setter Sets the element's foreground color to foregroundColor.

Definition at line 71 of file KReportElement.shared.h.

◆ name

QString KReportElement::name

@getter

Returns
element's name. @setter Sets the element's name to name.

Definition at line 40 of file KReportElement.shared.h.

◆ rect

QRectF KReportElement::rect

@getter

Returns
element's rectangle. @setter Sets the element's rectangle to rect.

Definition at line 48 of file KReportElement.shared.h.

◆ z

qreal KReportElement::z

@getter

Returns
element's Z-value. The Z value decides the stacking order of sibling (neighboring) elements. A sibling element of high Z value will always be drawn on top of another sibling element with a lower Z value. If you restore the Z value, the element's insertion order will decide its stacking order. The Z-value does not affect the element's size in any way. The default Z-value is 0. @setter Sets the element's Z-value to z.

Definition at line 62 of file KReportElement.shared.h.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:21:31 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.