KChart
KChartAbstractAreaWidget.cpp
Class only listed here to document inheritance of some KChart classes.
QSize size() const const
int width() const const
void paintAll(QPainter &painter)
Call paintAll, if you want the background and the frame to be drawn before the normal paint() is invo...
Definition: KChartAbstractAreaWidget.cpp:137
void paintEvent(QPaintEvent *event) override
Draws the background and frame, then calls paint().
Definition: KChartAbstractAreaWidget.cpp:92
void getFrameLeadings(int &left, int &top, int &right, int &bottom) const
Definition: KChartAbstractAreaBase.cpp:211
QTextStream & right(QTextStream &stream)
int x() const const
int y() const const
virtual void needSizeHint()
Call this to trigger an conditional re-building of the widget's internals.
Definition: KChartAbstractAreaWidget.cpp:79
virtual void paintIntoRect(QPainter &painter, const QRect &rect)
Draws the background and frame, then calls paint().
Definition: KChartAbstractAreaWidget.cpp:102
QTextStream & left(QTextStream &stream)
virtual void forceRebuild()
Call this to trigger an unconditional re-building of the widget's internals.
Definition: KChartAbstractAreaWidget.cpp:132
void positionHasChanged() override
Definition: KChartAbstractAreaWidget.cpp:181
Base class for AbstractArea and AbstractAreaWidget: An area in the chart with a background, a frame, etc.
Definition: KChartAbstractAreaBase.h:62
bool isEmpty() const const
QCA_EXPORT void init()
int height() const const
QPoint topLeft() const const
void translate(const QPointF &offset)
An area in the chart with a background, a frame, etc.
Definition: KChartAbstractAreaWidget.h:41
QRect areaGeometry() const override
Definition: KChartAbstractAreaWidget.cpp:176
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Mon Mar 8 2021 22:36:27 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Mon Mar 8 2021 22:36:27 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.