38 #include <QtCore/QString>
39 #include <QtGui/QColor>
56 static void initialize ();
64 static void registerType (
const QString &filename );
72 static unsigned int getNumCategories ();
80 static QString getCategoryName (
unsigned int index );
89 static QString getCategoryName (
const QString &typeName );
98 static QString getCategoryIconName (
unsigned int index );
107 static QString getCategoryIconName (
const QString &typeName );
115 static QStringList getTypeNames (
bool internalTypes =
false );
123 static QColor getColor (
const QString &typeName );
132 static bool isErroneous (
const QString &typeName );
141 static Node * createNode (
const QString &typeName,
const QString &name );
147 static void freeResources ();