#ifndef __CPBASEQTAPPLICATION__ACTORAXESPROPERTIES__H__ #define __CPBASEQTAPPLICATION__ACTORAXESPROPERTIES__H__ #include #include // ------------------------------------------------------------------------- namespace Ui { class ActorAxesProperties; } // ------------------------------------------------------------------------- namespace cpBaseQtApplication { /** */ class cpBaseQtApplication_EXPORT ActorAxesProperties : public ActorProperties { Q_OBJECT; public: explicit ActorAxesProperties( QWidget* parent = 0 ); virtual ~ActorAxesProperties( ); virtual bool addActor( vtkProp* obj ) ITK_OVERRIDE; protected: virtual void _updateWidgets( ) ITK_OVERRIDE; protected slots: void _Scale( double v ); void _TextChanged( const QString& text ); void _TextColor( ); protected: Ui::ActorAxesProperties* m_UI; }; } // ecapseman #endif // __CPBASEQTAPPLICATION__ACTORAXESPROPERTIES__H__ // eof - $RCSfile$