22,8 → 22,8 |
|
const QString& id() const { return m_id; } |
|
bool hasMeasurementSpec() const { m_hasMeasurementSpec; } |
bool hasTristimulusSpec() const { m_hasTristimulusSpec; } |
bool hasMeasurementSpec() const { return m_hasMeasurementSpec; } |
bool hasTristimulusSpec() const { return m_hasTristimulusSpec; } |
bool hasWavelengthRange() const { return m_measurementSpec.hasWavelengthRange(); } |
|
const CxfMeasurementSpec& measurementSpec() const { return m_measurementSpec; } |
46,4 → 46,4 |
|
typedef QSharedPointer<CxfColorSpecification> CxfColorSpecificationShPtr; |
|
#endif |
#endif |