krita/ui
KisExposureVisitor Class Reference
Set the exposure. More...
#include <kis_exposure_visitor.h>

Public Member Functions | |
| KisExposureVisitor (double exposure) | |
| bool | visit (KisSelectionMask *) |
| bool | visit (KisTransformationMask *) |
| bool | visit (KisTransparencyMask *) |
| bool | visit (KisFilterMask *) |
| bool | visit (KisCloneLayer *) |
| bool | visit (KisNode *) |
| virtual bool | visit (KisGeneratorLayer *layer) |
| virtual bool | visit (KisAdjustmentLayer *layer) |
| virtual bool | visit (KisGroupLayer *layer) |
| virtual bool | visit (KisPaintLayer *layer) |
| virtual bool | visit (KisExternalLayer *) |
Protected Member Functions | |
| void | setExposureToProfile (KoColorProfile *profile) |
Detailed Description
Set the exposure.
Definition at line 29 of file kis_exposure_visitor.h.
Constructor & Destructor Documentation
| KisExposureVisitor::KisExposureVisitor | ( | double | exposure | ) |
Definition at line 28 of file kis_exposure_visitor.cc.
Member Function Documentation
| void KisExposureVisitor::setExposureToProfile | ( | KoColorProfile * | profile | ) | [protected] |
Definition at line 33 of file kis_exposure_visitor.cc.
| bool KisExposureVisitor::visit | ( | KisSelectionMask * | ) | [inline] |
Definition at line 56 of file kis_exposure_visitor.h.
| bool KisExposureVisitor::visit | ( | KisTransformationMask * | ) | [inline] |
Definition at line 53 of file kis_exposure_visitor.h.
| bool KisExposureVisitor::visit | ( | KisTransparencyMask * | ) | [inline] |
Definition at line 50 of file kis_exposure_visitor.h.
| bool KisExposureVisitor::visit | ( | KisFilterMask * | ) | [inline] |
Definition at line 47 of file kis_exposure_visitor.h.
| bool KisExposureVisitor::visit | ( | KisCloneLayer * | ) | [inline] |
Definition at line 44 of file kis_exposure_visitor.h.
| bool KisExposureVisitor::visit | ( | KisNode * | ) | [inline] |
Definition at line 41 of file kis_exposure_visitor.h.
| bool KisExposureVisitor::visit | ( | KisGeneratorLayer * | layer | ) | [virtual] |
Definition at line 50 of file kis_exposure_visitor.cc.
| bool KisExposureVisitor::visit | ( | KisAdjustmentLayer * | layer | ) | [virtual] |
Definition at line 68 of file kis_exposure_visitor.cc.
| bool KisExposureVisitor::visit | ( | KisGroupLayer * | layer | ) | [virtual] |
Definition at line 57 of file kis_exposure_visitor.cc.
| bool KisExposureVisitor::visit | ( | KisPaintLayer * | layer | ) | [virtual] |
Definition at line 43 of file kis_exposure_visitor.cc.
| bool KisExposureVisitor::visit | ( | KisExternalLayer * | e | ) | [virtual] |
Definition at line 38 of file kis_exposure_visitor.cc.
The documentation for this class was generated from the following files:
