![]() |
Mixxx
|
#include <imgsource.h>
Public Member Functions | |
virtual | ~ImgSource () |
virtual QImage * | getImage (QString img)=0 |
virtual QColor | getCorrectColor (QColor c) |
Definition at line 25 of file imgsource.h.
virtual ImgSource::~ImgSource | ( | ) | [inline, virtual] |
Definition at line 27 of file imgsource.h.
virtual QColor ImgSource::getCorrectColor | ( | QColor | c | ) | [inline, virtual] |
Reimplemented in ImgProcessor.
Definition at line 29 of file imgsource.h.
virtual QImage* ImgSource::getImage | ( | QString | img | ) | [pure virtual] |