ReactOS 0.4.15-dev-7998-gdb93cb1
CUIFColorTable Class Referenceabstract

#include <cicuif.h>

Inheritance diagram for CUIFColorTable:

Public Member Functions

 CUIFColorTable ()
 
virtual ~CUIFColorTable ()
 
 STDMETHOD_ (void, InitColor)()=0
 
 STDMETHOD_ (void, DoneColor)()
 
 STDMETHOD_ (void, InitBrush)()=0
 
 STDMETHOD_ (void, DoneBrush)()=0
 
void Update ()
 

Detailed Description

Definition at line 253 of file cicuif.h.

Constructor & Destructor Documentation

◆ CUIFColorTable()

CUIFColorTable::CUIFColorTable ( )
inline

Definition at line 256 of file cicuif.h.

256{ }

◆ ~CUIFColorTable()

virtual CUIFColorTable::~CUIFColorTable ( )
inlinevirtual

Definition at line 257 of file cicuif.h.

257{ }

Member Function Documentation

◆ STDMETHOD_() [1/4]

CUIFColorTable::STDMETHOD_ ( void  ,
DoneBrush   
)
pure virtual

Implemented in CUIFColorTableSys, and CUIFColorTableOff10.

◆ STDMETHOD_() [2/4]

CUIFColorTable::STDMETHOD_ ( void  ,
DoneColor   
)
inline

Definition at line 260 of file cicuif.h.

260{ }

◆ STDMETHOD_() [3/4]

CUIFColorTable::STDMETHOD_ ( void  ,
InitBrush   
)
pure virtual

Implemented in CUIFColorTableSys, and CUIFColorTableOff10.

◆ STDMETHOD_() [4/4]

CUIFColorTable::STDMETHOD_ ( void  ,
InitColor   
)
pure virtual

Implemented in CUIFColorTableSys, and CUIFColorTableOff10.

◆ 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: