DAS
3.1.6 - 18/09/2017
|
Object Set Color Event. More...
#include <Mguidefs.h>
Data Fields | |
MTColor | bgc |
Background color. More... | |
MTColor | fgc |
Foreground color. More... | |
int | type |
Event type (E_SET_COLOR) More... | |
Object Set Color Event.
This event is generated by the library to set the object's background and/or foreground colors. The event is generated by the following functions/methods: MObjectSetColor(), MObjectSetBackgroundColor(), MObjectSetForegroundColor(), MObjectSetBackgroundRGB(), MObjectSetForegroundRGB(), CmObject::setColor, CmObject::setBackgroundColor, CmObject::setForegroundColor, CmObject::setBackgroundRGB, CmObject::setForegroundRGB
Definition at line 762 of file Mguidefs.h.
MTColor MSetColorEvent::bgc |
Background color.
Definition at line 766 of file Mguidefs.h.
MTColor MSetColorEvent::fgc |
Foreground color.
Definition at line 768 of file Mguidefs.h.
int MSetColorEvent::type |
Event type (E_SET_COLOR)
Definition at line 764 of file Mguidefs.h.