Subversion Repositories tpanel

Rev

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

Rev 21 Rev 137
Line 50... Line 50...
50
        PDATA_T findColor(int pID);
50
        PDATA_T findColor(int pID);
51
        void reset();
51
        void reset();
52
 
52
 
53
    private:
53
    private:
54
        bool havePalette(const std::string& name);
54
        bool havePalette(const std::string& name);
-
 
55
        void addSystemColors();
55
 
56
 
56
        std::map<std::string, PDATA_T> mColors;
57
        std::map<std::string, PDATA_T> mColors;
57
        std::vector<std::string> mPaletteNames;
58
        std::vector<std::string> mPaletteNames;
58
};
59
};
59
 
60