KChart::FrameAttributes
#include <KChartFrameAttributes.h>
Public Member Functions | |
| FrameAttributes (const FrameAttributes &) | |
| qreal | cornerRadius () const |
| bool | isVisible () const |
| bool | operator!= (const FrameAttributes &other) const |
| FrameAttributes & | operator= (const FrameAttributes &) |
| bool | operator== (const FrameAttributes &) const |
| int | padding () const |
| QPen | pen () const |
| void | setCornerRadius (qreal radius) |
| void | setPadding (int padding) |
| void | setPen (const QPen &pen) |
| void | setVisible (bool visible) |
Detailed Description
A set of attributes for frames around items.
Definition at line 22 of file KChartFrameAttributes.h.
Constructor & Destructor Documentation
◆ FrameAttributes() [1/2]
| FrameAttributes::FrameAttributes | ( | ) |
Definition at line 37 of file KChartFrameAttributes.cpp.
◆ FrameAttributes() [2/2]
| FrameAttributes::FrameAttributes | ( | const FrameAttributes & | r | ) |
Definition at line 42 of file KChartFrameAttributes.cpp.
◆ ~FrameAttributes()
| FrameAttributes::~FrameAttributes | ( | ) |
Definition at line 57 of file KChartFrameAttributes.cpp.
Member Function Documentation
◆ cornerRadius()
| qreal FrameAttributes::cornerRadius | ( | ) | const |
Definition at line 99 of file KChartFrameAttributes.cpp.
◆ isVisible()
| bool FrameAttributes::isVisible | ( | ) | const |
Definition at line 79 of file KChartFrameAttributes.cpp.
◆ operator!=()
|
inline |
Definition at line 44 of file KChartFrameAttributes.h.
◆ operator=()
| FrameAttributes & FrameAttributes::operator= | ( | const FrameAttributes & | r | ) |
Definition at line 47 of file KChartFrameAttributes.cpp.
◆ operator==()
| bool FrameAttributes::operator== | ( | const FrameAttributes & | r | ) | const |
Definition at line 63 of file KChartFrameAttributes.cpp.
◆ padding()
| int FrameAttributes::padding | ( | ) | const |
Definition at line 109 of file KChartFrameAttributes.cpp.
◆ pen()
| QPen FrameAttributes::pen | ( | ) | const |
Definition at line 89 of file KChartFrameAttributes.cpp.
◆ setCornerRadius()
| void FrameAttributes::setCornerRadius | ( | qreal | radius | ) |
Definition at line 94 of file KChartFrameAttributes.cpp.
◆ setPadding()
| void FrameAttributes::setPadding | ( | int | padding | ) |
Definition at line 104 of file KChartFrameAttributes.cpp.
◆ setPen()
| void FrameAttributes::setPen | ( | const QPen & | pen | ) |
Definition at line 84 of file KChartFrameAttributes.cpp.
◆ setVisible()
| void FrameAttributes::setVisible | ( | bool | visible | ) |
Definition at line 74 of file KChartFrameAttributes.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:54:25 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.