#include <KisWaylandAPIColorManager.h>
Definition at line 14 of file KisWaylandAPIColorManager.h.
◆ KisWaylandAPIColorManager()
| KisWaylandAPIColorManager::KisWaylandAPIColorManager |
( |
| ) |
|
|
explicit |
Definition at line 11 of file KisWaylandAPIColorManager.cpp.
12 : QWaylandClientExtensionTemplate(1)
13{
14 connect(
this, &QWaylandClientExtensionTemplate::activeChanged,
this, [
this] {
15 if (!isActive()) {
23 }
24 }
25 });
26}
connect(this, SIGNAL(optionsChanged()), this, SLOT(saveOptions()))
QSet< render_intent > m_supportedIntents
QSet< feature > m_supportedFeatures
void sigReadyChanged(bool value)
QSet< primaries > m_supportedPrimariesNamed
QSet< transfer_function > m_supportedTransferFunctionsNamed
References connect(), m_isReady, m_supportedFeatures, m_supportedIntents, m_supportedPrimariesNamed, m_supportedTransferFunctionsNamed, and sigReadyChanged().
◆ ~KisWaylandAPIColorManager()
| KisWaylandAPIColorManager::~KisWaylandAPIColorManager |
( |
| ) |
|
◆ isFeatureSupported()
| bool KisWaylandAPIColorManager::isFeatureSupported |
( |
feature | f | ) |
const |
|
inline |
◆ isIntentSupported()
| bool KisWaylandAPIColorManager::isIntentSupported |
( |
render_intent | ri | ) |
const |
|
inline |
◆ isPrimariesNamedSupported()
| bool KisWaylandAPIColorManager::isPrimariesNamedSupported |
( |
primaries | p | ) |
const |
|
inline |
◆ isReady()
| bool KisWaylandAPIColorManager::isReady |
( |
| ) |
const |
|
inline |
◆ isTransferFunctionNamedSupported()
| bool KisWaylandAPIColorManager::isTransferFunctionNamedSupported |
( |
transfer_function | tf | ) |
const |
|
inline |
◆ sigReadyChanged
| void KisWaylandAPIColorManager::sigReadyChanged |
( |
bool | value | ) |
|
|
signal |
◆ wp_color_manager_v1_done()
| void KisWaylandAPIColorManager::wp_color_manager_v1_done |
( |
| ) |
|
|
overrideprotected |
◆ wp_color_manager_v1_supported_feature()
| void KisWaylandAPIColorManager::wp_color_manager_v1_supported_feature |
( |
uint32_t | _feature | ) |
|
|
overrideprotected |
◆ wp_color_manager_v1_supported_intent()
| void KisWaylandAPIColorManager::wp_color_manager_v1_supported_intent |
( |
uint32_t | _render_intent | ) |
|
|
overrideprotected |
◆ wp_color_manager_v1_supported_primaries_named()
| void KisWaylandAPIColorManager::wp_color_manager_v1_supported_primaries_named |
( |
uint32_t | _primaries | ) |
|
|
overrideprotected |
◆ wp_color_manager_v1_supported_tf_named()
| void KisWaylandAPIColorManager::wp_color_manager_v1_supported_tf_named |
( |
uint32_t | tf | ) |
|
|
overrideprotected |
◆ m_isReady
| bool KisWaylandAPIColorManager::m_isReady {false} |
|
private |
◆ m_supportedFeatures
| QSet<feature> KisWaylandAPIColorManager::m_supportedFeatures |
|
private |
◆ m_supportedIntents
| QSet<render_intent> KisWaylandAPIColorManager::m_supportedIntents |
|
private |
◆ m_supportedPrimariesNamed
| QSet<primaries> KisWaylandAPIColorManager::m_supportedPrimariesNamed |
|
private |
◆ m_supportedTransferFunctionsNamed
| QSet<transfer_function> KisWaylandAPIColorManager::m_supportedTransferFunctionsNamed |
|
private |
The documentation for this class was generated from the following files: