FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions | List of all members
CAdUiImage Class Reference

#include <CAdUiImage.h>

Inheritance diagram for CAdUiImage:
CAdUiImageResource

Public Member Functions

 CAdUiImage (bool=false)
 
 CAdUiImage (HBITMAP__ *, int)
 
 CAdUiImage (wchar_t const *, bool)
 
bool DrawImage (CDC *, int, int, bool=false)
 
bool DrawImage (CDC *, int, int, int, int, bool=false)
 
bool DrawImage (CDC *, int, int, int, int, int, int, bool=false)
 
bool DrawImage (CDC *, int, int, int, int, int, int, int, int, bool=false)
 
bool IsThemed (void)
 
bool Load (wchar_t const *)
 
Gdiplus::Bitmap * GetBitmap (void) const
 
unsigned int GetHeight (void) const
 
unsigned int GetWidth (void) const
 
virtual ~CAdUiImage (void)
 
virtual bool Reload (void)
 
virtual void Empty (void)
 
void SetBitmap (Gdiplus::Bitmap *)
 
void SetIsThemed (bool)
 
void SetTheme (CAdUiTheme const *)
 

Static Public Member Functions

static CString GetThemedFileName (wchar_t const *, CAdUiTheme const *=nullptr)
 

Protected Member Functions

bool IsThemeDark (void) const
 

Static Protected Member Functions

static bool IsCurrentPaletteThemeDark (void)
 

Detailed Description

Definition at line 24 of file CAdUiImage.h.

Constructor & Destructor Documentation

◆ CAdUiImage() [1/3]

CAdUiImage::CAdUiImage ( bool = false)

◆ CAdUiImage() [2/3]

CAdUiImage::CAdUiImage ( HBITMAP__ * ,
int  )

◆ CAdUiImage() [3/3]

CAdUiImage::CAdUiImage ( wchar_t const * ,
bool  )

◆ ~CAdUiImage()

virtual CAdUiImage::~CAdUiImage ( void )
virtual

Member Function Documentation

◆ DrawImage() [1/4]

bool CAdUiImage::DrawImage ( CDC * ,
int ,
int ,
bool = false )

◆ DrawImage() [2/4]

bool CAdUiImage::DrawImage ( CDC * ,
int ,
int ,
int ,
int ,
bool = false )

◆ DrawImage() [3/4]

bool CAdUiImage::DrawImage ( CDC * ,
int ,
int ,
int ,
int ,
int ,
int ,
bool = false )

◆ DrawImage() [4/4]

bool CAdUiImage::DrawImage ( CDC * ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
bool = false )

◆ Empty()

virtual void CAdUiImage::Empty ( void )
virtual

Reimplemented in CAdUiImageResource.

◆ GetBitmap()

Gdiplus::Bitmap * CAdUiImage::GetBitmap ( void ) const

◆ GetHeight()

unsigned int CAdUiImage::GetHeight ( void ) const

◆ GetThemedFileName()

static CString CAdUiImage::GetThemedFileName ( wchar_t const * ,
CAdUiTheme const * = nullptr )
static

◆ GetWidth()

unsigned int CAdUiImage::GetWidth ( void ) const

◆ IsCurrentPaletteThemeDark()

static bool CAdUiImage::IsCurrentPaletteThemeDark ( void )
staticprotected

◆ IsThemed()

bool CAdUiImage::IsThemed ( void )

◆ IsThemeDark()

bool CAdUiImage::IsThemeDark ( void ) const
protected

◆ Load()

bool CAdUiImage::Load ( wchar_t const * )

◆ Reload()

virtual bool CAdUiImage::Reload ( void )
virtual

Reimplemented in CAdUiImageResource.

◆ SetBitmap()

void CAdUiImage::SetBitmap ( Gdiplus::Bitmap * )

◆ SetIsThemed()

void CAdUiImage::SetIsThemed ( bool )

◆ SetTheme()

void CAdUiImage::SetTheme ( CAdUiTheme const * )

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