 Collaboration diagram for ColorRef:
 Collaboration diagram for ColorRef:| Public Member Functions | |
| ColorRef (QColor theColor, QString theName=QString()) | |
| bool | operator== (ColorRef colorRef1) | 
| bool | operator!= (ColorRef colorRef1) | 
| Static Public Member Functions | |
| static QString | getDefaultColorName (const QColor c) | 
| Public Attributes | |
| QColor | color | 
| QString | name | 
Definition at line 25 of file colorref.h.
| ColorRef::ColorRef | ( | ) | 
Definition at line 25 of file colorref.cpp.
Definition at line 31 of file colorref.cpp.
Definition at line 67 of file colorref.cpp.
| bool ColorRef::operator!= | ( | ColorRef | colorRef1 | ) | 
Definition at line 49 of file colorref.cpp.
| bool ColorRef::operator== | ( | ColorRef | colorRef1 | ) | 
Definition at line 37 of file colorref.cpp.
| QColor ColorRef::color | 
Definition at line 34 of file colorref.h.
| QString ColorRef::name | 
Definition at line 35 of file colorref.h.