#ifndef __EXAMPLE_MPRVIEWER__H__ #define __EXAMPLE_MPRVIEWER__H__ #include #include // ------------------------------------------------------------------------- namespace Ui { class example_MPRViewer; } // ------------------------------------------------------------------------- /** */ class example_MPRViewer : public QMainWindow { Q_OBJECT; public: typedef example_MPRViewer Self; typedef QMainWindow Superclass; public: explicit example_MPRViewer( int argc, char* argv[], QWidget* parent = NULL ); virtual ~example_MPRViewer( ); private: Ui::example_MPRViewer* m_UI; cpPlugins::Interface m_Interface; cpPlugins::ProcessObject::Pointer m_Reader; }; #endif // __CPEXAMPLE_MPRVIEWER__H__ // eof - $RCSfile$