X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FcpPipelineEditor%2FcpPipelineEditor.h;h=811777838e198dd37f145e4cae2a439a4ec200f8;hb=94411ee4209d15d6d1cf25bb817675f76f7ea5c0;hp=7192268911e3dbd816a59cd3a976aa812bab3a4d;hpb=83e946f1e96c001dde06a2785473d08468e28b2e;p=cpPlugins.git diff --git a/appli/cpPipelineEditor/cpPipelineEditor.h b/appli/cpPipelineEditor/cpPipelineEditor.h index 7192268..8117778 100644 --- a/appli/cpPipelineEditor/cpPipelineEditor.h +++ b/appli/cpPipelineEditor/cpPipelineEditor.h @@ -15,6 +15,7 @@ namespace cpPlugins namespace Interface { class Workspace; + class Interface; } } @@ -30,7 +31,10 @@ public: typedef QMainWindow Superclass; public: - explicit cpPipelineEditor( QWidget* parent = 0 ); + explicit cpPipelineEditor( + int argc, char* argv[], + QWidget* parent = 0 + ); virtual ~cpPipelineEditor( ); protected: @@ -45,6 +49,7 @@ protected slots: private: Ui::cpPipelineEditor* m_UI; cpPlugins::Interface::Workspace* m_Workspace; + cpPlugins::Interface::Interface* m_Plugins; }; #endif // __CPPIPELINEEDITOR__H__