ReactOS 0.4.16-dev-329-g9223134
|
#include <cicuif.h>
Public Member Functions | |
CUIFColorTableSys () | |
COLORREF | GetColor (INT iColor) const |
HBRUSH | GetBrush (INT iColor) |
STDMETHOD_ (void, InitColor)() override | |
STDMETHOD_ (void, InitBrush)() override | |
STDMETHOD_ (void, DoneBrush)() override | |
Public Member Functions inherited from CUIFColorTable | |
CUIFColorTable () | |
virtual | ~CUIFColorTable () |
STDMETHOD_ (void, InitColor)()=0 | |
STDMETHOD_ (void, DoneColor)() | |
STDMETHOD_ (void, InitBrush)()=0 | |
STDMETHOD_ (void, DoneBrush)()=0 | |
void | Update () |
Protected Attributes | |
COLORREF | m_rgbColors [16] |
HBRUSH | m_hBrushes [16] |
HBRUSH CUIFColorTableSys::GetBrush | ( | INT | iColor | ) |
Definition at line 556 of file cicuif.cpp.
Referenced by STDMETHODIMP_().
|
overridevirtual |
Implements CUIFColorTable.
|
overridevirtual |
Implements CUIFColorTable.
|
overridevirtual |
Implements CUIFColorTable.
|
protected |
Definition at line 277 of file cicuif.h.
Referenced by GetBrush().
|
protected |
Definition at line 276 of file cicuif.h.
Referenced by GetBrush(), and GetColor().