Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HSetWindowColorMessageHandler Class Reference

#include <HNetMessageRegistrar.h>

List of all members.

Public Member Functions

 HSetWindowColorMessageHandler (HBaseView *hbaseview)
void ProcessMessage (const char *message_type, const char *data, unsigned int data_length)

Detailed Description

HSetWindowColorMessageHandler is subclassed from MVOMessageHandler. It handles the message "H_SET_WINDOW_COLOR"


Constructor & Destructor Documentation

HSetWindowColorMessageHandler::HSetWindowColorMessageHandler ( HBaseView hbaseview) [inline]

Constructs an HSetWindowColorMessageHandler object.

Parameters:
hbaseviewA pointer to the HBaseView object associated with this message handler.

Member Function Documentation

void HSetWindowColorMessageHandler::ProcessMessage ( const char *  message_type,
const char *  data,
unsigned int  data_length 
) [inline]

This method receives the message H_SET_WINDOW_COLOR and calls HBaseView::SetWindowColorFromMessage.

Parameters:
message_typeA character pointer denoting the type of message.
dataA character pointer denoting the message data.
data_lengthAn unsigned int indicating the length of the data in bytes.

Reimplemented from MVOMessageHandler.

References MVOMessageHandler::m_pHBaseView, and HBaseView::SetWindowColorFromMessage().


The documentation for this class was generated from the following file: