#ifndef STYLE_MODEL_H
#define STYLE_MODEL_H
+#include "Style.h"
+
#include <QMap>
#include <QString>
#include <QPalette>
// 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
#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
#ifndef STYLE_TOOLS_H
#define STYLE_TOOLS_H
+#include "Style.h"
+
#include <QPainterPath>
#include <QRect>
#include <QColor>
// 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