krita
KisGenericRGBHistogramProducerFactory Class Reference
#include <kis_basic_histogram_producers.h>
Inheritance diagram for KisGenericRGBHistogramProducerFactory:

Detailed Description
KisGenericRGBHistogramProducer his special Factory that isCompatibleWith everything.
Definition at line 155 of file kis_basic_histogram_producers.h.
Public Member Functions | |
KisGenericRGBHistogramProducerFactory () | |
virtual | ~KisGenericRGBHistogramProducerFactory () |
virtual KisHistogramProducerSP | generate () |
virtual bool | isCompatibleWith (KisColorSpace *) const |
virtual float | preferrednessLevelWith (KisColorSpace *) const |
Member Function Documentation
virtual KisHistogramProducerSP KisGenericRGBHistogramProducerFactory::generate | ( | ) | [inline, virtual] |
Factory method, generates a new KisHistogramProducer.
Implements KisHistogramProducerFactory.
Definition at line 160 of file kis_basic_histogram_producers.h.
virtual bool KisGenericRGBHistogramProducerFactory::isCompatibleWith | ( | KisColorSpace * | ) | const [inline, virtual] |
Returns if a colorspace can be used with this producer.
Implements KisHistogramProducerFactory.
Definition at line 161 of file kis_basic_histogram_producers.h.
virtual float KisGenericRGBHistogramProducerFactory::preferrednessLevelWith | ( | KisColorSpace * | ) | const [inline, virtual] |
Returns a float in the [0.0, 1.0] range, 0.0 means this is a very generic method.
Implements KisHistogramProducerFactory.
Definition at line 162 of file kis_basic_histogram_producers.h.
The documentation for this class was generated from the following file: