Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HSelectMessageHandler Class Reference

#include <HNetMessageRegistrar.h>

Inheritance diagram for HSelectMessageHandler:

MVOMessageHandler

List of all members.

Public Member Functions

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


Detailed Description

HSelectMessageHandler is subclassed from MVOMessageHandler. It handles the messages "H_SELECT_ENTITY", "H_DESELECT_ALL" and "H_DELETE_SELECTION_LIST".

Constructor & Destructor Documentation

HSelectMessageHandler::HSelectMessageHandler ( HBaseView hbaseview  )  [inline]

Constructs an HSelectMessageHandler object.

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


Member Function Documentation

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

This method handles the "H_SELECT_ENTITY", "H_DESELECT_ALL" and "H_DELETE_SELECTION_LIST" messages and calls HBaseView::DeSelectAllFromMessage, HBaseView::DeleteSelectionList and HBaseView::SelectFromMessage respectively.

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.

Reimplemented from MVOMessageHandler.

References HBaseView::DeleteSelectionList(), HBaseView::DeSelectAllFromMessage(), MVOMessageHandler::m_pHBaseView, and HBaseView::SelectFromMessage().


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