X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpBaseQtApplication%2FPlugins%2FNavigator.h;fp=lib%2FcpBaseQtApplication%2FPlugins%2FNavigator.h;h=0000000000000000000000000000000000000000;hb=2e142df11d6f312a2a2b5097b8da73571ed523e8;hp=a4a745a64f07b34be00360b1e832b5352572c2a7;hpb=61b3659afe961ed248f30e26f9ca8f28fcfafddc;p=cpPlugins.git diff --git a/lib/cpBaseQtApplication/Plugins/Navigator.h b/lib/cpBaseQtApplication/Plugins/Navigator.h deleted file mode 100644 index a4a745a..0000000 --- a/lib/cpBaseQtApplication/Plugins/Navigator.h +++ /dev/null @@ -1,39 +0,0 @@ -#ifndef __cpBaseQtApplication__Plugins__Navigator__h__ -#define __cpBaseQtApplication__Plugins__Navigator__h__ - -#include -#include - -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$