HSetWindowColorMessageHandler Class Reference
#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 |
Detailed Description
HSetWindowColorMessageHandler is subclassed from MVOMessageHandler. It handles the message "H_SET_WINDOW_COLOR"
Constructor & Destructor Documentation
◆ HSetWindowColorMessageHandler()
|
inline |
Constructs an HSetWindowColorMessageHandler object.
- Parameters
-
hbaseview A pointer to the HBaseView object associated with this message handler.
Member Function Documentation
◆ ProcessMessage()
|
inline |
This method receives the message H_SET_WINDOW_COLOR and calls HBaseView::SetWindowColorFromMessage.
- Parameters
-
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().
The documentation for this class was generated from the following file: