Hydra 0.20
hydra.src/desktop/WideListView.h
00001 
00002 /*
00003  * Copyright (c) 2009 Aleksander B. Demko
00004  * This source code is distributed under the MIT license.
00005  * See the accompanying file LICENSE.MIT.txt for details.
00006  */
00007 
00008 #ifndef __INCLUDED_HYDRADESKTOP_WIDELISTVIEW_H__
00009 #define __INCLUDED_HYDRADESKTOP_WIDELISTVIEW_H__
00010 
00011 #include <QListView>
00012 
00013 #include <desktop/View.h>
00014 
00015 namespace desktop
00016 {
00017   class WideListView;
00018 }
00019 
00020 class desktop::WideListView : public desktop::View
00021 {
00022     Q_OBJECT
00023 
00024   public:
00025     WideListView(FileList *_filelist);
00026 
00027   private:
00028     void initGui(void);
00029 
00030   private:
00031     QListView *dm_list;
00032 };
00033 
00034 #endif
00035 
 All Classes Namespaces Functions Variables