]> Creatis software - cpPlugins.git/blob - lib/cpBaseQtApplication/PluginsNavigator.h
...
[cpPlugins.git] / lib / cpBaseQtApplication / PluginsNavigator.h
1 #ifndef __CPBASEQTAPPLICATION__PLUGINSNAVIGATOR__H__
2 #define __CPBASEQTAPPLICATION__PLUGINSNAVIGATOR__H__
3
4 #include <cpBaseQtApplication_Export.h>
5 #include <QTreeWidget>
6
7 namespace cpBaseQtApplication
8 {
9   /**
10    */
11   class cpBaseQtApplication_EXPORT PluginsNavigator
12     : public QTreeWidget
13   {
14     Q_OBJECT;
15
16   public:
17     typedef PluginsNavigator Self;
18     typedef QTreeWidget      Superclass;
19
20   public:
21     explicit PluginsNavigator( QWidget* parent = NULL );
22     virtual ~PluginsNavigator( );
23
24     void Update( );
25
26   protected:
27     void _Clear( );
28     void _Update( );
29   };
30
31 } // ecapseman
32
33 #endif // __CPBASEQTAPPLICATION__PLUGINSNAVIGATOR__H__
34
35 // eof - $RCSfile$