]> SALOME platform Git repositories - modules/yacs.git/blob - src/genericgui/GenericGui.hxx
Salome HOME
c56fd29d22c21a0bee5fbb5d8076b86e3c199937
[modules/yacs.git] / src / genericgui / GenericGui.hxx
1 // Copyright (C) 2006-2014  CEA/DEN, EDF R&D
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License, or (at your option) any later version.
7 //
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 // Lesser General Public License for more details.
12 //
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 //
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 //
19
20 #ifndef _GENERICGUI_HXX_
21 #define _GENERICGUI_HXX_
22
23 #include "GenericGuiExport.hxx"
24
25 #include <QAction>
26 #include <QActionGroup>
27 #include <QObject>
28 #include <QMainWindow>
29 #include <QDockWidget>
30 #include <QString>
31
32 #include "SuitWrapper.hxx"
33
34 #include <map>
35 #include <list>
36 #include <string>
37
38 namespace YACS
39 {
40
41   namespace ENGINE
42   {
43     class Proc;
44     class Catalog;
45   }
46   namespace HMI
47   {
48     class QtGuiContext;
49     class GuiEditor;
50     class SuitWrapper;
51     class CatalogWidget;
52     class YACSGuiLoader;
53     class SubjectDataPort;
54     class BatchJobsListDialog;
55
56     class GENERICGUI_EXPORT GenericGui: public QObject
57     {
58       Q_OBJECT
59
60     public:
61       GenericGui(YACS::HMI::SuitWrapper* wrapper, QMainWindow *parent = 0);
62       virtual ~GenericGui();
63
64       void createActions();
65       void createMenus();
66       void createTools();
67       void initialMenus();
68       void hideAllMenus();
69       void showBaseMenus(bool show);
70       void showEditionMenus(bool show);
71       void showExecMenus(bool show);
72       void showCommonMenus(bool show);
73       void switchContext(QWidget *view, bool onExit = false);
74       bool closeContext(QWidget *view, bool onExit = false);
75       void showDockWidgets(bool isVisible);
76       void raiseStacked();
77       CatalogWidget* getCatalogWidget() { return _catalogsWidget; };
78       std::list<std::string> getMachineList();
79       void createForEachLoop(std::string type="double");
80       void putGraphInForeachLoop(std::string type);
81       virtual void loadSchema(const std::string& filename,bool edit=true, bool arrangeLocalNodes=false);
82       virtual void onHelpContextModule( const QString&, const QString&, const QString& = QString() );
83       void createContext(YACS::ENGINE::Proc* proc,
84                          const QString& schemaName,
85                          const QString& runName,
86                          bool forEdition);
87       YACSGuiLoader *getLoader() { return _loader; };
88
89       QAction *_newSchemaAct;
90       QAction *_importSchemaAct;
91       QAction *_chooseBatchJobAct;
92       QAction *_importSupervSchemaAct;
93       QAction *_exportSchemaAct;
94       QAction *_exportSchemaAsAct;
95       QAction *_importCatalogAct;
96
97       QAction *_runLoadedSchemaAct;
98       QAction *_loadRunStateSchemaAct;
99       QAction *_loadAndRunSchemaAct;
100
101       QAction *_startResumeAct;
102       QAction *_abortAct;
103       QAction *_pauseAct;
104       QAction *_resetAct;
105
106       QAction *_saveRunStateAct;
107       QAction *_newEditionAct;
108
109       QActionGroup *_execModeGroup;
110       QAction *_withoutStopModeAct;
111       QAction *_breakpointsModeAct;
112       QAction *_stepByStepModeAct;
113
114       QAction *_toggleStopOnErrorAct;
115
116       QAction *_getYacsContainerLogAct;
117       QAction *_getErrorReportAct;
118       QAction *_getErrorDetailsAct;
119       QAction *_getContainerLogAct;
120       QAction *_shutdownProcAct;
121
122       QAction *_editDataTypesAct;
123       QAction *_createDataTypeAct;
124       QAction *_importDataTypeAct;
125       QAction *_newContainerAct;
126       QAction *_newHPContainerAct;
127       QAction *_selectComponentInstanceAct;
128       QAction *_newSalomeComponentAct;
129       QAction *_newSalomePythonComponentAct;
130       QAction *_newCorbaComponentAct;
131       QAction *_salomeServiceNodeAct;
132       QAction *_serviceInlineNodeAct;
133       QAction *_CORBAServiceNodeAct;
134       QAction *_nodeNodeServiceNodeAct;
135       QAction *_cppNodeAct;
136       QAction *_XMLNodeAct;
137       QAction *_inDataNodeAct;
138       QAction *_outDataNodeAct;
139       QAction *_inStudyNodeAct;
140       QAction *_outStudyNodeAct;
141       QAction *_inlineScriptNodeAct;
142       QAction *_inlineFunctionNodeAct;
143       QAction *_blockNodeAct;
144       QAction *_FORNodeAct;
145       QAction *_FOREACHNodeAct;
146       QAction *_WHILENodeAct;
147       QAction *_SWITCHNodeAct;
148       QAction *_OptimizerLoopAct;
149       QAction *_nodeFromCatalogAct;
150       QAction *_deleteItemAct;
151       QAction *_cutItemAct;
152       QAction *_copyItemAct;
153       QAction *_pasteItemAct;
154       QAction *_putInBlocAct;
155       QAction *_putGraphInBlocAct;
156       QAction *_putGraphInForLoopAct;
157       QAction *_putGraphInWhileLoopAct;
158       QAction *_putGraphInOptimizerLoopAct;
159       QAction *_arrangeLocalNodesAct;
160       QAction *_arrangeRecurseNodesAct;
161       QAction *_computeLinkAct;
162       QAction *_zoomToBlocAct;
163       QAction *_centerOnNodeAct;
164       QAction *_shrinkExpand;
165
166       QAction *_toggleStraightLinksAct;
167       QAction *_toggleAutomaticComputeLinkAct;
168       QAction *_toggleSimplifyLinkAct;
169       QAction *_toggleForce2NodesLinkAct;
170       QAction *_toggleAddRowColsAct;
171       QAction *_toggleSceneItemVisibleAct;
172       QAction *_selectReferenceAct;
173       QAction *_whatsThisAct;
174
175       QAction *_showAllLinksAct;
176       QAction *_hideAllLinksAct;
177
178       QAction *_showOnlyPortLinksAct;
179       QAction *_showPortLinksAct;
180       QAction *_hidePortLinksAct;
181       QAction *_emphasisPortLinksAct;
182
183       QAction *_showOnlyCtrlLinksAct;
184       QAction *_showCtrlLinksAct;
185       QAction *_hideCtrlLinksAct;
186       QAction *_emphasisCtrlLinksAct;
187
188       QAction *_showOnlyLinkAct;
189       QAction *_showLinkAct;
190       QAction *_hideLinkAct;
191       QAction *_emphasisLinkAct;
192       QAction *_deEmphasizeAllAct;
193
194       QAction *_undoAct;
195       QAction *_redoAct;
196       QAction *_showUndoAct;
197       QAction *_showRedoAct;
198
199       YACS::HMI::GuiEditor *_guiEditor;
200       void setLoadedPresentation(YACS::ENGINE::Proc* proc);
201
202     public slots:
203       void onCleanOnExit();
204
205     protected:
206       int getMenuId() { return _menuId++; }
207       QString getSaveFileName(const QString& fileName = QString());
208
209       YACSGuiLoader *_loader;
210       SuitWrapper* _wrapper;
211       QMainWindow* _parent;
212       QDockWidget* _dwTree;
213       QDockWidget* _dwStacked;
214       QDockWidget* _dwCatalogs;
215       BatchJobsListDialog* _BJLdialog;
216       YACS::ENGINE::Catalog* _builtinCatalog;
217       YACS::ENGINE::Catalog* _sessionCatalog;
218       CatalogWidget* _catalogsWidget;
219       std::map<QWidget*, YACS::HMI::QtGuiContext*> _mapViewContext;
220       int _menuId;
221       int _toolId;
222       int _schemaCnt;
223       bool _isSaved;
224       std::list<std::string> _machineList;
225
226     private slots:
227
228       void onNewSchema();
229       void onImportSchema();
230       void onChooseBatchJob();
231       void onImportSupervSchema();
232       void onExportSchema();
233       void onExportSchemaAs();
234       void onImportCatalog();
235
236       void onRunLoadedSchema(bool withState = false);
237       void onLoadRunStateSchema();
238       void onLoadAndRunSchema();
239
240       void onStartResume();
241       void onAbort();
242       void onPause();
243       void onReset();
244       void onSaveRunState();
245       void onNewEdition();
246
247       void onWithoutStopMode(bool checked);
248       void onBreakpointsMode(bool checked);
249       void onStepByStepMode(bool checked);
250
251       void onToggleStopOnError(bool checked);
252
253       void onGetYacsContainerLog();
254       void onGetErrorReport();
255       void onGetErrorDetails();
256       void onGetContainerLog();
257       void onShutdownProc();
258
259       void onEditDataTypes();
260       void onCreateDataType();
261       void onImportDataType();
262
263       void onNewContainer();
264       void onNewHPContainer();
265       void onSelectComponentInstance();
266       void onNewSalomeComponent();
267       void onNewSalomePythonComponent();
268       void onNewCorbaComponent();
269
270       void onSalomeServiceNode();
271       void onServiceInlineNode();
272       void onCORBAServiceNode();
273       void onNodeNodeServiceNode();
274       void onCppNode();
275       void onXMLNode();
276       void onInDataNode();
277       void onOutDataNode();
278       void onInStudyNode();
279       void onOutStudyNode();
280       void onInlineScriptNode();
281       void onInlineFunctionNode();
282       void onBlockNode();
283       void onFORNode();
284       void onFOREACHNode();
285       void onWHILENode();
286       void onSWITCHNode();
287       void onOptimizerLoop();
288       void onNodeFromCatalog();
289
290       void onDeleteItem();
291       void onCutItem();
292       void onCopyItem();
293       void onPasteItem();
294       void onPutInBloc();
295       void onPutGraphInBloc();
296       void onPutGraphInForLoop();
297       void onPutGraphInWhileLoop();
298       void onPutGraphInOptimizerLoop();
299       void onArrangeLocalNodes();
300       void onArrangeRecurseNodes();
301       void onRebuildLinks();
302       void onZoomToBloc();
303       void onCenterOnNode();
304       void onShrinkExpand();
305       void onToggleStraightLinks(bool checked);
306       void onToggleAutomaticComputeLinks(bool checked);
307       void onToggleSimplifyLinks(bool checked);
308       void onToggleForce2NodesLinks(bool checked);
309       void onToggleAddRowCols(bool checked);
310
311       void onToggleSceneItemVisible(bool checked);
312
313       void onShowAllLinks();
314       void onHideAllLinks();
315
316       void onShowOnlyPortLinks();
317       void onShowPortLinks();
318       void onHidePortLinks();
319       void onEmphasisPortLinks();
320
321       void onShowOnlyCtrlLinks();
322       void onShowCtrlLinks();
323       void onHideCtrlLinks();
324       void onEmphasisCtrlLinks();
325
326       void onShowOnlyLink();
327       void onShowLink();
328       void onHideLink();
329       void onEmphasisLink();
330       void onDeEmphasizeAll();
331
332       void onSelectReference();
333       void onWhatsThis();
334
335       void onUndo();
336       void onRedo();
337       void onShowUndo();
338       void onShowRedo();
339
340     private:
341       void displayLinks(bool isShown);
342       void displayControlLinks(bool isShown);
343       void displayPortLinks(bool isShown);
344       void displayALink(bool isShown);
345       void emphasizePortLink(YACS::HMI::SubjectDataPort* sub, bool emphasize);
346     };
347
348   }
349 }
350
351 #endif