#ifndef __CPBASEQTAPPLICATION__ACTORIMAGEPROPERTIES__H__ #define __CPBASEQTAPPLICATION__ACTORIMAGEPROPERTIES__H__ #include #include // ------------------------------------------------------------------------- namespace Ui { class ActorImageProperties; } // ------------------------------------------------------------------------- namespace cpBaseQtApplication { /** */ class cpBaseQtApplication_EXPORT ActorImageProperties : public ActorProperties { Q_OBJECT; public: explicit ActorImageProperties( QWidget* parent = 0 ); virtual ~ActorImageProperties( ); virtual bool addActor( vtkProp* obj ) cpPlugins_OVERRIDE; protected: virtual void _updateWidgets( ) cpPlugins_OVERRIDE; protected slots: void _Opacity( int v ); void _Window( int v ); void _Level( int v ); void _Window( double v ); void _Level( double v ); void _Interpolation( int v ); protected: Ui::ActorImageProperties* m_UI; }; } // ecapseman #endif // __CPBASEQTAPPLICATION__ACTORIMAGEPROPERTIES__H__ // eof - $RCSfile$