]> git.tdb.fi Git - poefilter.git/blobdiff - source/poefilter.h
Replace Staff with Stave
[poefilter.git] / source / poefilter.h
index 0e87d2dbe5e2ff5a8573c9db9a3dae3c66410367..302b153bc22d3ecb34d4cf3ca94dd46b87f714af 100644 (file)
@@ -21,6 +21,7 @@ public:
        private:
                void category(const std::string &);
                void filter(const std::string &);
+               void import(const std::string &);
                void theme();
        };
 
@@ -35,8 +36,9 @@ public:
 
        virtual int main();
 
+       const Theme &get_theme() const { return theme; }
        const Category &get_category(const std::string &) const;
-       void find_categories(const Msp::Regex &, std::list<const Category *> &) const;
+       void find_categories(const Msp::Regex &, std::vector<const Category *> &) const;
        const Filter &get_filter(const std::string &) const;
 };