X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPVGUI%2FPVGUI_Module.h;h=bbeed82bdc63333b3f7fee268c1a9664b53d2809;hb=8c63a38303474ce53194ae7b312ef70f3b3daa9f;hp=8f0e03c47ac52cc7617ae401c4fe9d42ac3f42ec;hpb=de6b5c7a4f6b082ccef52b47259b4f476c101a3f;p=modules%2Fparavis.git diff --git a/src/PVGUI/PVGUI_Module.h b/src/PVGUI/PVGUI_Module.h index 8f0e03c4..bbeed82b 100644 --- a/src/PVGUI/PVGUI_Module.h +++ b/src/PVGUI/PVGUI_Module.h @@ -41,7 +41,7 @@ class SUIT_ViewWindow; class PVGUI_Module: public LightApp_Module { Q_OBJECT - + //! Menu actions enum { //----------- @@ -161,7 +161,7 @@ private: void restoreDockWidgetsState(); //! Shows or hides ParaView view window - void showView( bool ); + void showView( bool ); //! Get list of embedded macros files QStringList getEmbeddedMacrosList(); @@ -177,7 +177,7 @@ private: private slots: void showHelpForProxy( const QString&, const QString& ); - + void onPreAccept(); // not used inside PARAVIS void onPostAccept(); // not used inside PARAVIS void endWaitCursor(); // not used inside PARAVIS @@ -206,25 +206,22 @@ protected slots: private: int mySourcesMenuId; int myFiltersMenuId; -#ifdef PVCATALYST_ENABLED - int myCatalystMenuId; -#endif int myMacrosMenuId; int myRecentMenuId; - + typedef QMap WgMap; WgMap myDockWidgets; WgMap myToolbars; WgMap myToolbarBreaks; QList myMenus; - typedef QMap DockWindowMap; - DockWindowMap myCommonMap; + typedef QMap DockWindowMap; + DockWindowMap myCommonMap; #if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) QtMsgHandler myOldMsgHandler; -#else +#else QtMessageHandler myOldMsgHandler; -#endif +#endif vtkEventQtSlotConnect* VTKConnect; pqPythonScriptEditor* myTraceWindow;