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_GEPattern Class Referencefinal

#include <cfgas_gepattern.h>

+ Collaboration diagram for CFGAS_GEPattern:

Public Types

enum class  HatchStyle {
  Horizontal = 0 , Vertical = 1 , ForwardDiagonal = 2 , BackwardDiagonal = 3 ,
  Cross = 4 , DiagonalCross = 5
}
 

Public Member Functions

 CFGAS_GEPattern (HatchStyle hatchStyle, FX_ARGB foreArgb, FX_ARGB backArgb)
 
 ~CFGAS_GEPattern ()
 
HatchStyle GetHatchStyle () const
 
FX_ARGB GetForeArgb () const
 
FX_ARGB GetBackArgb () const
 

Detailed Description

Definition at line 12 of file cfgas_gepattern.h.

Member Enumeration Documentation

◆ HatchStyle

enum class CFGAS_GEPattern::HatchStyle
strong
Enumerator
Horizontal 
Vertical 
ForwardDiagonal 
BackwardDiagonal 
Cross 
DiagonalCross 

Definition at line 14 of file cfgas_gepattern.h.

Constructor & Destructor Documentation

◆ CFGAS_GEPattern()

CFGAS_GEPattern::CFGAS_GEPattern ( HatchStyle hatchStyle,
FX_ARGB foreArgb,
FX_ARGB backArgb )

Definition at line 9 of file cfgas_gepattern.cpp.

Referenced by CXFA_Pattern::Draw().

+ Here is the caller graph for this function:

◆ ~CFGAS_GEPattern()

CFGAS_GEPattern::~CFGAS_GEPattern ( )
default

Member Function Documentation

◆ GetBackArgb()

FX_ARGB CFGAS_GEPattern::GetBackArgb ( ) const
inline

Definition at line 28 of file cfgas_gepattern.h.

◆ GetForeArgb()

FX_ARGB CFGAS_GEPattern::GetForeArgb ( ) const
inline

Definition at line 27 of file cfgas_gepattern.h.

◆ GetHatchStyle()

HatchStyle CFGAS_GEPattern::GetHatchStyle ( ) const
inline

Definition at line 26 of file cfgas_gepattern.h.


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