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

plugin.h

Go to the documentation of this file.
00001 #ifndef __OPIE_LIQUID_PLUGIN_H__
00002 #define __OPIE_LIQUID_PLUGIN_H__
00003 
00004 #include <qpe/styleinterface.h>
00005 
00006 class LiquidSettings;
00007 
00008 class LiquidInterface : public StyleExtendedInterface {
00009 public:
00010         LiquidInterface ( );
00011         virtual ~LiquidInterface ( );
00012         
00013         QRESULT queryInterface ( const QUuid &, QUnknownInterface ** );
00014         Q_REFCOUNT
00015                 
00016         virtual QStyle *style ( );
00017         
00018         virtual QString name ( ) const;
00019 
00020         virtual QString description ( ) const;
00021 
00022         virtual bool hasSettings ( ) const;
00023 
00024         virtual QWidget *create ( QWidget *parent, const char *name = 0 );
00025     
00026         virtual bool accept ( );            
00027         virtual void reject ( );
00028 
00029 private:
00030         LiquidSettings *m_widget;
00031 };
00032 
00033 #endif

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