From fa3772aa7ddea5725cc7e7db42d017567e4cc14c Mon Sep 17 00:00:00 2001 From: zcarsten Date: Tue, 22 Jul 2003 19:23:13 +0000 Subject: Initial revision --- (limited to 'noncore/apps/zsafe/categorylist.h') diff --git a/noncore/apps/zsafe/categorylist.h b/noncore/apps/zsafe/categorylist.h new file mode 100644 index 0000000..96cf389 --- a/dev/null +++ b/noncore/apps/zsafe/categorylist.h @@ -0,0 +1,32 @@ +/* +** $Id$ +*/ +#ifndef _CATEGORY_LIST_H_ +#define _CATEGORY_LIST_H_ + +#include +#include +#include "category.h" + +// list of Category + +class CategoryList +{ +public: + CategoryList(); + ~CategoryList(); + + void insert (QString key, Category *category); + Category *find (QString key); + void remove (QString key); + void clear(); + + QAsciiDict categoryList; + +private: + +}; +#endif // _CATEGORY_LIST_H_ + + + -- cgit v0.9.0.2