Open CASCADE Technology  7.6.0
Public Member Functions

Aspect_Background Class Reference

This class allows the definition of a window background. More...

#include <Aspect_Background.hxx>

Inheritance diagram for Aspect_Background:
Inheritance graph
[legend]

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...
 

Detailed Description

This class allows the definition of a window background.

Constructor & Destructor Documentation

◆ Aspect_Background() [1/2]

Aspect_Background::Aspect_Background ( )

Creates a window background. Default color : NOC_MATRAGRAY.

◆ Aspect_Background() [2/2]

Aspect_Background::Aspect_Background ( const Quantity_Color AColor)

Creates a window background with the colour <AColor>.

Member Function Documentation

◆ Color()

Quantity_Color Aspect_Background::Color ( ) const

Returns the colour of the window background <me>.

◆ DumpJson()

void Aspect_Background::DumpJson ( Standard_OStream theOStream,
Standard_Integer  theDepth = -1 
) const

Dumps the content of me into the stream.

◆ SetColor()

void Aspect_Background::SetColor ( const Quantity_Color AColor)

Modifies the colour of the window background <me>.


The documentation for this class was generated from the following file: