#include <EventSendingController.h>
|
| virtual | ~EventSendingController () |
| |
| void | makeWindowObject (JSContextRef, JSObjectRef windowObject, JSValueRef *exception) |
| |
| virtual JSClassRef | wrapperClass () |
| |
| void | mouseDown (int button, JSValueRef modifierArray) |
| |
| void | mouseUp (int button, JSValueRef modifierArray) |
| |
| void | mouseMoveTo (int x, int y) |
| |
| void | mouseForceClick () |
| |
| void | startAndCancelMouseForceClick () |
| |
| void | mouseForceDown () |
| |
| void | mouseForceUp () |
| |
| void | mouseForceChanged (double force) |
| |
| void | mouseScrollBy (int x, int y) |
| |
| void | mouseScrollByWithWheelAndMomentumPhases (int x, int y, JSStringRef phase, JSStringRef momentum) |
| |
| void | swipeGestureWithWheelAndMomentumPhases (int x, int y, JSStringRef phase, JSStringRef momentum) |
| |
| void | continuousMouseScrollBy (int x, int y, bool paged) |
| |
| JSValueRef | contextClick () |
| |
| void | leapForward (int milliseconds) |
| |
| void | scheduleAsynchronousClick () |
| |
| void | monitorWheelEvents () |
| |
| void | callAfterScrollingCompletes (JSValueRef functionCallback) |
| |
| void | keyDown (JSStringRef key, JSValueRef modifierArray, int location) |
| |
| void | scheduleAsynchronousKeyDown (JSStringRef key) |
| |
| void | textZoomIn () |
| |
| void | textZoomOut () |
| |
| void | zoomPageIn () |
| |
| void | zoomPageOut () |
| |
| void | scalePageBy (double scale, double x, double y) |
| |
| virtual | ~JSWrappable () |
| |
| void | deref () const |
| |
| void | deref () const |
| |
| void | deref () const |
| |
| void | ref () const |
| |
| bool | hasOneRef () const |
| |
| unsigned | refCount () const |
| |
| void | relaxAdoptionRequirement () |
| |
| void | ref () const |
| |
| bool | hasOneRef () const |
| |
| unsigned | refCount () const |
| |
| void | relaxAdoptionRequirement () |
| |
| void | ref () const |
| |
| bool | hasOneRef () const |
| |
| unsigned | refCount () const |
| |
| void | relaxAdoptionRequirement () |
| |
◆ ~EventSendingController()
| EventSendingController::~EventSendingController |
( |
| ) |
|
|
virtual |
◆ callAfterScrollingCompletes()
| void EventSendingController::callAfterScrollingCompletes |
( |
JSValueRef |
functionCallback | ) |
|
◆ contextClick()
| JSValueRef EventSendingController::contextClick |
( |
| ) |
|
◆ continuousMouseScrollBy()
| void EventSendingController::continuousMouseScrollBy |
( |
int |
x, |
|
|
int |
y, |
|
|
bool |
paged |
|
) |
| |
◆ create()
◆ keyDown()
◆ leapForward()
| void EventSendingController::leapForward |
( |
int |
milliseconds | ) |
|
◆ makeWindowObject()
◆ monitorWheelEvents()
| void EventSendingController::monitorWheelEvents |
( |
| ) |
|
◆ mouseDown()
| void EventSendingController::mouseDown |
( |
int |
button, |
|
|
JSValueRef |
modifierArray |
|
) |
| |
◆ mouseForceChanged()
| void EventSendingController::mouseForceChanged |
( |
double |
force | ) |
|
◆ mouseForceClick()
| void EventSendingController::mouseForceClick |
( |
| ) |
|
◆ mouseForceDown()
| void EventSendingController::mouseForceDown |
( |
| ) |
|
◆ mouseForceUp()
| void EventSendingController::mouseForceUp |
( |
| ) |
|
◆ mouseMoveTo()
| void EventSendingController::mouseMoveTo |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
◆ mouseScrollBy()
| void EventSendingController::mouseScrollBy |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
◆ mouseScrollByWithWheelAndMomentumPhases()
◆ mouseUp()
| void EventSendingController::mouseUp |
( |
int |
button, |
|
|
JSValueRef |
modifierArray |
|
) |
| |
◆ scalePageBy()
| void EventSendingController::scalePageBy |
( |
double |
scale, |
|
|
double |
x, |
|
|
double |
y |
|
) |
| |
◆ scheduleAsynchronousClick()
| void EventSendingController::scheduleAsynchronousClick |
( |
| ) |
|
◆ scheduleAsynchronousKeyDown()
| void EventSendingController::scheduleAsynchronousKeyDown |
( |
JSStringRef |
key | ) |
|
◆ startAndCancelMouseForceClick()
| void EventSendingController::startAndCancelMouseForceClick |
( |
| ) |
|
◆ swipeGestureWithWheelAndMomentumPhases()
◆ textZoomIn()
| void EventSendingController::textZoomIn |
( |
| ) |
|
◆ textZoomOut()
| void EventSendingController::textZoomOut |
( |
| ) |
|
◆ wrapperClass()
| JSClassRef EventSendingController::wrapperClass |
( |
| ) |
|
|
virtual |
◆ zoomPageIn()
| void EventSendingController::zoomPageIn |
( |
| ) |
|
◆ zoomPageOut()
| void EventSendingController::zoomPageOut |
( |
| ) |
|
The documentation for this class was generated from the following files: