Salome HOME
Initialisation de la base KERNEL avec la version operationnelle de KERNEL_SRC issue...
[modules/kernel.git] / src / SALOMEGUI / SALOMEGUI_Desktop.h
1 //  File      : SALOMEGUI_Desktop.h
2 //  Created   : Thu Jun 14 12:02:21 2001
3 //  Author    : Nicolas REJNERI
4 //  Project   : SALOME
5 //  Module    : SALOMEGUI
6 //  Copyright : Open CASCADE
7 //  $Header$
8
9 #ifndef SALOMEGUI_DESKTOP_H
10 #define SALOMEGUI_DESKTOP_H
11
12 #include "QAD_Desktop.h"
13 #include "QAD_Study.h"
14 class SALOMEGUI_Desktop : public QAD_Desktop
15 {
16     Q_OBJECT
17
18 public:
19     SALOMEGUI_Desktop( SALOME_NamingService* name_service );
20
21     // returns the name of the component selected objects belong to (null if two or more components)
22     QString getComponentFromSelection(); 
23
24 protected:
25     void    updateDesktop( UpdateCommand  );
26
27 };
28
29 #endif
30