]> Creatis software - cpPlugins.git/blobdiff - lib/cpBaseQtApplication/Plugins/Navigator.h
Moved to version 1.0
[cpPlugins.git] / lib / cpBaseQtApplication / Plugins / Navigator.h
diff --git a/lib/cpBaseQtApplication/Plugins/Navigator.h b/lib/cpBaseQtApplication/Plugins/Navigator.h
deleted file mode 100644 (file)
index a4a745a..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-#ifndef __cpBaseQtApplication__Plugins__Navigator__h__
-#define __cpBaseQtApplication__Plugins__Navigator__h__
-
-#include <cpBaseQtApplication_Export.h>
-#include <QTreeWidget>
-
-namespace cpBaseQtApplication
-{
-  namespace Plugins
-  {
-    /**
-     */
-    class cpBaseQtApplication_EXPORT Navigator
-      : public QTreeWidget
-    {
-      Q_OBJECT;
-
-    public:
-      typedef Navigator   Self;
-      typedef QTreeWidget Superclass;
-
-    public:
-      explicit Navigator( QWidget* parent = NULL );
-      virtual ~Navigator( );
-
-      void Update( );
-
-    protected:
-      void _Clear( );
-      void _Update( );
-    };
-
-  } // ecapseman
-
-} // ecapseman
-
-#endif // __cpBaseQtApplication__Plugins__Navigator__h__
-
-// eof - $RCSfile$