Rogue Wave Views Gadgets Package API Reference Guide |
Rogue Wave Views Documentation Home |
Holds the key binding for the commands of a Code Editor . More...
#include <ilviews/gadgets/codeedit.h>
Public Member Functions | |
virtual | ~Binding () |
Destructor. | |
virtual IlBoolean | getAccelerator (Accelerator accelerator, char *keyCode, IlvEventType &type, IlUShort &data, IlUShort &mods) const =0 |
Returns the description of an accelerator. More... | |
Holds the key binding for the commands of a Code Editor .
Library: ilvadvgdt
|
pure virtual |
Returns the description of an accelerator.
On output, all the parameters except accelerator are set to the values corresponfding to the accelerator description.
accelerator | The accelerator that is queried. |
keyCode | The printable version of the accelerator key code. The caller must make sure that a buffer larger than 32 characters is used. |
type | The type of the accelerator event. |
data | The data attached to the accelerator. |
mods | The key modifiers for the accelerator. |
IlTrue
if the call was successful, and Ilfalse
if it failed looking for the indicated accelerator. © Copyright 2016, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.