// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _Aspect_GradientBackground_HeaderFile #define _Aspect_GradientBackground_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Quantity_Color_HeaderFile #include #endif #ifndef _Aspect_GradientFillMethod_HeaderFile #include #endif #ifndef _Aspect_Background_HeaderFile #include #endif class Quantity_Color; //! This class allows the definition of
//! a window gradient background.
class Aspect_GradientBackground : public Aspect_Background { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } //! Creates a window gradient background.
//! Default colors : Quantity_NOC_BLACK.
//! Default fill method : Aspect_GFM_NONE
Standard_EXPORT Aspect_GradientBackground(); //! Creates a window gradient background with colours .
Standard_EXPORT Aspect_GradientBackground(const Quantity_Color& AColor1,const Quantity_Color& AColor2,const Aspect_GradientFillMethod AMethod = Aspect_GFM_HOR); //! Modifies the colours of the window gradient background .
Standard_EXPORT void SetColors(const Quantity_Color& AColor1,const Quantity_Color& AColor2,const Aspect_GradientFillMethod AMethod = Aspect_GFM_HOR) ; //! Returns colours of the window gradient background .
Standard_EXPORT void Colors(Quantity_Color& AColor1,Quantity_Color& AColor2) const; //! Returns the current gradient background fill mode.
Standard_EXPORT Aspect_GradientFillMethod BgGradientFillMethod() const; protected: private: Quantity_Color MyColor2; Aspect_GradientFillMethod MyGradientMethod; }; // other Inline functions and methods (like "C++: function call" methods) #endif