KReportLineStyle

Search for usage in LXR

KReportLineStyle Class Reference

#include <KReportLineStyle.shared.h>

Public Attributes

QColor color
 
Qt::PenStyle penStyle
 
qreal weight
 

Detailed Description

The KReportLineStyle class represents line style.

Definition at line 26 of file KReportLineStyle.shared.h.

Member Data Documentation

◆ color

QColor KReportLineStyle::color

@getter

Returns
Line's color. The default is invalid color. @setter Sets the line's color to color.

Definition at line 43 of file KReportLineStyle.shared.h.

◆ penStyle

Qt::PenStyle KReportLineStyle::penStyle

@getter

Returns
Line's pen style. The default is Qt::NoPen. @setter Sets the line's color to color.

Definition at line 51 of file KReportLineStyle.shared.h.

◆ weight

qreal KReportLineStyle::weight

@getter

Returns
Line's width in points. The default is 0 points. @setter Sets the line's width to width.

Definition at line 35 of file KReportLineStyle.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.