12#ifndef WSFCATEGORYLIST_HPP
13#define WSFCATEGORYLIST_HPP
15#include "wsf_export.h"
41 void Clear() { mCategories.clear(); }
45 bool ProcessInput(UtInput& aInput);
47 bool IsCategoryMember(
WsfStringId aCategoryId)
const;
65 CategoryList mCategories;
UtStringId WsfStringId
WsfStringId – the same thing as UtStringId.
Definition WsfStringId.hpp:23
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
Contains the 'categories' to which an object belongs.
Definition WsfCategoryList.hpp:34
std::vector< WsfStringId > CategoryList
Definition WsfCategoryList.hpp:36
void Clear()
Clears the category list.
Definition WsfCategoryList.hpp:41
WsfCategoryList()
Definition WsfCategoryList.cpp:21
const CategoryList & GetCategoryList() const
Return a the actual list.
Definition WsfCategoryList.hpp:54