Taxonomy Categories:
Member Functions:
Interface Category:
API.
Inherits From:
None.
Inherited By:
None.
Purpose:
TModifierKeyDownEvent derives from TKeyEvent and is generated when the key pressed is a modifier key.
Instantiation:
Allocate on the heap or the stack.
Deriving Classes:
None.
Concurrency:
Not multithread safe.
Resource Use:
No special requirements.
- TModifierKeyDownEvent (TKeyboardInputDevice * keyboardDevice, TStandardEventReceiver * receiver, TVirtualKeyCode :: EVirtualKey key, TModifierKeys modifierKeys)
- TModifierKeyDownEvent (const TModifierKeyDownEvent & copy)
Interface Category:
API.
Purpose:
- Constructs the modifier key-down event given the keyboard device, event receiver, key code, and modifier.
- Copy constructor.
Calling Context:
- Called when the event generated is a keyboard event.
- Called to copy an object.
Parameters:
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
virtual ~ TModifierKeyDownEvent ()
Interface Category:
API.
Purpose:
Destructor.
Calling Context:
Called to destroy an object.
Parameters:
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
TModifierKeyDownEvent & operator =(const TModifierKeyDownEvent & assign)
Interface Category:
API.
Purpose:
Assignment operator.
Calling Context:
Called when an object is assigned to another compatible object.
Parameters:
Return Value:
Returns const reference to the left-hand side object.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
virtual bool Dispatch (MEventTarget & target)
Interface Category:
API.
Purpose:
Dispatches the modifier key-down event to the given target.
Calling Context:
Called by the event target dispatch the event.
Parameters:
Return Value:
Returns true if the target returned true after processing the event.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.