Open CASCADE Technology
7.7.0
|
This class allows the definition of a window background. More...
#include <Aspect_Background.hxx>
Public Member Functions | |
Aspect_Background () | |
Creates a window background. Default color : NOC_MATRAGRAY. More... | |
Aspect_Background (const Quantity_Color &AColor) | |
Creates a window background with the colour <AColor>. More... | |
void | SetColor (const Quantity_Color &AColor) |
Modifies the colour of the window background <me>. More... | |
Quantity_Color | Color () const |
Returns the colour of the window background <me>. More... | |
void | DumpJson (Standard_OStream &theOStream, Standard_Integer theDepth=-1) const |
Dumps the content of me into the stream. More... | |
This class allows the definition of a window background.
Aspect_Background::Aspect_Background | ( | ) |
Creates a window background. Default color : NOC_MATRAGRAY.
Aspect_Background::Aspect_Background | ( | const Quantity_Color & | AColor | ) |
Creates a window background with the colour <AColor>.
Quantity_Color Aspect_Background::Color | ( | ) | const |
Returns the colour of the window background <me>.
void Aspect_Background::DumpJson | ( | Standard_OStream & | theOStream, |
Standard_Integer | theDepth = -1 |
||
) | const |
Dumps the content of me into the stream.
void Aspect_Background::SetColor | ( | const Quantity_Color & | AColor | ) |
Modifies the colour of the window background <me>.