Inheritance diagram for os::ColorSelector:
Public Member Functions | |
ColorSelector (const Rect &cRect, const String &cName, Message *pcMsg, Color32_s cColor=0xFFFFFFFF, uint32 nResizeMask=CF_FOLLOW_LEFT|CF_FOLLOW_TOP, uint32 nFlags=WID_WILL_DRAW|WID_FULL_UPDATE_ON_RESIZE) | |
~ColorSelector () | |
virtual void | HandleMessage (Message *pcMsg) |
Handle a message targeted at this handler. | |
virtual void | AttachedToWindow () |
virtual void | PostValueChange (const Variant &cNewValue) |
virtual void | SetValue (Variant cValue, bool bInvoke=true) |
virtual void | EnableStatusChanged (bool) |
os::ColorSelector::ColorSelector | ( | const Rect & | cRect, | |
const String & | cName, | |||
Message * | pcMsg, | |||
Color32_s | cColor = 0xFFFFFFFF , |
|||
uint32 | nResizeMask = CF_FOLLOW_LEFT|CF_FOLLOW_TOP , |
|||
uint32 | nFlags = WID_WILL_DRAW|WID_FULL_UPDATE_ON_RESIZE | |||
) |
os::ColorSelector::~ColorSelector | ( | ) |
virtual void os::ColorSelector::HandleMessage | ( | Message * | pcMsg | ) | [virtual] |
pcMessage
is also available through os::Looper::GetCurrentMessage() and os::Looper::DetachCurrentMessage() until this member returns. This is normally not very usefull for HandleMessage() itself but it can be convinient for other members called from HandleMessage() in case they need data from the message that was not passed on from HandleMessage(). pcMessage | The message that should be handled. This message will be deleted by the looper when HandleMessage() returns unless you detach it with os::Looper::DetachCurrentMessage(), |
Reimplemented from os::Handler.
virtual void os::ColorSelector::AttachedToWindow | ( | ) | [virtual] |
Reimplemented from os::Control.
virtual void os::ColorSelector::PostValueChange | ( | const Variant & | cNewValue | ) | [virtual] |
Reimplemented from os::Control.
virtual void os::ColorSelector::SetValue | ( | Variant | cValue, | |
bool | bInvoke = true | |||
) | [virtual] |
Reimplemented from os::Control.
virtual void os::ColorSelector::EnableStatusChanged | ( | bool | ) | [virtual] |
Implements os::Control.