A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

Index - O

objectOnClick(event, mouseX, mouseY) Method from class cards.MacaoCard
     This is the inherited method onClick() from MacaoObject.
onAdjustCards() Method from class cards.MacaoCardStack
     This event handler is called after the method adjustCards() has been called.
onClick(event, mouseX, mouseY) Method from class kernel.MacaoObject
     This event handler is called when the user clicks on the object.
onClick(event, mouseX, mouseY) Method from class menu.MacaoSteeringController
     This event handler is implemented to get the mouse clicks to change the steering index.
onClickCard(event, mouseX, mouseY) Method from class cards.MacaoCard
     This event handler is called when the user clicks on the card.
onClickOther(objectName, event, mouseX, mouseY) Method from class kernel.MacaoObject
     This event handler is called when another object is clicked.
onClickOther(event, mouseX, mouseY, objectName) Method from class dynamic.MacaoObject
     This event handler is called, when the user clicks on another object.
onClickOtherItem(itemName, itemTitle) Method from class kernel.MacaoObject
     This event handler is called, when the user clicks at an item in a MacaoInventory.
onClickStack(event, mouseX, mouseY) Method from class cards.MacaoCardStack
     This event handler is called, when the user clicks on the stack.
onClickWindow(event, mouseX, mouseY, frameName) Method from class kernel.MacaoObject
     This event handler is called, when the mouse is clicked in any frame.
onClickWindow(event, mouseX, mouseY, frameName) Method from class dynamic.MacaoObject
     This event handler is called, when the user clicks the window.
onCollisionOut(objectName) Method from class kernel.MacaoObject
     This event handler is called when the object starts colliding with another object.
onCollisionOver(objectName) Method from class kernel.MacaoObject
     This event handler is called, when the object ends colliding with another object.
onDblClick(event, mouseX, mouseY) Method from class kernel.MacaoObject
     This event handler is called when the user double clicks on the object.
onDblClickCard(event, mouseX, mouseY) Method from class cards.MacaoCard
     This event handler is called when the user double clicks on the card.
onDblClickOther(objectName, event, mouseX, mouseY) Method from class kernel.MacaoObject
     This event handler is called when another object is double clicked.
onDblClickStack(event, mouseX, mouseY) Method from class cards.MacaoCardStack
     This event handler is called, when the user double clicks on the stack.
onDblClickWindow(event, mouseX, mouseY, frameName) Method from class kernel.MacaoObject
     This event handler is called, when the mouse is double clicked in any frame.
onDragEnd(event, mouseX, mouseY) Method from class kernel.MacaoObject
     This method is called, when the user ends to drag this object.
onDragOut(event, mouseX, mouseY, otherObject) Method from class kernel.MacaoObject
     This method is called, when the user drags this object out from over another object.
onDragOver(event, mouseX, mouseY, otherObject) Method from class kernel.MacaoObject
     This method is called, when the user drags this object over another object to which it can be dropped.
onDragStart(event, mouseX, mouseY) Method from class kernel.MacaoObject
     This method is called, when the user starts to drag this object.
onDrop(event, mouseX, mouseY, toObject) Method from class kernel.MacaoObject
     This method is called, when the user drops another object to this object.
onDrop(event, mouseX, mouseY, toObject) Method from class cards.MacaoCard
     This implementation of the event handler forwards the event onDrop to the event handers onDropToCard or onDropToStack.
onDropToCard(card) Method from class cards.MacaoCard
     This event handler is called, when this card or substack is dropped to another card.
onDropToStack(stack) Method from class cards.MacaoCard
     This event handler is called, when this card or substack is dropped to a stack object.
onKeyDown(event, keyCode, shiftKey, altKey, ctrlKey, frameName) Method from class kernel.MacaoObject
     This event handler is called, when a key goes down on window level.
onKeyPress(event, keyCode, shiftKey, altKey, ctrlKey, frameName) Method from class kernel.MacaoObject
     This event handler is called, when a key is pressed on window level.
onKeyPress(event, keyCode, shiftKey, altKey, ctrlKey) Method from class road.MacaoRoadGrid
     This method is implemented to get the hit of the key 'e' to open the Road Editor.
onKeyPress(event, keyCode, shiftKey, altKey, ctrlKey, frameName) Method from class menu.MacaoSteeringController
     This event handler is implemented to get the keystrokes to change the steering index and velocity.
onKeyUp(event, keyCode, shiftKey, altKey, ctrlKey, frameName) Method from class kernel.MacaoObject
     This event handler is called, when a key goes up on window level.
onLoad(event) Method from class kernel.MacaoObject
     This method is called when the page's loading is complete.
onMouseDown(event, mouseX, mouseY) Method from class kernel.MacaoObject
     This event handler is called when the mouse button goes down on the object.
onMouseDownWindow(event, mouseX, mouseY, frameName) Method from class kernel.MacaoObject
     This event handler is called, when the mouse button goes down in any frame.
onMouseMove(event, mouseX, mouseY) Method from class kernel.MacaoObject
     This event handler is called when the user moves the mouse pointer over the object.
onMouseOut(event, mouseX, mouseY) Method from class kernel.MacaoObject
     This event handler is called when the user removes the mouse pointer from over the object.
onMouseOver(event, mouseX, mouseY) Method from class kernel.MacaoObject
     This event handler is called when the user moves the mouse pointer over the object.
onMouseUp(event, mouseX, mouseY) Method from class kernel.MacaoObject
     This event handler is called when the mouse button goes up on the object.
onMouseUpWindow(event, mouseX, mouseY, frameName) Method from class kernel.MacaoObject
     This event handler is called, when the mouse button goes up in any frame.
onUnload(event) Method from class kernel.MacaoObject
     This method is called before the page is unloaded.
openEditor() Method from class road.MacaoRoadGrid
     Call this method to open the Road Editor.
openPage(pageURL, frameName, forceReload, basePath) Method from class kernel.MacaoPage
     Opens a page in the defined frame.
openPage(pageURL, frameName, forceReload) Method from class kernel.MacaoObject
     Opens a page in the defined frame.
openPage(pageFramesetUrl, openerPageName, startFrame) Method from class persistence.MacaoPersistence
     This method is called while loading a game score to open the current page of the score.
openResourceExportWindow() Method from class storageManager.MacaoPage
     This method opens a dialog window to export the text resources.
openResourceExportWindow() Method from class kernel.MacaoPage
     This method opens a dialog window to export the text resources.
openSaveDialog(width, height, title, message, closeButtonTitle, popupBlockerWarning, openWindowFunction) Method from class persistence.MacaoPersistence
     Call this method to open the save dialog.
openStartPage(startPageUrl) Method from class persistence.MacaoPersistence
     Call this method in the save dialog, to forward to the page with the StorageManager, while a saved game is reloaded.