A set of attributes for frames around items. More...
#include <KDChartFrameAttributes.h>
Public Member Functions | |
FrameAttributes () | |
FrameAttributes (const FrameAttributes &) | |
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 | setPadding (int padding) |
void | setPen (const QPen &pen) |
void | setVisible (bool visible) |
~FrameAttributes () |
A set of attributes for frames around items.
Definition at line 36 of file KDChartFrameAttributes.h.
FrameAttributes::FrameAttributes | ( | ) |
Definition at line 49 of file KDChartFrameAttributes.cpp.
FrameAttributes::FrameAttributes | ( | const FrameAttributes & | r | ) |
Definition at line 54 of file KDChartFrameAttributes.cpp.
FrameAttributes::~FrameAttributes | ( | ) |
Definition at line 69 of file KDChartFrameAttributes.cpp.
bool FrameAttributes::isVisible | ( | ) | const |
Definition at line 95 of file KDChartFrameAttributes.cpp.
References d.
Referenced by operator<<(), operator==(), KDChart::AbstractAreaBase::paintFrameAttributes(), and updateCommonBrush().
bool KDChart::FrameAttributes::operator!= | ( | const FrameAttributes & | other | ) | const |
Definition at line 55 of file KDChartFrameAttributes.h.
References KDGantt::operator==().
FrameAttributes & FrameAttributes::operator= | ( | const FrameAttributes & | r | ) |
Definition at line 59 of file KDChartFrameAttributes.cpp.
References d.
bool FrameAttributes::operator== | ( | const FrameAttributes & | r | ) | const |
Definition at line 75 of file KDChartFrameAttributes.cpp.
References isVisible(), padding(), and pen().
int FrameAttributes::padding | ( | ) | const |
Definition at line 115 of file KDChartFrameAttributes.cpp.
References d.
Referenced by operator<<(), and operator==().
QPen FrameAttributes::pen | ( | ) | const |
Definition at line 105 of file KDChartFrameAttributes.cpp.
References d.
Referenced by operator<<(), operator==(), and KDChart::AbstractAreaBase::paintFrameAttributes().
void FrameAttributes::setPadding | ( | int | padding | ) |
Definition at line 110 of file KDChartFrameAttributes.cpp.
References d.
Referenced by KDChart::Chart::Chart().
void FrameAttributes::setPen | ( | const QPen & | pen | ) |
Definition at line 100 of file KDChartFrameAttributes.cpp.
References d.
Referenced by KDChart::Chart::Chart().
void FrameAttributes::setVisible | ( | bool | visible | ) |
Definition at line 90 of file KDChartFrameAttributes.cpp.
References d.