kig
#include "object_imp_factory.h"
#include "object_imp.h"
#include "bogus_imp.h"
#include "circle_imp.h"
#include "conic_imp.h"
#include "cubic_imp.h"
#include "line_imp.h"
#include "locus_imp.h"
#include "other_imp.h"
#include "point_imp.h"
#include "text_imp.h"
#include "../misc/coordinate.h"
#include <qdom.h>
#include <klocale.h>
Include dependency graph for object_imp_factory.cc:
Go to the source code of this file.
Macros | |
#define | KIG_GENERIC_PARSE_ERROR |
Functions | |
static void | addCoordinateElement (const char *name, const Coordinate &d, QDomElement &p, QDomDocument &doc) |
static void | addDoubleElement (const char *name, double d, QDomElement &parent, QDomDocument &doc) |
static void | addXYElements (const Coordinate &c, QDomElement &parent, QDomDocument &doc) |
static Coordinate | readCoordinateElement (const QDomNode &n, bool &ok, const char *tagname) |
static double | readDoubleElement (const QDomNode &n, bool &ok, const char *tagname) |
static Coordinate | readXYElements (const QDomElement &e, bool &ok) |
Macro Definition Documentation
#define KIG_GENERIC_PARSE_ERROR |
Value:
{ \
error = i18n( "An error was encountered at line %1 in file %2.", \
__LINE__, __FILE__ ); \
return 0; \
}
Function Documentation
|
static |
Definition at line 72 of file object_imp_factory.cc.
|
static |
Definition at line 65 of file object_imp_factory.cc.
|
static |
Definition at line 51 of file object_imp_factory.cc.
|
static |
Definition at line 263 of file object_imp_factory.cc.
|
static |
Definition at line 276 of file object_imp_factory.cc.
|
static |
Definition at line 240 of file object_imp_factory.cc.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.