#include <wg_message.h>
Inheritance diagram for wGui::CValueMessage< T >:
Definition at line 195 of file wg_message.h.
wGui::CValueMessage< T >::CValueMessage | ( | const EMessageType | MessageType, | |
const CMessageClient * | pDestination, | |||
const CMessageClient * | pSource, | |||
const T & | Value | |||
) | [inline] |
Construct a new template based Value message
MessageType | The type of message being created | |
pDestination | A pointer to the window that the message is destined for (0 for no specific destination, or to broadcast to all) | |
pSource | A pointer to the control that triggered the message | |
Value | A template type data the user has |
Definition at line 204 of file wg_message.h.
const T& wGui::CValueMessage< T >::Value | ( | void | ) | [inline] |
Returns the value of the message
Definition at line 211 of file wg_message.h.
References wGui::CValueMessage< T >::m_Value.
Referenced by wGui::CView::HandleMessage(), wGui::CMenuBase::HandleMessage(), and wGui::CDropDown::HandleMessage().
void wGui::CValueMessage< T >::SetValue | ( | const T & | Value | ) | [inline] |
Sets the value of the message
Value | The value |
Definition at line 215 of file wg_message.h.
References wGui::CValueMessage< T >::m_Value.