]> SALOME platform Git repositories - modules/kernel.git/blob - src/TOOLSGUI/ToolsGUI.h
Salome HOME
NRI : Check if a component-username is already associated with a component-name.
[modules/kernel.git] / src / TOOLSGUI / ToolsGUI.h
1 //  File      : ToolsGUI.h
2 //  Created   : Wed Nov 14 22:00:04 2001
3 //  Author    : Nicolas REJNERI
4 //  Project   : SALOME
5 //  Module    : TOOLSGUI
6 //  Copyright : Open CASCADE
7 //  $Header$
8
9 #ifndef ToolsGUI_HeaderFile
10 #define ToolsGUI_HeaderFile
11
12 #ifndef _Standard_HeaderFile
13 #include <Standard.hxx>
14 #endif
15
16 #include "QAD_Desktop.h"
17
18 class ToolsGUI : public QObject
19 {
20   Q_OBJECT
21
22 public :
23
24 // Methods PUBLIC
25 // 
26     Standard_EXPORT static int ToolsGUI::runCommand(string & arg);
27 Standard_EXPORT static bool OnGUIEvent (int theCommandID, QAD_Desktop* parent);
28  
29 protected:
30
31  // Methods PROTECTED
32  // 
33
34
35  // Fields PROTECTED
36  //
37
38
39 private: 
40
41  // Methods PRIVATE
42  // 
43
44
45  // Fields PRIVATE
46  //
47
48 };
49
50 #endif