X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FcpExtensions%2FQT%2FMPRInteractionCommand.h;fp=lib%2FcpExtensions%2FQT%2FMPRInteractionCommand.h;h=0000000000000000000000000000000000000000;hb=410a1d0bf36fb01148880c034973308e4600ffda;hp=4f914686003b6ee081a1077ac25cd81e05250c18;hpb=f1747c7248d5eead5ea9d7e57bda0b081bcef065;p=cpPlugins.git diff --git a/lib/cpExtensions/QT/MPRInteractionCommand.h b/lib/cpExtensions/QT/MPRInteractionCommand.h deleted file mode 100644 index 4f91468..0000000 --- a/lib/cpExtensions/QT/MPRInteractionCommand.h +++ /dev/null @@ -1,63 +0,0 @@ -#ifndef __cpExtensions__QT__MPRInteractionCommand__h__ -#define __cpExtensions__QT__MPRInteractionCommand__h__ - -#include - -#ifdef cpExtensions_QT4 - -#include -#include -#include -#include - -// ------------------------------------------------------------------------- -namespace cpExtensions -{ - namespace QT - { - class ImageWidget; - class MPR3DWidget; - - /** - */ - class cpExtensions_EXPORT MPRInteractionCommand - : public vtkCommand - { - public: - typedef MPRInteractionCommand Self; - - public: - vtkTypeMacro( MPRInteractionCommand, vtkCommand ); - - public: - static Self* New( ); - - void AddWidget( QWidget* w ); - - virtual void Execute( - vtkObject* caller, unsigned long evId, void* data - ) cpExtensions_OVERRIDE; - - protected: - MPRInteractionCommand( ); - virtual ~MPRInteractionCommand( ); - - private: - // Purposely not implemented - MPRInteractionCommand( const Self& ); - Self& operator=( const Self& ); - - protected: - std::set< cpExtensions::QT::ImageWidget* > m_ImageWidgets; - std::set< cpExtensions::QT::MPR3DWidget* > m_MPR3DWidgets; - }; - - } // ecapseman - -} // ecapseman - -#endif // cpExtensions_QT4 - -#endif // __cpExtensions__QT__MPRInteractionCommand__h__ - -// eof - $RCSfile$