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

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Aspect_Background () | |
| Creates a window background. Default color : NOC_MATRAGRAY. | |
| Aspect_Background (const Quantity_Color &AColor) | |
| Creates a window background with the colour <AColor>. | |
| void | SetColor (const Quantity_Color &AColor) |
| Modifies the colour of the window background <me>. | |
| Quantity_Color | Color () const |
| Returns the colour of the window background <me>. | |
| Aspect_Background::Aspect_Background | ( | ) |
| Aspect_Background::Aspect_Background | ( | const Quantity_Color & | AColor | ) |
| Quantity_Color Aspect_Background::Color | ( | ) | const |
| void Aspect_Background::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented in Aspect_GradientBackground.
| void* Aspect_Background::operator new | ( | size_t | size | ) | [inline] |
Reimplemented in Aspect_GradientBackground.
| void* Aspect_Background::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented in Aspect_GradientBackground.
| void Aspect_Background::SetColor | ( | const Quantity_Color & | AColor | ) |
1.7.4