1 #ifndef SALOMEAPP_TOOLS_H
2 #define SALOMEAPP_TOOLS_H
6 #include <SUIT_Tools.h>
11 #include <Quantity_Color.hxx>
13 #include <SALOMEconfig.h>
14 #include CORBA_CLIENT_HEADER(SALOME_Exception)
17 Class which provide color converter and exception message box.
19 class SALOMEAPP_EXPORT SalomeApp_Tools : public SUIT_Tools
22 static Quantity_Color color( const QColor& );
23 static QColor color( const Quantity_Color& );
25 static QString ExceptionToString( const SALOME::SALOME_Exception& );
26 static void QtCatchCorbaException( const SALOME::SALOME_Exception& );