parts/fileview/stdfiletreewidgetimpl.h
Go to the documentation of this file.00001 /*************************************************************************** 00002 * Copyright (C) 2003 by Mario Scalas * 00003 * mario.scalas@libero.it * 00004 * * 00005 * This program is free software; you can redistribute it and/or modify * 00006 * it under the terms of the GNU General Public License as published by * 00007 * the Free Software Foundation; either version 2 of the License, or * 00008 * (at your option) any later version. * 00009 * * 00010 ***************************************************************************/ 00011 00012 #ifndef STDFILETREEWIDGETIMPL_H 00013 #define STDFILETREEWIDGETIMPL_H 00014 00015 #include "filetreeviewwidgetimpl.h" 00016 00023 class StdFileTreeWidgetImpl : public FileTreeViewWidgetImpl 00024 { 00025 Q_OBJECT 00026 public: 00027 StdFileTreeWidgetImpl( FileTreeWidget *parent ); 00028 virtual ~StdFileTreeWidgetImpl(); 00029 00030 /* 00031 * We have no reason not to allow it here 00032 */ 00033 virtual bool canReloadTree() const { return true; } 00034 }; 00035 00036 #endif