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

applnksearch.h

Go to the documentation of this file.
00001 //
00002 //
00003 // C++ Interface: $MODULE$
00004 //
00005 // Description:
00006 //
00007 //
00008 // Author: Patrick S. Vogt <tille@handhelds.org>, (C) 2003
00009 //
00010 // Copyright: See COPYING file that comes with this distribution
00011 //
00012 //
00013 #ifndef APPLNKSEARCH_H
00014 #define APPLNKSEARCH_H
00015 
00016 #include "searchgroup.h"
00017 
00018 class AppLnkSet;
00019 class AppLnk;
00020 
00024 class AppLnkSearch : public SearchGroup
00025 {
00026 public:
00027     AppLnkSearch(QListView* parent, QString name);
00028     ~AppLnkSearch();
00029 
00030         virtual void setSearch(QRegExp);
00031 
00032 protected:
00033         virtual void load();
00034         virtual int search();
00035         virtual void insertItem( void* );
00036         virtual bool searchFile(AppLnk*) { return false; };
00037         AppLnkSet *_apps;
00038 };
00039 
00040 #endif

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