Hide menu
Loading...
Searching...
No Matches
cadex::View::GradientBackgroundStyle Class Reference

Defines gradient background style. More...

#include <cadex/View/BackgroundStyle.hxx>

Inheritance diagram for cadex::View::GradientBackgroundStyle:
cadex::View::BackgroundStyle cadex::BaseObject

Public Types

enum class  FillMethod {
  Horizontal , Vertical , Diagonal1 , Diagonal2 ,
  Corner1 , Corner2 , Corner3 , Corner4 ,
  Elliptical
}
 
- Public Types inherited from cadex::BaseObject
typedef std::shared_ptr< internal::BaseObjectImpl > ImplType
 

Public Member Functions

 GradientBackgroundStyle (const Color &theColor1, const Color &theColor2, const GradientBackgroundStyle::FillMethod &theFillMethod)
 
- Public Member Functions inherited from cadex::BaseObject
size_t Id () const
 Return unique identifier of public object.
 
internal::BaseObjectImpl * Impl () const
 
bool IsNull () const
 
 operator bool () const
 
template<typename T >
bool IsOfType () const
 
template<typename T >
T * Impl () const
 Reserved for internal use.
 

Additional Inherited Members

- Protected Member Functions inherited from cadex::View::BackgroundStyle
 BackgroundStyle (const ImplType &theImpl)
 
- Protected Member Functions inherited from cadex::BaseObject
 BaseObject (const ImplType &theImpl)
 

Detailed Description

Defines gradient background style.