kig
#include <cabri-utils.h>
Public Member Functions | |
virtual | ~CabriReader () |
virtual void | decodeStyle (CabriObject *obj, Qt::PenStyle &ps, int &pointType)=0 |
virtual CabriObject * | readObject (QFile &f)=0 |
virtual bool | readWindowMetrics (QFile &f)=0 |
Static Public Member Functions | |
static QColor | translateColor (const QString &s) |
Protected Member Functions | |
CabriReader (const KigFilterCabri *filter) | |
Static Protected Member Functions | |
static void | initColorMap () |
Protected Attributes | |
const KigFilterCabri * | m_filter |
Detailed Description
Base reader for a Cabri figure.
It basically reads all the things it can from a Cabri figure, even if they are not used.
Definition at line 120 of file cabri-utils.h.
Constructor & Destructor Documentation
|
protected |
Definition at line 139 of file cabri-utils.cc.
|
virtual |
Definition at line 145 of file cabri-utils.cc.
Member Function Documentation
|
pure virtual |
Implemented in CabriReader_v12, and CabriReader_v10.
|
staticprotected |
Definition at line 149 of file cabri-utils.cc.
|
pure virtual |
Implemented in CabriReader_v12, and CabriReader_v10.
|
pure virtual |
Implemented in CabriReader_v12, and CabriReader_v10.
Translate a color from a 1 to 3 character sequence.
Definition at line 174 of file cabri-utils.cc.
Member Data Documentation
|
protected |
Definition at line 123 of file cabri-utils.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.