#include <arsmessages.h>
Inheritance diagram for Ars::CtrlMessage:


Public Member Functions | |
| CtrlMessage (const EMessageType MessageType, MessageClient *pDestination, const void *pSource, const long int aValue=0) | |
Data Fields | |
| const void * | source |
| A pointer to the control that generated the message. | |
| const long int | value |
| The new value. | |
Definition at line 127 of file arsmessages.h.
|
||||||||||||||||||||
|
Construct a new Control message
Definition at line 134 of file arsmessages.h.
|
|
|
A pointer to the control that generated the message.
Definition at line 139 of file arsmessages.h. Referenced by CtrlMessage(), Ars::Window::DeregChild(), Ars::XScrollBar::evMouseLClick(), Ars::XDropDown::evMouseLClick(), Ars::XTextBox::evValueChange(), Ars::XListBox::evValueChange(), Ars::XDropDown::evValueChange(), Ars::XTextBox::evValueChanging(), Ars::XListBox::evValueChanging(), Ars::XDropDown::wmLostFocus(), and Ars::View::wmResize(). |
|
|
The new value.
Definition at line 142 of file arsmessages.h. Referenced by CtrlMessage(), and Ars::XDropDown::evValueChange(). |
1.3.3