Subversion Repositories tpanel

Rev

Rev 137 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 137 Rev 186
Line 52... Line 52...
52
 
52
 
53
    private:
53
    private:
54
        bool havePalette(const std::string& name);
54
        bool havePalette(const std::string& name);
55
        void addSystemColors();
55
        void addSystemColors();
56
 
56
 
-
 
57
        std::string mPath;
57
        std::map<std::string, PDATA_T> mColors;
58
        std::map<std::string, PDATA_T> mColors;
58
        std::vector<std::string> mPaletteNames;
59
        std::vector<std::string> mPaletteNames;
59
};
60
};
60
 
61
 
61
#endif
62
#endif