Mixxx

ImgProcessor Class Reference

#include <imgsource.h>

Inheritance diagram for ImgProcessor:
Collaboration diagram for ImgProcessor:

List of all members.

Public Member Functions

virtual ~ImgProcessor ()
 ImgProcessor (ImgSource *parent)
virtual QColor doColorCorrection (QColor c)=0
QColor getCorrectColor (QColor c)

Protected Attributes

ImgSourcem_parent

Detailed Description

Definition at line 32 of file imgsource.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

virtual QColor ImgProcessor::doColorCorrection ( QColor  c) [pure virtual]

Implemented in ImgAdd, ImgMax, ImgScaleWhite, ImgHueRot, ImgHueInv, ImgHSVTweak, and ImgInvert.

Here is the caller graph for this function:

QColor ImgProcessor::getCorrectColor ( QColor  c) [inline, virtual]

Reimplemented from ImgSource.

Definition at line 38 of file imgsource.h.

Here is the call graph for this function:


Member Data Documentation

Definition at line 43 of file imgsource.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines