|
FRX SDK Documentation 2025 SP0
|
#include <CAdUiTheme.h>
Public Member Functions | |
| bool | IsDark (void) const |
| CAdUiTheme & | operator= (CAdUiTheme const &) |
| int | SetARGBColor (enum AdUiThemeElement, DWORD) |
| DWORD | GetARGBColor (enum AdUiThemeElement) const |
| bool | UsesActiveThemeColors (void) const |
| CAdUiTheme & | operator= (CAdUiTheme const *) |
| int | GetData (int, CStringW &) const |
| int | GetData (int, unsigned long &) const |
| int | GetFont (AdUiThemeElement, CFont *&) const |
| int | GetFont (AdUiThemeElement, tagLOGFONTW *) const |
| int | RegisterReactor (CAdUiThemeModifiedReactor *) |
| int | SetColor (AdUiThemeElement, unsigned long) |
| int | SetFont (AdUiThemeElement, tagLOGFONTW *) |
| int | UnregisterReactor (CAdUiThemeModifiedReactor *) |
| unsigned long | GetColor (AdUiThemeElement) const |
| void * | GetDataPtr (int) const |
| void | IncrementRefCount (void) |
| void | ResumeModifiedNotifications (void) |
| void | SendModifiedNotification (void) const |
| void | SetData (int, CStringW const &) |
| void | SetData (int, unsigned long const &) |
| void | SetDataPtr (int, void *) |
| void | SuspendModifiedNotifications (void) |
Static Public Member Functions | |
| static COLORREF | GetRGBForeColor (DWORD, COLORREF) |
Friends | |
| class | DefValueProducer |
Definition at line 23 of file CAdUiTheme.h.
| unsigned long CAdUiTheme::GetColor | ( | AdUiThemeElement | ) | const |
| int CAdUiTheme::GetFont | ( | AdUiThemeElement | , |
| CFont *& | ) const |
| int CAdUiTheme::GetFont | ( | AdUiThemeElement | , |
| tagLOGFONTW * | ) const |
| CAdUiTheme & CAdUiTheme::operator= | ( | CAdUiTheme const & | ) |
| CAdUiTheme & CAdUiTheme::operator= | ( | CAdUiTheme const * | ) |
| int CAdUiTheme::RegisterReactor | ( | CAdUiThemeModifiedReactor * | ) |
| int CAdUiTheme::SetColor | ( | AdUiThemeElement | , |
| unsigned long | ) |
| int CAdUiTheme::SetFont | ( | AdUiThemeElement | , |
| tagLOGFONTW * | ) |
| int CAdUiTheme::UnregisterReactor | ( | CAdUiThemeModifiedReactor * | ) |
Definition at line 25 of file CAdUiTheme.h.