#ifndef __PIPELINEEDITORMAINWINDOW__H__ #define __PIPELINEEDITORMAINWINDOW__H__ #include // ------------------------------------------------------------------------- namespace Ui { class PipelineEditorMainWindow; } /** */ class PipelineEditorMainWindow : public cpBaseQtApplication::MainWindow { Q_OBJECT; public: typedef PipelineEditorMainWindow Self; typedef cpBaseQtApplication::MainWindow Superclass; public: explicit PipelineEditorMainWindow( int argc, char* argv[], QApplication* app, QWidget* parent = NULL ); virtual ~PipelineEditorMainWindow( ); protected slots: void _ActionOpen( ); void _ActionSave( ); void _ActionClose( ); void _ActionLoadPluginFile( ); void _ActionLoadPluginDirectory( ); void _ActionShowPlugins( ); /* void _ActionBackgroundMPR( ); void _ActionBackground3D( ); void _ShowFilterOutput( const std::string& filter_name, const std::string& output_name ); void _HideFilterOutput( const std::string& filter_name, const std::string& output_name ); void _PropertiesFilterOutput( const std::string& filter_name, const std::string& output_name ); */ private: Ui::PipelineEditorMainWindow* m_UI; }; #endif // __PIPELINEEDITORMAINWINDOW__H__ // eof - $RCSfile$