|
Krita Source Code Documentation
|
#include <kis_derived_resources.h>
Inheritance diagram for KisLodSizeThresholdResourceConverter:Public Member Functions | |
| QVariant | fromSource (const QVariant &value) override |
| KisLodSizeThresholdResourceConverter () | |
| QVariant | toSource (const QVariant &value, const QVariant &sourceValue) override |
Public Member Functions inherited from KoDerivedResourceConverter | |
| int | key () const |
| KoDerivedResourceConverter (int key, int sourceKey) | |
| virtual bool | notifySourceChanged (const QVariant &sourceValue) |
| QVariant | readFromSource (const QVariant &value) |
| int | sourceKey () const |
| QVariant | writeToSource (const QVariant &value, const QVariant &sourceValue, bool *changed) |
| virtual | ~KoDerivedResourceConverter () |
Additional Inherited Members |
Definition at line 121 of file kis_derived_resources.h.
| KisLodSizeThresholdResourceConverter::KisLodSizeThresholdResourceConverter | ( | ) |
Definition at line 333 of file kis_derived_resources.cpp.
|
overridevirtual |
Converts the value of the source resource into the space of the "derived" resource. E.g. preset -> opacity.
Implements KoDerivedResourceConverter.
Definition at line 339 of file kis_derived_resources.cpp.
References value().
|
overridevirtual |
Converts the value of the "derived" resource into the space of the original ("source") resource. E.g. opacity -> preset.
Implements KoDerivedResourceConverter.
Definition at line 345 of file kis_derived_resources.cpp.
References value().