|
| ColorList (ScribusDoc *doc=NULL, bool retainDoc=false) |
|
ColorList & | operator= (const ColorList &list) |
|
ScribusDoc * | document (void) const |
| Get the document the list is related , return in cpp due to scribusdoc class delcaration.
|
|
void | setDocument (ScribusDoc *doc) |
| Assign the doc to which the list belong to.
|
|
void | addColors (const ColorList &colorList, bool overwrite=true) |
| Add colors from the specified list. Colors are added using shadow copy.
|
|
void | copyColors (const ColorList &colorList, bool overwrite=true) |
| Copy colors from the specified list.
|
|
void | ensureDefaultColors (void) |
| Ensure availability of black and white colors.
|
|
QString | tryAddColor (QString name, ScColor col) |
| Try to add ScColor col to the list, if col already exists either by name or by value the existing color name is returned.
|
|
The documentation for this class was generated from the following files:
- /Users/ale/src/Scribus/scribus/sccolor.h
- /Users/ale/src/Scribus/scribus/sccolor.cpp