#include <cicuif.h>
Definition at line 253 of file cicuif.h.
◆ CUIFColorTable()
CUIFColorTable::CUIFColorTable |
( |
| ) |
|
|
inline |
◆ ~CUIFColorTable()
virtual CUIFColorTable::~CUIFColorTable |
( |
| ) |
|
|
inlinevirtual |
◆ STDMETHOD_() [1/4]
CUIFColorTable::STDMETHOD_ |
( |
void |
, |
|
|
DoneBrush |
|
|
) |
| |
|
pure virtual |
◆ STDMETHOD_() [2/4]
CUIFColorTable::STDMETHOD_ |
( |
void |
, |
|
|
DoneColor |
|
|
) |
| |
|
inline |
◆ STDMETHOD_() [3/4]
CUIFColorTable::STDMETHOD_ |
( |
void |
, |
|
|
InitBrush |
|
|
) |
| |
|
pure virtual |
◆ STDMETHOD_() [4/4]
CUIFColorTable::STDMETHOD_ |
( |
void |
, |
|
|
InitColor |
|
|
) |
| |
|
pure virtual |
◆ Update()
void CUIFColorTable::Update |
( |
| ) |
|
|
inline |
Definition at line 264 of file cicuif.h.
265 {
266 DoneColor();
267 DoneBrush();
268 InitColor();
269 InitBrush();
270 }
Referenced by cicUpdateUIFScheme().
The documentation for this class was generated from the following file: