kchart

KDFrame.h File Reference


Detailed Description

Header of the KDFrame class providing highly configurable rectangular frame drawing.

This class is work in progress, at present only single line frame borders and (scaled/streched) background pictures are available. See KDChartParams::setSimpleFrame() to learn how to use them.

Definition in file KDFrame.h.

#include <qapplication.h>
#include <qfont.h>
#include <qcolor.h>
#include <qpixmap.h>
#include <qpen.h>
#include <qmap.h>
#include <qobject.h>
#include <qtextstream.h>
#include <qdom.h>
#include <KDFrameProfileSection.h>

Go to the source code of this file.


Classes

class  KDFrame
 The main class of KDFrame. More...
class  KDFrame::KDFrameCorner

Functions

QTextStream & operator<< (QTextStream &s, const KDFrame &p)
QTextStream & operator>> (QTextStream &s, KDFrame &p)

Function Documentation

QTextStream& operator<< ( QTextStream &  s,
const KDFrame p 
)

Writes the KDFrame object p as an XML document to the text stream s.

Parameters:
s the text stream to write to
p the KDFrame object to write
Returns:
the text stream after the write operation

QTextStream& operator>> ( QTextStream &  s,
KDFrame p 
)

Reads the an XML document from the text stream s into the KDFrame object p.

Parameters:
s the text stream to read from
p the KDFrame object to read into
Returns:
the text stream after the read operation

KDE Home | KDE Accessibility Home | Description of Access Keys