summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/slave/bmp_slave.h
blob: 174a61b82563685abceab1b788edbc2e8b9798a9 (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_BMP_IMPL_H
#define SLAVE_BMP_IMPL_H

#include "slaveiface.h"

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

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


#endif