ReactOS 0.4.16-dev-329-g9223134
|
#include <cicuif.h>
Public Member Functions | |
CUIFColorTableOff10 () | |
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 [32] |
HBRUSH | m_hBrushes [32] |
HBRUSH CUIFColorTableOff10::GetBrush | ( | INT | iColor | ) |
Definition at line 563 of file cicuif.cpp.
|
overridevirtual |
Implements CUIFColorTable.
|
overridevirtual |
Implements CUIFColorTable.
|
overridevirtual |
Implements CUIFColorTable.
|
protected |
Definition at line 294 of file cicuif.h.
Referenced by GetBrush().
|
protected |
Definition at line 293 of file cicuif.h.
Referenced by GetBrush(), and GetColor().