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