|
Scribus
Open source desktop publishing at your fingertips
|
Public Member Functions | |
| ScColorProfile (ScColorProfileData *) | |
| ScColorProfile (const QSharedPointer< ScColorProfileData > &) | |
| ScColorMgmtEngine & | engine () |
| const ScColorMgmtEngine & | engine () const |
| bool | isNull () const |
| operator bool () const | |
| QString | profilePath () const |
| QString | productDescription () const |
| eColorSpaceType | colorSpace () const |
| eProfileClass | deviceClass () const |
| const ScColorProfileData * | data () const |
| bool | operator== (const ScColorProfile &prof) const |
Protected Member Functions | |
| QWeakPointer< ScColorProfileData > | weakRef () const |
| QSharedPointer< ScColorProfileData > | strongRef () const |
Protected Attributes | |
| QSharedPointer< ScColorProfileData > | m_data |
Friends | |
| class | ScColorProfileCache |