]> SALOME platform Git repositories - modules/gui.git/blob - src/CAF/CAF_Tools.h
Salome HOME
d7f780cb06e7925a36dba836092f40ed8d85ef8a
[modules/gui.git] / src / CAF / CAF_Tools.h
1 //  File   : CAF_Tools.h
2 //  Author : UI team
3
4 #ifndef CAF_TOOLS_H
5 #define CAF_TOOLS_H
6
7 #include <CAF.h>
8
9 #include <SUIT_Tools.h>
10
11 #include <TCollection_ExtendedString.hxx>
12
13 class CAF_EXPORT CAF_Tools : public SUIT_Tools
14 {
15 public:
16   static QString                    toQString( const TCollection_ExtendedString& );
17   static TCollection_ExtendedString toExtString( const QString& );
18 };
19
20 #endif