#include <HNetMessageRegistrar.h>
Public Member Functions | |
HSelectMessageHandler (HBaseView *hbaseview) | |
void | ProcessMessage (const char *message_type, const char *data, unsigned int data_length) |
Additional Inherited Members |
HSelectMessageHandler is subclassed from MVOMessageHandler. It handles the messages "H_SELECT_ENTITY", "H_DESELECT_ALL" and "H_DELETE_SELECTION_LIST".
|
inline |
Constructs an HSelectMessageHandler object.
hbaseview | A pointer to the HBaseView object associated with this message handler. |
|
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.
\param message_type A character pointer denoting the type of message. \param data A character pointer denoting the message data. \param data_length An unsigned int indicating the length of the data in bytes.
References HBaseView::DeleteSelectionList(), HBaseView::DeSelectAllFromMessage(), MVOMessageHandler::m_pHBaseView, and HBaseView::SelectFromMessage().