![]() |
KD Chart API Documentation 3.1
|
#include <KDChartLayoutItems.h>


Public Member Functions | |
| VerticalLineLayoutItem () | |
| Qt::Orientations | expandingDirections () const override |
| QRect | geometry () const override |
| bool | isEmpty () const override |
| QSize | maximumSize () const override |
| QSize | minimumSize () const override |
| void | paint (QPainter *) override |
| void | setGeometry (const QRect &r) override |
| QSize | sizeHint () const override |
Public Member Functions inherited from KDChart::AbstractLayoutItem | |
| AbstractLayoutItem (Qt::Alignment itemAlignment={}) | |
| virtual void | paintAll (QPainter &painter) |
| virtual void | paintCtx (PaintContext *context) |
| QLayout * | parentLayout () |
| void | removeFromParentLayout () |
| void | setParentLayout (QLayout *lay) |
| virtual void | setParentWidget (QWidget *widget) |
| virtual void | sizeHintChanged () const |
Public Member Functions inherited from QLayoutItem | |
| QLayoutItem (Qt::Alignment alignment) | |
| virtual | ~QLayoutItem () |
| Qt::Alignment | alignment () const const |
| virtual QSizePolicy::ControlTypes | controlTypes () const const |
| virtual bool | hasHeightForWidth () const const |
| virtual int | heightForWidth (int) const const |
| virtual void | invalidate () |
| virtual QLayout * | layout () |
| virtual int | minimumHeightForWidth (int w) const const |
| void | setAlignment (Qt::Alignment alignment) |
| virtual QSpacerItem * | spacerItem () |
| virtual QWidget * | widget () |
Additional Inherited Members | |
Protected Attributes inherited from KDChart::AbstractLayoutItem | |
| QWidget * | mParent = nullptr |
| QLayout * | mParentLayout = nullptr |
Layout item showing a vertical line
Definition at line 348 of file KDChartLayoutItems.h.
| KDChart::VerticalLineLayoutItem::VerticalLineLayoutItem | ( | ) |
Definition at line 555 of file KDChartLayoutItems.cpp.
|
overridevirtual |
Implements QLayoutItem.
Definition at line 560 of file KDChartLayoutItems.cpp.
References Qt::Vertical.
|
overridevirtual |
Implements QLayoutItem.
Definition at line 565 of file KDChartLayoutItems.cpp.
|
overridevirtual |
Implements QLayoutItem.
Definition at line 570 of file KDChartLayoutItems.cpp.
Referenced by KDChart::Legend::hasHeightForWidth().
|
overridevirtual |
Implements QLayoutItem.
Definition at line 575 of file KDChartLayoutItems.cpp.
|
overridevirtual |
Implements QLayoutItem.
Definition at line 580 of file KDChartLayoutItems.cpp.
|
overridevirtual |
Implements KDChart::AbstractLayoutItem.
Definition at line 595 of file KDChartLayoutItems.cpp.
References QPainter::drawLine().
|
overridevirtual |
Implements QLayoutItem.
Definition at line 585 of file KDChartLayoutItems.cpp.
|
overridevirtual |
Implements QLayoutItem.
Definition at line 590 of file KDChartLayoutItems.cpp.
https://www.kdab.com/development-resources/qt-tools/kd-chart/