HSetFontSizeMessageHandler

Functions

HSetFontSizeMessageHandler

void

ProcessMessage

Detailed Description

class HSetFontSizeMessageHandler : public MVOMessageHandler

HSetFontSizeMessageHandler is subclassed from MVOMessageHandler. It handles the message “H_SET_FONT_SIZE”.

Public Functions

inline HSetFontSizeMessageHandler(HBaseView *hbaseview)

Constructs an HSetFontSizeMessageHandler 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 “H_SET_FONT_SIZE” message and calls HBaseView::SetFontSizeFromMessage.

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.