#ifndef __CPBASEQTAPPLICATION__ACTORPOLYDATAPROPERTIES__H__ #define __CPBASEQTAPPLICATION__ACTORPOLYDATAPROPERTIES__H__ #include #include // ------------------------------------------------------------------------- namespace Ui { class ActorPolyDataProperties; } // ------------------------------------------------------------------------- namespace cpBaseQtApplication { /** */ class cpBaseQtApplication_EXPORT ActorPolyDataProperties : public ActorProperties { Q_OBJECT; public: explicit ActorPolyDataProperties( QWidget* parent = 0 ); virtual ~ActorPolyDataProperties( ); virtual bool addActor( vtkProp* obj ) cpPlugins_OVERRIDE; protected: virtual void _updateWidgets( ) cpPlugins_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 // __CPBASEQTAPPLICATION__ACTORPOLYDATAPROPERTIES__H__ // eof - $RCSfile$