summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/slave/jpeg_slave.h
blob: e800dbdeadd4d56c0ce729ac912edc1e5f71c567 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * GPLv2 zecke@handhelds.org
 */
#ifndef JPEG_SLAVE_IMPL_H
#define JPEG_SLAVE_IMPL_H

#include "slaveiface.h"

class JpegSlave : public SlaveInterface {
public:
    JpegSlave();
    ~JpegSlave();

    QString iconViewName( const QString& );
    QString fullImageInfo( const QString& );
    QPixmap pixmap( const QString&, int, int );
};

#endif