Definition at line 32 of file KisUniqueColorSet.cpp.
◆ Private() [1/2]
| KisUniqueColorSet::Private::Private |
( |
| ) |
|
|
inline |
◆ Private() [2/2]
| KisUniqueColorSet::Private::Private |
( |
const Private & | rhs | ) |
|
|
inline |
Definition at line 35 of file KisUniqueColorSet.cpp.
38 {
39 for (auto it = rhs.history.begin(); it != rhs.history.end(); ++it) {
40 history.push_back(
new ColorEntry(*(*it)));
42 }
43 }
QHash< KoColor, KisUniqueColorSet::ColorEntry * > colorHash
std::deque< ColorEntry * > history
References colorHash, and history.
◆ colorHash
◆ history
| std::deque<ColorEntry*> KisUniqueColorSet::Private::history |
◆ key
| quint64 KisUniqueColorSet::Private::key {0} |
◆ maxSize
| size_t KisUniqueColorSet::Private::maxSize {200} |
The documentation for this struct was generated from the following file: