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

doclnkitem.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 DOCLNKITEM_H
00014 #define DOCLNKITEM_H
00015 
00016 #include "resultitem.h"
00017 
00018 class DocLnk;
00019 
00023 class DocLnkItem : public ResultItem
00024 {
00025 public:
00026     DocLnkItem(OListViewItem* parent, DocLnk *app);
00027     ~DocLnkItem();
00028 
00029     virtual QString toRichText();
00030     virtual void action( int );
00031     virtual QIntDict<QString> actions();
00032 
00033 private:
00034     DocLnk *_doc;
00035 };
00036 
00037 #endif

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