Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CFGAS_GEColor Class Reference

#include <cfgas_gecolor.h>

+ Collaboration diagram for CFGAS_GEColor:

Public Types

enum  Type { Invalid , Solid , Pattern , Shading }
 

Public Member Functions

 CFGAS_GEColor (const FX_ARGB argb)
 
 CFGAS_GEColor (CFGAS_GEShading *shading)
 
 CFGAS_GEColor (CFGAS_GEPattern *pattern, const FX_ARGB argb)
 
 CFGAS_GEColor (const CFGAS_GEColor &that)
 
 ~CFGAS_GEColor ()
 
Type GetType () const
 
FX_ARGB GetArgb () const
 
CFGAS_GEPatternGetPattern () const
 
CFGAS_GEShadingGetShading () const
 
CFGAS_GEColoroperator= (const CFGAS_GEColor &that)
 

Detailed Description

Definition at line 18 of file cfgas_gecolor.h.

Member Enumeration Documentation

◆ Type

Enumerator
Invalid 
Solid 
Pattern 
Shading 

Definition at line 20 of file cfgas_gecolor.h.

Constructor & Destructor Documentation

◆ CFGAS_GEColor() [1/4]

CFGAS_GEColor::CFGAS_GEColor ( const FX_ARGB argb)
explicit

◆ CFGAS_GEColor() [2/4]

CFGAS_GEColor::CFGAS_GEColor ( CFGAS_GEShading * shading)
explicit

Definition at line 15 of file cfgas_gecolor.cpp.

References CFGAS_GEColor(), and Shading.

Referenced by CFGAS_GEColor(), CXFA_Linear::Draw(), and CXFA_Radial::Draw().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ CFGAS_GEColor() [3/4]

CFGAS_GEColor::CFGAS_GEColor ( CFGAS_GEPattern * pattern,
const FX_ARGB argb )

Definition at line 12 of file cfgas_gecolor.cpp.

References CFGAS_GEColor(), and Pattern.

Referenced by CFGAS_GEColor(), and CXFA_Pattern::Draw().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ CFGAS_GEColor() [4/4]

CFGAS_GEColor::CFGAS_GEColor ( const CFGAS_GEColor & that)
default

◆ ~CFGAS_GEColor()

CFGAS_GEColor::~CFGAS_GEColor ( )
default

Member Function Documentation

◆ GetArgb()

FX_ARGB CFGAS_GEColor::GetArgb ( ) const
inline

Definition at line 29 of file cfgas_gecolor.h.

◆ GetPattern()

CFGAS_GEPattern * CFGAS_GEColor::GetPattern ( ) const
inline

Definition at line 33 of file cfgas_gecolor.h.

References Pattern.

◆ GetShading()

CFGAS_GEShading * CFGAS_GEColor::GetShading ( ) const
inline

Definition at line 37 of file cfgas_gecolor.h.

References Shading.

◆ GetType()

Type CFGAS_GEColor::GetType ( ) const
inline

Definition at line 28 of file cfgas_gecolor.h.

◆ operator=()

CFGAS_GEColor & CFGAS_GEColor::operator= ( const CFGAS_GEColor & that)
default

Referenced by CFWL_EditTP::DrawBackground().

+ Here is the caller graph for this function:

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