kig
#include "object_hierarchy.h"
#include "../objects/object_holder.h"
#include "../objects/other_type.h"
#include "../objects/object_imp.h"
#include "../objects/object_imp_factory.h"
#include "../objects/object_type_factory.h"
#include "../objects/bogus_imp.h"
#include "../objects/transform_types.h"
#include "../objects/object_type.h"
#include <kglobal.h>
#include <qdom.h>
Include dependency graph for object_hierarchy.cc:
Go to the source code of this file.
Macros | |
#define | KIG_GENERIC_PARSE_ERROR |
Functions | |
const ObjectImpType * | lowermost (const ObjectImpType *a, const ObjectImpType *b, const ObjectImpType *c) |
bool | operator== (const ObjectHierarchy &lhs, const ObjectHierarchy &rhs) |
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
const ObjectImpType* lowermost | ( | const ObjectImpType * | a, |
const ObjectImpType * | b, | ||
const ObjectImpType * | c | ||
) |
Definition at line 700 of file object_hierarchy.cc.
bool operator== | ( | const ObjectHierarchy & | lhs, |
const ObjectHierarchy & | rhs | ||
) |
Definition at line 659 of file object_hierarchy.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.