taskbarappletinterface.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef TASKBARAPPLETINTERFACE_H
00022 #define TASKBARAPPLETINTERFACE_H
00023
00024 #include <qpe/qcom.h>
00025 #include <qpixmap.h>
00026
00027 #ifndef QT_NO_COMPONENT
00028
00029 # ifndef IID_TaskbarApplet
00030 # define IID_TaskbarApplet QUuid( 0x6ca34d0b, 0xc637, 0x4865, 0xa6, 0x67, 0x7d, 0x4c, 0xd8, 0xa7, 0x04, 0x07)
00031 # endif
00032 #endif
00033
00034 class QWidget;
00035
00036 struct TaskbarAppletInterface : public QUnknownInterface
00037 {
00038 virtual QWidget *applet( QWidget *parent ) = 0;
00039 virtual int position() const = 0;
00040 };
00041
00042
00043 #ifndef IID_TaskbarNamedApplet
00044 #define IID_TaskbarNamedApplet QUuid( 0x7505e192, 0x4977, 0x465a, 0xb7, 0x2f, 0x0a, 0x8d, 0xd4, 0x91, 0xcf, 0x43)
00045 #endif
00046
00047 struct TaskbarNamedAppletInterface : public TaskbarAppletInterface
00048 {
00049 virtual QString name() const = 0;
00050 virtual QPixmap icon() const = 0;
00051 };
00052
00053 #endif
This file is part of the documentation for OPIE Version 1.5.5.