webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
List of all members
WebKit::NativeWebKeyboardEvent Class Reference

#include <NativeWebKeyboardEvent.h>

Inheritance diagram for WebKit::NativeWebKeyboardEvent:
WebKit::WebKeyboardEvent WebKit::WebEvent

Additional Inherited Members

- Public Types inherited from WebKit::WebEvent
enum  Type {
  NoType = -1, MouseDown, MouseUp, MouseMove,
  MouseForceChanged, MouseForceDown, MouseForceUp, Wheel,
  KeyDown, KeyUp, RawKeyDown, Char
}
 
enum  Modifiers {
  ShiftKey = 1 << 0, ControlKey = 1 << 1, AltKey = 1 << 2, MetaKey = 1 << 3,
  CapsLockKey = 1 << 4
}
 
- Public Member Functions inherited from WebKit::WebKeyboardEvent
 WebKeyboardEvent ()
 
 ~WebKeyboardEvent ()
 
 WebKeyboardEvent (Type, const String &text, const String &unmodifiedText, const String &keyIdentifier, int windowsVirtualKeyCode, int nativeVirtualKeyCode, int macCharCode, bool isAutoRepeat, bool isKeypad, bool isSystemKey, Modifiers, double timestamp)
 
const Stringtext () const
 
const StringunmodifiedText () const
 
const StringkeyIdentifier () const
 
int32_t windowsVirtualKeyCode () const
 
int32_t nativeVirtualKeyCode () const
 
int32_t macCharCode () const
 
bool isAutoRepeat () const
 
bool isKeypad () const
 
bool isSystemKey () const
 
void encode (IPC::Encoder &) const
 
- Public Member Functions inherited from WebKit::WebEvent
Type type () const
 
bool shiftKey () const
 
bool controlKey () const
 
bool altKey () const
 
bool metaKey () const
 
bool capsLockKey () const
 
Modifiers modifiers () const
 
double timestamp () const
 
- Static Public Member Functions inherited from WebKit::WebKeyboardEvent
static bool decode (IPC::Decoder &, WebKeyboardEvent &)
 
static bool isKeyboardEventType (Type)
 
- Protected Member Functions inherited from WebKit::WebEvent
 WebEvent ()
 
 WebEvent (Type, Modifiers, double timestamp)
 
void encode (IPC::Encoder &) const
 
- Static Protected Member Functions inherited from WebKit::WebEvent
static bool decode (IPC::Decoder &, WebEvent &)
 

The documentation for this class was generated from the following file: