summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/slave/gif_slave.h
blob: cb8522df9842dc88ad34fb30b60d50f2ae742ffe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * GPLv2 zecke@handhelds.org
 */


#ifndef SLAVE_GIF_IMPL_H
#define SLAVE_GIF_IMPL_H

#include "slaveiface.h"

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

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


#endif