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

#ifndef DOC_IFACE_INFO_H
#define DOC_IFACE_INFO_H

#include <iface/ifaceinfo.h>

class DocInterfaceInfo : public PInterfaceInfo {
public:
    DocInterfaceInfo();
    virtual ~DocInterfaceInfo();

    QString name()const;
    QWidget* configWidget(const Config&);
    void writeConfig( QWidget* wid, Config& );
};

#endif