23 #ifndef SALOMEAPP_TOOLS_H
24 #define SALOMEAPP_TOOLS_H
35 #include <SALOMEconfig.h>
36 #include CORBA_CLIENT_HEADER(SALOME_Exception)
44 static Quantity_Color
color(
const QColor& );
45 static QColor
color(
const Quantity_Color& );
47 static QString ExceptionToString(
const SALOME::SALOME_Exception& );
48 static void QtCatchCorbaException(
const SALOME::SALOME_Exception& );
#define SALOMEAPPIMPL_EXPORT
Definition: SalomeApp.h:55
Quantity_Color color(const QColor &)
Convert QColor object to Quantity_Color object.
Definition: OCCViewer.cxx:28