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

onotifydemo.h

Go to the documentation of this file.
00001 /* OPIE */
00002 #include <opie2/olistview.h>
00003 #include <opie2/odebug.h>
00004 #include <opie2/oapplication.h>
00005 #include <opie2/ofilenotify.h>
00006 
00007 class QButtonGroup;
00008 
00009 class DemoApp : public Opie::Core::OApplication
00010 {
00011   Q_OBJECT
00012 public:
00013   DemoApp( int argc, char** argv );
00014 
00015 public:
00016     void addTrigger( bool multi = false );
00017 public slots:
00018     void modifierClicked( int modifier );
00019     void addSingle();
00020     void addMulti();
00021     void delTrigger();
00022     void unnamedTrigger();
00023     void namedTrigger( const QString&, unsigned int, const QString& );
00024 
00025 private:
00026   Opie::Ui::OListView* l;
00027   QButtonGroup* g1;
00028   QButtonGroup* g2;
00029   Opie::Core::OFileNotificationType m;
00030 };

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