]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Right EXPORT defines for Win32 platform
authorabd <abd@opencascade.com>
Tue, 2 Dec 2008 13:14:52 +0000 (13:14 +0000)
committerabd <abd@opencascade.com>
Tue, 2 Dec 2008 13:14:52 +0000 (13:14 +0000)
src/Style/Style_Model.h
src/Style/Style_ResourceMgr.h
src/Style/Style_Tools.h

index c1d6c8d744d173f9d4dd7f73dd9f40f7caf36ad7..426331b252da5c44ee9c9b14ba5d16cd155bf161 100644 (file)
@@ -23,6 +23,8 @@
 #ifndef STYLE_MODEL_H
 #define STYLE_MODEL_H
 
+#include "Style.h"
+
 #include <QMap>
 #include <QString>
 #include <QPalette>
@@ -35,7 +37,7 @@ class QtxResourceMgr;
 // This class is private for Style package.
 // Normally it should not be exported.
 //
-class Style_Model
+class STYLE_SALOME_EXPORT Style_Model
 {
 public:
   //! Color palette instance enumeration
index 29b34a542992589f43fb70e2eb1bc3c785aa08ff..7182f95ef8998e9649656049291bad10d4c681d7 100644 (file)
 #ifndef STYLE_RESOURCEMGR_H
 #define STYLE_RESOURCEMGR_H
 
+#include "Style.h"
+
 #include <QtxResourceMgr.h>
 
 //
 // This class is private for Style package.
 // Normally it should not be exported.
 //
-class Style_ResourceMgr : public QtxResourceMgr
+class STYLE_SALOME_EXPORT Style_ResourceMgr : public QtxResourceMgr
 {
 public:
   //! Style type
index 841ebdb3308248753cb57fb460c7382fc0f87132..460260987b078d321c5bbba9335bb9bed99910ab 100644 (file)
@@ -23,6 +23,8 @@
 #ifndef STYLE_TOOLS_H
 #define STYLE_TOOLS_H
 
+#include "Style.h"
+
 #include <QPainterPath>
 #include <QRect>
 #include <QColor>
@@ -32,7 +34,7 @@
 // This class is private for Style package.
 // Normally it should not be exported.
 //
-class Style_Tools
+class STYLE_SALOME_EXPORT Style_Tools
 {
 public:
   //! Rounding operation type