38 #include <QtCore/QString>
39 #include <QtGui/QColor>
42 #include <QtXml/QDomElement>
62 typedef QMap<QString, NodeType *>
Map;
98 NodeType (
const QString &filename );
112 QString getName ()
const;
120 QString getCategoryName ()
const;
127 QColor getColor ()
const;
134 bool isAvailable ()
const;
144 bool isInternal ()
const;
152 bool isErroneous ()
const;
160 Node * createNode (
const QString &name );
170 bool parseDescriptionFile (
const QString &filename );
187 void parseAffections ( QDomElement rootElement );