X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_ViewWindow.h;fp=src%2FXGUI%2FXGUI_ViewWindow.h;h=016c261d969f0402b77113db4edd06379d2d2ca8;hb=0db0e55b71cdb92db4697c5325cb1472a8bc9f00;hp=65c2ae273cc87b9c50a25f7636d97de8515aff75;hpb=3ce4e2cad0e6802282a5a1d10c49c041e8a9f287;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_ViewWindow.h b/src/XGUI/XGUI_ViewWindow.h index 65c2ae273..016c261d9 100644 --- a/src/XGUI/XGUI_ViewWindow.h +++ b/src/XGUI/XGUI_ViewWindow.h @@ -3,7 +3,8 @@ #include "XGUI.h" #include "XGUI_Constants.h" -#include "XGUI_ViewBackground.h" + +#include #include #include @@ -76,10 +77,10 @@ public: bool transformEnabled(const OperationType) const; //! Returns View background object - XGUI_ViewBackground background() const; + Qtx::BackgroundData background() const; //! Sets View background object - void setBackground(const XGUI_ViewBackground& theBackground); + void setBackground(const Qtx::BackgroundData& theBackground); //! Returns true if the current view window can be closed bool closable() const { return myClosable; }