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
|
Writes the KDFrame object p as an XML document to the text stream s.
|
|
Reads the an XML document from the text stream s into the KDFrame object p.
|