Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

liquid.h

Go to the documentation of this file.
00001 #ifndef __OPIE_LIQUIDDECO_PLUGIN_H__
00002 #define __OPIE_LIQUIDDECO_PLUGIN_H__
00003 
00004 #include <qpe/windowdecorationinterface.h>
00005 
00006 class LiquidSettings;
00007 
00008 class LiquidDecoInterface : public WindowDecorationInterface {
00009 public:
00010         LiquidDecoInterface ( );
00011         virtual ~LiquidDecoInterface ( );
00012         
00013         QRESULT queryInterface ( const QUuid &, QUnknownInterface ** );
00014         Q_REFCOUNT
00015 
00016         virtual void drawArea( Area a, QPainter *, const WindowData * ) const;
00017                 
00018         virtual QString name ( ) const;
00019         virtual QPixmap icon ( ) const;
00020         
00021 };
00022 
00023 #endif

Generated on Sat Nov 5 16:17:17 2005 for OPIE by  doxygen 1.4.2