|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | Aspect_Background () |
| Creates a window background.
Default color : NOC_MATRAGRAY.
.
|
Standard_EXPORT | Aspect_Background (const Quantity_Color &AColor) |
| Creates a window background with the colour <acolor>.
.
|
Standard_EXPORT void | SetColor (const Quantity_Color &AColor) |
| Modifies the colour of the window background <me>.
.
|
Standard_EXPORT Quantity_Color | Color () const |
| Returns the colour of the window background <me>.
.
|
Private Attributes |
Quantity_Color | MyColor |