#ifndef __EXAMPLE_ACTORPROPERTIES__H__ #define __EXAMPLE_ACTORPROPERTIES__H__ #include #include #include #include // ------------------------------------------------------------------------- namespace Ui { class example_ActorProperties; } // ------------------------------------------------------------------------- /** */ class example_ActorProperties : public QMainWindow { Q_OBJECT; public: typedef example_ActorProperties Self; typedef QMainWindow Superclass; public: explicit example_ActorProperties( int argc, char* argv[], QWidget* parent = NULL ); virtual ~example_ActorProperties( ); private: Ui::example_ActorProperties* m_UI; vtkSmartPointer< vtkRenderer > m_Renderer; cpPlugins::Interface m_Interface; }; #endif // __CPEXAMPLE_ACTORPROPERTIES__H__ // eof - $RCSfile$