X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSUPERVGraph%2FSUPERVGraph.h;h=599857d00913979a5515e25686d6ac3049831ac1;hb=223283729f28728081ce6a58723ecc49a0815c65;hp=929fc291d8e6bbfd29c7df7846ab2cce3dea74ba;hpb=2e750f9ded92337bc3c44e9d7388180974cc4a43;p=modules%2Fgui.git diff --git a/src/SUPERVGraph/SUPERVGraph.h b/src/SUPERVGraph/SUPERVGraph.h index 929fc291d..599857d00 100755 --- a/src/SUPERVGraph/SUPERVGraph.h +++ b/src/SUPERVGraph/SUPERVGraph.h @@ -29,16 +29,30 @@ #ifndef SUPERVGraph_HeaderFile #define SUPERVGraph_HeaderFile -#include "QAD_RightFrame.h" -#include "QAD_ViewFrame.h" +#include "SUIT_Desktop.h" +#include "SUIT_ViewWindow.h" -class SUPERVGraph : public QObject +#ifdef WNT +#ifdef SUPERVGRAPH_EXPORTS +#define SUPERVGRAPH_EXPORT __declspec(dllexport) +#else +#define SUPERVGRAPH_EXPORT __declspec(dllimport) +#endif +#else +#define SUPERVGRAPH_EXPORT +#endif + +#if defined WNT +#pragma warning ( disable: 4251 ) +#endif + +class SUPERVGRAPH_EXPORT SUPERVGraph : public QObject { Q_OBJECT public : - Standard_EXPORT static QAD_ViewFrame* createView ( QAD_RightFrame* parent); + /*Standard_EXPORT*/ static SUIT_ViewWindow* createView ( SUIT_Desktop* parent); };