CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
CFxUIImage Class Reference

#include <FxUIImage.h>

Inheritance diagram for CFxUIImage:
CFxUIPaintDevice

Public Member Functions

 CFxUIImage ()
 
 CFxUIImage (int iWidth, int iHeight, FxUIImageFormat format)
 
 CFxUIImage (const CFxUIImage &image)
 
 CFxUIImage (const FxNativeImage &image)
 
 ~CFxUIImage ()
 
CFxUIImageoperator= (const CFxUIImage &image)
 
 operator FxNativeImage & () const
 
void fill (FxUIGlobalColor iType)
 
- Public Member Functions inherited from CFxUIPaintDevice
 CFxUIPaintDevice (FxNativePaintDevice *paintDevice=nullptr)
 
 ~CFxUIPaintDevice ()
 
 operator FxNativePaintDevice * () const
 

Protected Attributes

CFxUIImageImpl * m_pImpl = nullptr
 
- Protected Attributes inherited from CFxUIPaintDevice
CFxUIPaintDeviceImpl * m_pPaintDeviceImpl = nullptr
 

Detailed Description

Definition at line 40 of file FxUIImage.h.

Constructor & Destructor Documentation

◆ CFxUIImage() [1/4]

CFxUIImage::CFxUIImage ( )

Constructor

◆ CFxUIImage() [2/4]

CFxUIImage::CFxUIImage ( int iWidth,
int iHeight,
FxUIImageFormat format )

Parameterized Constructor

◆ CFxUIImage() [3/4]

CFxUIImage::CFxUIImage ( const CFxUIImage & image)

Copy Constructor

◆ CFxUIImage() [4/4]

CFxUIImage::CFxUIImage ( const FxNativeImage & image)

◆ ~CFxUIImage()

CFxUIImage::~CFxUIImage ( )

Destructor

Member Function Documentation

◆ fill()

void CFxUIImage::fill ( FxUIGlobalColor iType)

Fills the image with the given color, described as a standard global color.

Parameters
FxUIColorGroup

◆ operator FxNativeImage &()

CFxUIImage::operator FxNativeImage & ( ) const

◆ operator=()

CFxUIImage & CFxUIImage::operator= ( const CFxUIImage & image)

Assignment operator

Member Data Documentation

◆ m_pImpl

CFxUIImageImpl* CFxUIImage::m_pImpl = nullptr
protected

Definition at line 70 of file FxUIImage.h.


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