|
Open CASCADE Technology 6.5.2
|
This class allows the definition of
a window gradient background.
#include <Aspect_GradientBackground.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Aspect_GradientBackground () | |
| Creates a window gradient background. Default colors : Quantity_NOC_BLACK. Default fill method : Aspect_GFM_NONE | |
| Aspect_GradientBackground (const Quantity_Color &AColor1, const Quantity_Color &AColor2, const Aspect_GradientFillMethod AMethod=Aspect_GFM_HOR) | |
| Creates a window gradient background with colours <AColor1, AColor2>. | |
| void | SetColors (const Quantity_Color &AColor1, const Quantity_Color &AColor2, const Aspect_GradientFillMethod AMethod=Aspect_GFM_HOR) |
| Modifies the colours of the window gradient background <me>. | |
| void | Colors (Quantity_Color &AColor1, Quantity_Color &AColor2) const |
| Returns colours of the window gradient background <me>. | |
| Aspect_GradientFillMethod | BgGradientFillMethod () const |
| Returns the current gradient background fill mode. | |
| Aspect_GradientBackground::Aspect_GradientBackground | ( | ) |
| Aspect_GradientBackground::Aspect_GradientBackground | ( | const Quantity_Color & | AColor1, |
| const Quantity_Color & | AColor2, | ||
| const Aspect_GradientFillMethod | AMethod = Aspect_GFM_HOR |
||
| ) |
| Aspect_GradientFillMethod Aspect_GradientBackground::BgGradientFillMethod | ( | ) | const |
| void Aspect_GradientBackground::Colors | ( | Quantity_Color & | AColor1, |
| Quantity_Color & | AColor2 | ||
| ) | const |
| void Aspect_GradientBackground::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from Aspect_Background.
| void* Aspect_GradientBackground::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from Aspect_Background.
| void* Aspect_GradientBackground::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from Aspect_Background.
| void Aspect_GradientBackground::SetColors | ( | const Quantity_Color & | AColor1, |
| const Quantity_Color & | AColor2, | ||
| const Aspect_GradientFillMethod | AMethod = Aspect_GFM_HOR |
||
| ) |
1.7.4