HSetWindowColorMessageHandler

Functions

HSetWindowColorMessageHandler

void

ProcessMessage

Detailed Description

class HSetWindowColorMessageHandler : public MVOMessageHandler

HSetWindowColorMessageHandler is subclassed from MVOMessageHandler. It handles the message “H_SET_WINDOW_COLOR”

Public Functions

inline HSetWindowColorMessageHandler(HBaseView *hbaseview)

Constructs an HSetWindowColorMessageHandler object.

Parameters

hbaseview – A pointer to the HBaseView object associated with this message handler.

inline void ProcessMessage(char const *message_type, char const *data, unsigned int data_length)

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.