Class Index | File Index

Classes


Built-In Namespace _global_

Field Summary
Field Attributes Field Name and Description
<constant>  
Indicates whether TuneKit is running on Apple TV.
<constant>  
The keyboard identifier for the backspace key.
<constant>  
The keyboard identifier for the down key.
<constant>  
The keyboard identifier for the left key.
<constant>  
The keyboard identifier for the return key.
<constant>  
The keyboard identifier for the right key.
<constant>  
The keyboard identifier for the up key.
<constant>  
The selection sound of the Apple TV user interface.
<constant>  
The exit sound of the Apple TV user interface.
<constant>  
The limit sound of the Apple TV user interface.
<constant>  
The move sound of the Apple TV user interface.
 
TKController#
 
TKLyricsController#
 
TKPageSliderController#
 
TKSlideshowController#
 
<constant>  
The down direction.
<constant>  
The left direction.
<constant>  
The right direction.
<constant>  
The up direction.
<constant>  
Indicates whether the spatial navigation manager is enabled, which currently is only the case on Apple TV, or within Safari for development purposes.
<constant>  
The CSS class name applied to an element when it is highlighted by the spatial navigation manager.
<constant>  
The CSS class name an element should have in order to be ignored by the spatial navigation manager.
 
TKTabController#
<constant>  
The CSS class name applied to an element acting as a tab once it is the selected tab.
<constant>  
Fades in while rotating from the left.
<constant>  
Fades in while rotating from the right.
<constant>  
Fades in.
<constant>  
Fades out.
<constant>  
Scale transition scaling in.
<constant>  
Scale transition scaling out.
<constant>  
Fades in while scaling up to identity scale.
<constant>  
Fades out while scaling down to identity scale.
Field Detail
<constant> {bool} IS_APPLE_TV
Indicates whether TuneKit is running on Apple TV.
Defined in: Utils.js.

<constant> {int} KEYBOARD_BACKSPACE
The keyboard identifier for the backspace key.
Defined in: Utils.js.

<constant> {int} KEYBOARD_DOWN
The keyboard identifier for the down key.
Defined in: Utils.js.

<constant> {int} KEYBOARD_LEFT
The keyboard identifier for the left key.
Defined in: Utils.js.

<constant> {int} KEYBOARD_RETURN
The keyboard identifier for the return key.
Defined in: Utils.js.

<constant> {int} KEYBOARD_RIGHT
The keyboard identifier for the right key.
Defined in: Utils.js.

<constant> {int} KEYBOARD_UP
The keyboard identifier for the up key.
Defined in: Utils.js.

<constant> {Object} SOUND_ACTIVATED
The selection sound of the Apple TV user interface.
Defined in: Utils.js.

<constant> {Object} SOUND_EXIT
The exit sound of the Apple TV user interface.
Defined in: Utils.js.

<constant> {Object} SOUND_LIMIT
The limit sound of the Apple TV user interface.
Defined in: Utils.js.

<constant> {Object} SOUND_MOVED
The move sound of the Apple TV user interface.
Defined in: Utils.js.

TKController#

Defined in: Controller.js.

TKLyricsController#

Defined in: LyricsController.js.

TKPageSliderController#

Defined in: PageSliderController.js.

TKSlideshowController#

Defined in: SlideshowController.js.

TKSpatialNavigationManager

Defined in: SpatialNavigationManager.js.

<constant> {int} TKSpatialNavigationManagerDirectionDown
The down direction.
Defined in: SpatialNavigationManager.js.

<constant> {int} TKSpatialNavigationManagerDirectionLeft
The left direction.
Defined in: SpatialNavigationManager.js.

<constant> {int} TKSpatialNavigationManagerDirectionRight
The right direction.
Defined in: SpatialNavigationManager.js.

<constant> {int} TKSpatialNavigationManagerDirectionUp
The up direction.
Defined in: SpatialNavigationManager.js.

<constant> {bool} TKSpatialNavigationManagerEnabled
Indicates whether the spatial navigation manager is enabled, which currently is only the case on Apple TV, or within Safari for development purposes.
Defined in: SpatialNavigationManager.js.

<constant> {String} TKSpatialNavigationManagerHighlightCSSClass
The CSS class name applied to an element when it is highlighted by the spatial navigation manager.
Defined in: SpatialNavigationManager.js.

<constant> {String} TKSpatialNavigationManagerInactiveCSSClass
The CSS class name an element should have in order to be ignored by the spatial navigation manager.
Defined in: SpatialNavigationManager.js.

TKTabController#

Defined in: TabController.js.

<constant> {String} TKTabControllerSelectedCSSClass
The CSS class name applied to an element acting as a tab once it is the selected tab.
Defined in: TabController.js.

<constant> {TKTransitionDefinition} TKViewTransitionCrossSpinLeft
Fades in while rotating from the left.
Defined in: ViewTransitions.js.

<constant> {TKTransitionDefinition} TKViewTransitionCrossSpinRight
Fades in while rotating from the right.
Defined in: ViewTransitions.js.

<constant> {TKTransitionDefinition} TKViewTransitionDissolveIn
Fades in.
Defined in: ViewTransitions.js.

<constant> {TKTransitionDefinition} TKViewTransitionDissolveOut
Fades out.
Defined in: ViewTransitions.js.

<constant> {TKTransitionDefinition} TKViewTransitionScaleIn
Scale transition scaling in.
Defined in: ViewTransitions.js.

<constant> {TKTransitionDefinition} TKViewTransitionScaleOut
Scale transition scaling out.
Defined in: ViewTransitions.js.

<constant> {TKTransitionDefinition} TKViewTransitionZoomIn
Fades in while scaling up to identity scale.
Defined in: ViewTransitions.js.

<constant> {TKTransitionDefinition} TKViewTransitionZoomOut
Fades out while scaling down to identity scale.
Defined in: ViewTransitions.js.

Copyright © 2009 Apple Inc. All rights reserved.