25 #ifndef AKREGATOR_TAGSET_H
26 #define AKREGATOR_TAGSET_H
31 template < class K, class T> class TQMap;
54 TagSet(TQObject* parent=0);
58 void insert( const Tag& tag);
61 void remove( const Tag& tag);
64 TQMap<TQString,Tag> toMap() const;
73 Tag findByID( const TQString& id) const;
91 TQDomDocument toXML() const;
112 #endif // AKREGATOR_TAGSET_H
|