1307:adb9d32a1426 | 1308:dcc8c02530c2 |
---|---|
35 QColor edgeColor; | 35 QColor edgeColor; |
36 }; | 36 }; |
37 | 37 |
38 ColorData(); | 38 ColorData(); |
39 void loadFromLdconfig(); | 39 void loadFromLdconfig(); |
40 void loadFromFile(QIODevice& device); | |
40 bool contains(int code) const; | 41 bool contains(int code) const; |
41 const Entry& get(int code) const; | 42 const Entry& get(int code) const; |
42 | 43 |
43 private: | 44 private: |
44 Entry m_data[512]; | 45 Entry m_data[512]; |