HSelectMessageHandler
Functions
HSelectMessageHandler |
|
void | ProcessMessage |
Detailed Description
-
class
HSelectMessageHandler
: public MVOMessageHandler HSelectMessageHandler is subclassed from MVOMessageHandler. It handles the messages “H_SELECT_ENTITY”, “H_DESELECT_ALL” and “H_DELETE_SELECTION_LIST”.
Public Functions
-
inline
HSelectMessageHandler
(HBaseView *hbaseview) Constructs an HSelectMessageHandler 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 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.
-
inline