#include <HNetMessageRegistrar.h>
Public Member Functions | |
HSetWindowColorMessageHandler (HBaseView *hbaseview) | |
void | ProcessMessage (const char *message_type, const char *data, unsigned int data_length) |
Additional Inherited Members |
HSetWindowColorMessageHandler is subclassed from MVOMessageHandler. It handles the message "H_SET_WINDOW_COLOR"
|
inline |
Constructs an HSetWindowColorMessageHandler object.
hbaseview | A pointer to the HBaseView object associated with this message handler. |
|
inline |
This method receives the message H_SET_WINDOW_COLOR and calls HBaseView::SetWindowColorFromMessage.
message_type | A character pointer denoting the type of message. |
data | A character pointer denoting the message data. |
data_length | An unsigned int indicating the length of the data in bytes. |
References MVOMessageHandler::m_pHBaseView, and HBaseView::SetWindowColorFromMessage().