X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpExtensions%2FQT%2FMPRInteractionCommand.h;fp=lib%2FcpExtensions%2FQT%2FMPRInteractionCommand.h;h=0000000000000000000000000000000000000000;hb=2e142df11d6f312a2a2b5097b8da73571ed523e8;hp=29aa5de6168b0ded007f244d9189a32f88f5b4a3;hpb=61b3659afe961ed248f30e26f9ca8f28fcfafddc;p=cpPlugins.git diff --git a/lib/cpExtensions/QT/MPRInteractionCommand.h b/lib/cpExtensions/QT/MPRInteractionCommand.h deleted file mode 100644 index 29aa5de..0000000 --- a/lib/cpExtensions/QT/MPRInteractionCommand.h +++ /dev/null @@ -1,58 +0,0 @@ -#ifndef __cpExtensions__QT__MPRInteractionCommand__h__ -#define __cpExtensions__QT__MPRInteractionCommand__h__ - -#include -#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__QT__MPRInteractionCommand__h__ - -// eof - $RCSfile$