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

lock.h

Go to the documentation of this file.
00001 
00006 #ifndef CORE_SETTINGS_SECURITY_LOCKAPPLET_LOCK_H
00007 #define CORE_SETTINGS_SECURITY_LOCKAPPLET_LOCK_H
00008 
00009 #include <qpe/menuappletinterface.h>
00010 #include <qobject.h>
00011 
00012 class LockMenuApplet: public QObject, public MenuAppletInterface
00013 {
00014 
00015     Q_OBJECT
00016 
00017 public:
00018     LockMenuApplet ( );
00019     virtual ~LockMenuApplet ( );
00020 
00021     QRESULT queryInterface( const QUuid&, QUnknownInterface** );
00022     Q_REFCOUNT
00023 
00024     virtual int position() const;
00025     
00026     virtual QString name ( ) const;
00027     virtual QIconSet icon ( ) const;
00028     virtual QString text ( ) const;
00029     /* virtual QString tr( const char* ) const;
00030     virtual QString tr( const char*, const char* ) const;
00031     */
00032     virtual QPopupMenu *popup ( QWidget *parent ) const;
00033     virtual void activated ( );
00034 };
00035 
00036 #endif

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