Mixxx

ImgSource Class Reference

#include <imgsource.h>

Inheritance diagram for ImgSource:

List of all members.

Public Member Functions

virtual ~ImgSource ()
virtual QImage * getImage (QString img)=0
virtual QColor getCorrectColor (QColor c)

Detailed Description

Definition at line 25 of file imgsource.h.


Constructor & Destructor Documentation

virtual ImgSource::~ImgSource ( ) [inline, virtual]

Definition at line 27 of file imgsource.h.


Member Function Documentation

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

Reimplemented in ImgProcessor.

Definition at line 29 of file imgsource.h.

Here is the caller graph for this function:

virtual QImage* ImgSource::getImage ( QString  img) [pure virtual]

Implemented in ImgLoader, and ImgColorProcessor.

Here is the caller graph for this function:


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