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_METAL_PLUGIN_H__
00002 #define __OPIE_METAL_PLUGIN_H__
00003 
00004 #include <qpe/styleinterface.h>
00005 
00006 
00007 class MetalInterface : public StyleInterface {
00008 public:
00009         MetalInterface ( );
00010         virtual ~MetalInterface ( );
00011         
00012         QRESULT queryInterface ( const QUuid &, QUnknownInterface ** );
00013         Q_REFCOUNT
00014                 
00015         virtual QStyle *style ( );      
00016         virtual QString name ( ) const;
00017         
00018 };
00019 
00020 #endif

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