KD Chart 2  [rev.2.5.1]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
KDChart::LineLayoutItem Class Reference

Layout item showing a coloured line. More...

#include <KDChartLayoutItems.h>

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

Public Member Functions

virtual Qt::Orientations expandingDirections () const
 
virtual QRect geometry () const
 
virtual bool isEmpty () const
 
virtual Qt::Alignment legendLineSymbolAlignment () const
 
 LineLayoutItem (AbstractDiagram *diagram, int length, const QPen &pen, Qt::Alignment mLegendLineSymbolAlignment, Qt::Alignment alignment=0)
 
virtual QSize maximumSize () const
 
virtual QSize minimumSize () const
 
virtual void paint (QPainter *)
 
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 ()
 
virtual void setGeometry (const QRect &r)
 
void setLegendLineSymbolAlignment (Qt::Alignment legendLineSymbolAlignment)
 
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...
 
virtual QSize sizeHint () const
 
virtual void sizeHintChanged () const
 Report changed size hint: ask the parent widget to recalculate the layout. More...
 

Static Public Member Functions

static void paintIntoRect (QPainter *painter, const QRect &rect, const QPen &pen, Qt::Alignment lineAlignment)
 

Protected Attributes

QWidgetmParent
 
QLayout * mParentLayout
 

Detailed Description

Layout item showing a coloured line.

Definition at line 259 of file KDChartLayoutItems.h.

Constructor & Destructor Documentation

KDChart::LineLayoutItem::LineLayoutItem ( KDChart::AbstractDiagram diagram,
int  length,
const QPen &  pen,
Qt::Alignment  mLegendLineSymbolAlignment,
Qt::Alignment  alignment = 0 
)

Definition at line 753 of file KDChartLayoutItems.cpp.

Member Function Documentation

Qt::Orientations KDChart::LineLayoutItem::expandingDirections ( ) const
virtual

Definition at line 769 of file KDChartLayoutItems.cpp.

QRect KDChart::LineLayoutItem::geometry ( ) const
virtual

Definition at line 774 of file KDChartLayoutItems.cpp.

bool KDChart::LineLayoutItem::isEmpty ( ) const
virtual

Definition at line 779 of file KDChartLayoutItems.cpp.

Qt::Alignment KDChart::LineLayoutItem::legendLineSymbolAlignment ( ) const
virtual

Definition at line 813 of file KDChartLayoutItems.cpp.

QSize KDChart::LineLayoutItem::maximumSize ( ) const
virtual

Definition at line 784 of file KDChartLayoutItems.cpp.

QSize KDChart::LineLayoutItem::minimumSize ( ) const
virtual

Definition at line 789 of file KDChartLayoutItems.cpp.

void KDChart::LineLayoutItem::paint ( QPainter *  painter)
virtual

Implements KDChart::AbstractLayoutItem.

Definition at line 818 of file KDChartLayoutItems.cpp.

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.

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::PaintContext::painter().

void KDChart::LineLayoutItem::paintIntoRect ( QPainter *  painter,
const QRect &  rect,
const QPen &  pen,
Qt::Alignment  lineAlignment 
)
static
QLayout* KDChart::AbstractLayoutItem::parentLayout ( )
inherited

Definition at line 78 of file KDChartLayoutItems.h.

void KDChart::AbstractLayoutItem::removeFromParentLayout ( )
inherited
void KDChart::LineLayoutItem::setGeometry ( const QRect &  r)
virtual

Definition at line 794 of file KDChartLayoutItems.cpp.

void KDChart::LineLayoutItem::setLegendLineSymbolAlignment ( Qt::Alignment  legendLineSymbolAlignment)

Definition at line 805 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(), and KDChart::AbstractCartesianDiagram::takeAxis().

QSize KDChart::LineLayoutItem::sizeHint ( ) const
virtual

Definition at line 799 of file KDChartLayoutItems.cpp.

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.

Member Data Documentation

QWidget* KDChart::AbstractLayoutItem::mParent
protectedinherited

Definition at line 92 of file KDChartLayoutItems.h.

Referenced by KDChart::AbstractLayoutItem::setParentWidget().

QLayout* KDChart::AbstractLayoutItem::mParentLayout
protectedinherited

Definition at line 93 of file KDChartLayoutItems.h.


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

Klarälvdalens Datakonsult AB (KDAB)
Qt-related services and products
http://www.kdab.com/
http://www.kdab.com/products/kd-chart/