![]() |
Mixxx
|
#include <imgsource.h>


Public Member Functions | |
| virtual | ~ImgProcessor () |
| ImgProcessor (ImgSource *parent) | |
| virtual QColor | doColorCorrection (QColor c)=0 |
| QColor | getCorrectColor (QColor c) |
Protected Attributes | |
| ImgSource * | m_parent |
Definition at line 32 of file imgsource.h.
| virtual ImgProcessor::~ImgProcessor | ( | ) | [inline, virtual] |
Definition at line 35 of file imgsource.h.
| ImgProcessor::ImgProcessor | ( | ImgSource * | parent | ) | [inline] |
Definition at line 36 of file imgsource.h.
| virtual QColor ImgProcessor::doColorCorrection | ( | QColor | c | ) | [pure virtual] |
Implemented in ImgAdd, ImgMax, ImgScaleWhite, ImgHueRot, ImgHueInv, ImgHSVTweak, and ImgInvert.

| QColor ImgProcessor::getCorrectColor | ( | QColor | c | ) | [inline, virtual] |
Reimplemented from ImgSource.
Definition at line 38 of file imgsource.h.

ImgSource* ImgProcessor::m_parent [protected] |
Definition at line 43 of file imgsource.h.