KD Chart 2  [rev.2.7]
Public Member Functions | Protected Attributes | List of all members
KDChart::AutoSpacerLayoutItem Class Reference

An empty layout item. More...

#include <KDChartLayoutItems.h>

Inheritance diagram for KDChart::AutoSpacerLayoutItem:
Inheritance graph
[legend]
Collaboration diagram for KDChart::AutoSpacerLayoutItem:
Collaboration graph
[legend]

Public Member Functions

 AutoSpacerLayoutItem (bool layoutIsAtTopPosition, QHBoxLayout *rightLeftLayout, bool layoutIsAtLeftPosition, QVBoxLayout *topBottomLayout)
 
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
 
virtual void paintAll (QPainter &painter)
 Default impl: just call paint. More...
 
virtual void paintCtx (PaintContext *context)
 Default impl: Paint the complete item using its layouted position and size. More...
 
QLayout * parentLayout ()
 
void removeFromParentLayout ()
 
void setGeometry (const QRect &r) override
 
void setParentLayout (QLayout *lay)
 
virtual void setParentWidget (QWidget *widget)
 Inform the item about its widget: This enables the item, to trigger that widget's update, whenever the size of the item's contents has changed. More...
 
QSize sizeHint () const override
 
virtual void sizeHintChanged () const
 Report changed size hint: ask the parent widget to recalculate the layout. More...
 

Protected Attributes

QWidgetmParent
 
QLayout * mParentLayout
 

Detailed Description

An empty layout item.

Definition at line 448 of file KDChartLayoutItems.h.

Constructor & Destructor Documentation

KDChart::AutoSpacerLayoutItem::AutoSpacerLayoutItem ( bool  layoutIsAtTopPosition,
QHBoxLayout *  rightLeftLayout,
bool  layoutIsAtLeftPosition,
QVBoxLayout *  topBottomLayout 
)

Definition at line 885 of file KDChartLayoutItems.cpp.

Member Function Documentation

Qt::Orientations KDChart::AutoSpacerLayoutItem::expandingDirections ( ) const
override

Definition at line 896 of file KDChartLayoutItems.cpp.

QRect KDChart::AutoSpacerLayoutItem::geometry ( ) const
override

Definition at line 901 of file KDChartLayoutItems.cpp.

bool KDChart::AutoSpacerLayoutItem::isEmpty ( ) const
override

Definition at line 906 of file KDChartLayoutItems.cpp.

QSize KDChart::AutoSpacerLayoutItem::maximumSize ( ) const
override

Definition at line 911 of file KDChartLayoutItems.cpp.

References sizeHint().

QSize KDChart::AutoSpacerLayoutItem::minimumSize ( ) const
override

Definition at line 916 of file KDChartLayoutItems.cpp.

References sizeHint().

void KDChart::AutoSpacerLayoutItem::paint ( QPainter *  painter)
overridevirtual
void KDChart::AbstractLayoutItem::paintAll ( QPainter &  painter)
virtualinherited

Default impl: just call paint.

Derived classes like KDChart::AbstractArea are providing additional action here.

Reimplemented in KDChart::AbstractArea, KDChart::TextArea, and KDChart::TernaryAxis.

Definition at line 64 of file KDChartLayoutItems.cpp.

References KDChart::AbstractLayoutItem::paint().

Referenced by findSharingAxisDiagrams().

void KDChart::AbstractLayoutItem::paintCtx ( PaintContext context)
virtualinherited

Default impl: Paint the complete item using its layouted position and size.

Reimplemented in KDChart::CartesianAxis, KDChart::LeveyJenningsAxis, and KDChart::TernaryAxis.

Definition at line 72 of file KDChartLayoutItems.cpp.

References KDChart::AbstractLayoutItem::paint(), and KDChart::PaintContext::painter().

QLayout* KDChart::AbstractLayoutItem::parentLayout ( )
inherited

Definition at line 77 of file KDChartLayoutItems.h.

void KDChart::AbstractLayoutItem::removeFromParentLayout ( )
inherited
void KDChart::AutoSpacerLayoutItem::setGeometry ( const QRect &  r)
override

Definition at line 921 of file KDChartLayoutItems.cpp.

void KDChart::AbstractLayoutItem::setParentLayout ( QLayout *  lay)
inherited
void KDChart::AbstractLayoutItem::setParentWidget ( QWidget widget)
virtualinherited

Inform the item about its widget: This enables the item, to trigger that widget's update, whenever the size of the item's contents has changed.

Thus, you need to call setParentWidget on every item, that has a non-fixed size.

Definition at line 59 of file KDChartLayoutItems.cpp.

References KDChart::AbstractLayoutItem::mParent.

Referenced by KDChart::HeaderFooter::setParent(), KDChart::AbstractCartesianDiagram::takeAxis(), and updateToplevelLayout().

QSize KDChart::AutoSpacerLayoutItem::sizeHint ( ) const
override
void KDChart::AbstractLayoutItem::sizeHintChanged ( ) const
virtualinherited

Report changed size hint: ask the parent widget to recalculate the layout.

Definition at line 81 of file KDChartLayoutItems.cpp.

References KDChart::AbstractLayoutItem::mParent.

Referenced by KDChart::TextLayoutItem::sizeHint().

Member Data Documentation

QWidget* KDChart::AbstractLayoutItem::mParent
protectedinherited
QLayout* KDChart::AbstractLayoutItem::mParentLayout
protectedinherited

Definition at line 92 of file KDChartLayoutItems.h.

Referenced by paint().


The documentation for this class was generated from the following files:

Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/

https://www.kdab.com/development-resources/qt-tools/kd-chart/