My favorites | English | Sign in

Google Earth API

GEEventEmitter Interface Reference

Inheritance diagram for GEEventEmitter:

GEWindow KmlObject GEGlobe KmlAbstractView KmlBalloonStyle KmlColorStyle KmlFeature KmlGeometry KmlLatLonBox KmlLink KmlListStyle KmlLocation KmlLod KmlOrientation KmlRegion KmlScale KmlStyleSelector

List of all members.


Public Member Functions

Events


void click (KmlMouseEvent event)
void dblclick (KmlMouseEvent event)
void mouseover (KmlMouseEvent event)
void mousedown (KmlMouseEvent event)
void mouseup (KmlMouseEvent event)
void mouseout (KmlMouseEvent event)
void mousemove (KmlMouseEvent event)

Detailed Description

Defines when and how an event gets passed in and triggered from the Google Earth Plug-in.

Member Function Documentation

void GEEventEmitter.click ( KmlMouseEvent  event  ) 

Triggers an event when the user clicks a location in Google Earth with the mouse.

void GEEventEmitter.dblclick ( KmlMouseEvent  event  ) 

Triggers an event when the user double clicks a location in Google Earth with the mouse.

void GEEventEmitter.mouseover ( KmlMouseEvent  event  ) 

Triggers an event when the user moves the mouse pointer over a location in Google Earth.

void GEEventEmitter.mousedown ( KmlMouseEvent  event  ) 

Triggers an event when the user presses the mouse button over a location in Google Earth.

void GEEventEmitter.mouseup ( KmlMouseEvent  event  ) 

Triggers an event when the user releases the mouse button over a location in Google Earth.

void GEEventEmitter.mouseout ( KmlMouseEvent  event  ) 

Triggers an event when the user moves the mouse off of the object in Google Earth.

void GEEventEmitter.mousemove ( KmlMouseEvent  event  ) 

Triggers an event when the user moves the mouse inside Google Earth.