]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/ActorPolyDataProperties.h
Cleaning...
[cpPlugins.git] / lib / cpPlugins / ActorPolyDataProperties.h
diff --git a/lib/cpPlugins/ActorPolyDataProperties.h b/lib/cpPlugins/ActorPolyDataProperties.h
deleted file mode 100644 (file)
index 457ee50..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-#ifndef __CPPLUGINS__ACTORPOLYDATAPROPERTIES__H__
-#define __CPPLUGINS__ACTORPOLYDATAPROPERTIES__H__
-
-#include <cpPlugins/ActorProperties.h>
-
-#ifdef cpPlugins_QT4
-
-#include <QWidget>
-
-// -------------------------------------------------------------------------
-namespace Ui
-{
-  class ActorPolyDataProperties;
-}
-
-// -------------------------------------------------------------------------
-namespace cpPlugins
-{
-  /**
-   */
-  class cpPlugins_EXPORT ActorPolyDataProperties
-    : public ActorProperties
-  {
-    Q_OBJECT;
-
-  public:
-    explicit ActorPolyDataProperties( QWidget* parent = 0 );
-    virtual ~ActorPolyDataProperties( );
-
-    virtual bool addActor( vtkProp* obj ) ITK_OVERRIDE;
-
-  protected:
-    virtual void _updateWidgets( ) ITK_OVERRIDE;
-
-  protected slots:
-    void _ScalarVisibility( int v );
-    void _Color( );
-    void _Opacity( int v );
-    void _LineWidth( int v );
-    void _PointSize( int v );
-    void _Representation( int v );
-
-  protected:
-    Ui::ActorPolyDataProperties* m_UI;
-  };
-
-} // ecapseman
-
-#endif // cpPlugins_QT4
-
-#endif // __CPPLUGINS__ACTORPOLYDATAPROPERTIES__H__
-
-// eof - $RCSfile$