| 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 |
| ACCELEROMETER — Constant Static Property, class qnx.system.QNXSystemResource |
|
Resource indicating that the application requires the use of the accelerometer. |
| acceptsFocus — Property, class qnx.display.IowWindow |
|
Gets or sets a value that determines if the window accepts keyboard focus when tappped. |
| ACCESS_CHANGE — Constant Static Property, class qnx.events.MediaServiceConnectionEvent |
|
Dispatched when the media service has provided access or is asking you to revoke access to the media playback engine. |
| action — Property, class qnx.events.NetworkResourceRequestedEvent |
|
Determines the url of the resource to be loaded. |
| action — Property, class qnx.events.OpenWindowEvent |
|
Returns the view that the URL was opened in, or null if it was not opened. |
| action — Property, class qnx.events.WebDownloadRequestEvent |
|
The action to take. |
| ACTION_ACCEPT — Constant Static Property, class qnx.events.NetworkResourceRequestedEvent |
| |
| ACTION_CREATE — Constant Static Property, class qnx.events.OpenWindowEvent |
|
Indicates that a new web view was created. |
| ACTION_DENY — Constant Static Property, class qnx.events.NetworkResourceRequestedEvent |
| |
| ACTION_DISCARD — Constant Static Property, class qnx.events.OpenWindowEvent |
|
Indicates that the window open request is discarded. |
| ACTION_DISCARD — Constant Static Property, class qnx.events.WebDownloadRequestEvent |
|
Indicates that the download should be cancelled. |
| ACTION_FILTER — Constant Static Property, class qnx.events.NetworkResourceRequestedEvent |
| |
| ACTION_PENDING — Constant Static Property, class qnx.events.WebDownloadRequestEvent |
|
Indicates that the download should marked as pending to be started
or discarded at a later time. |
| ACTION_RECYCLE — Constant Static Property, class qnx.events.OpenWindowEvent |
|
Indicates that a web view is being recycled. |
| ACTION_SAVE — Constant Static Property, class qnx.events.WebDownloadRequestEvent |
|
Indicates that the file should be saved. |
| ACTION_SUBSTITUTE — Constant Static Property, class qnx.events.NetworkResourceRequestedEvent |
| |
| active — Property, class qnx.media.QNXStageWebView |
|
Determines if the browser is active or inactive. |
| active — Event, class qnx.system.QNXSystem |
| |
| active — Property, class qnx.ui.slider.Slider |
|
Gets or sets the active property of the Slider. |
| ACTIVE — Constant Static Property, class qnx.events.QNXSystemEvent |
|
Dispatched when the system goes into the active state. |
| ACTIVE — Constant Static Property, class qnx.system.QNXSystemState |
|
Indicates that the system is in active use. |
| ActivityIndicator — class, package qnx.ui.progress |
|
The ActivityIndicator class provides visual progress feedback to the user during time-consuming operations. |
| ActivityIndicator() — Constructor, class qnx.ui.progress.ActivityIndicator |
|
Creates a new ActivityIndicator instance. |
| ActivityIndicatorSkin — class, package qnx.ui.skins.progress |
|
The default skin for the ActivityIndicator class. |
| ActivityIndicatorSkin() — Constructor, class qnx.ui.skins.progress.ActivityIndicatorSkin |
| |
| addButton(label:String) — method, class qnx.dialog.BaseDialog |
|
Adds a button to the dialog. |
| addButton(button:qnx.ui.buttons:RadioButton) — method, class qnx.ui.buttons.RadioButtonGroup |
|
Adds a button of type RadioButton to the group. |
| ADD_CHILD — Constant Static Property, class qnx.ui.events.DataProviderEvent |
|
Dispatched when children have been added to an item in a section data provider. |
| addChildToIndex(child:Object, index:int) — method, interface qnx.ui.data.ISectionDataProvider |
|
Adds a child to the item at a given index. |
| addChildToIndex(child:Object, index:int) — method, class qnx.ui.data.SectionDataProvider |
|
Adds a child to the item at a given index. |
| addChildToIndex(item:Object, index:int) — method, class qnx.ui.listClasses.SectionList |
|
Appends a child item to a section in the list, given the index of the section. |
| addChildToIndexAt(child:Object, index:int, childindex:int) — method, interface qnx.ui.data.ISectionDataProvider |
|
Adds a child (at a given child index) to the item at the given index. |
| addChildToIndexAt(child:Object, index:int, childindex:int) — method, class qnx.ui.data.SectionDataProvider |
|
Adds a child (at a given child index) to the item at the given index. |
| addChildToIndexAt(item:Object, index:int, childindex:int) — method, class qnx.ui.listClasses.SectionList |
|
Adds a child item to a section at a specified index. |
| addChildToItem(child:Object, item:Object) — method, interface qnx.ui.data.ISectionDataProvider |
|
Adds a child to an item, given the child and the item object. |
| addChildToItem(child:Object, item:Object) — method, class qnx.ui.data.SectionDataProvider |
|
Adds a child to an item, given the child and the item object. |
| addChildToItemAtIndex(child:Object, item:Object, childindex:int) — method, interface qnx.ui.data.ISectionDataProvider |
|
Adds a child to an item at a given index, given the child and the item object. |
| addChildToItemAtIndex(child:Object, item:Object, childindex:int) — method, class qnx.ui.data.SectionDataProvider |
|
Adds a child to an item at a given index, given the child and the item object. |
| addImageData(url:String, data:flash.display:BitmapData) — method, class qnx.utils.ImageCache |
|
Updates the bitmap image data for an element in the cache given a URL to the image and new bitmap data. |
| addItem(item:Object) — method, class qnx.ui.buttons.SegmentedControl |
|
Appends an item to the DataProvider. |
| addItem(item:Object) — method, class qnx.ui.data.DataProvider |
|
Adds an item to the DataProvider. |
| addItem(item:Object) — method, interface qnx.ui.data.IDataProvider |
|
Adds an item to the DataProvider. |
| addItem(item:Object) — method, interface qnx.ui.data.IDataViewer |
|
Adds an item. |
| addItem(item:Object) — method, class qnx.ui.listClasses.DropDown |
|
Adds an item to the list. |
| addItem(item:Object) — method, class qnx.ui.listClasses.List |
|
Appends an item to the end of the list. |
| addItem(item:Object) — method, class qnx.ui.picker.Picker |
|
Adds a column of data to the Picker, given an DataProvider instance. |
| ADD_ITEM — Constant Static Property, class qnx.ui.events.DataProviderEvent |
|
Dispatched when items have been added to a data provider. |
| addItemAt(item:Object, index:int) — method, class qnx.ui.buttons.SegmentedControl |
|
Adds an item to the DataProvider at a given index. |
| addItemAt(item:Object, index:int) — method, class qnx.ui.data.DataProvider |
|
Adds an item at the specified index. |
| addItemAt(item:Object, index:int) — method, interface qnx.ui.data.IDataProvider |
|
Adds an item at the specified index. |
| addItemAt(item:Object, index:int) — method, interface qnx.ui.data.IDataViewer |
|
Adds an item at a given index. |
| addItemAt(item:Object, index:int) — method, class qnx.ui.listClasses.DropDown |
|
Adds an item to the list at the specified index. |
| addItemAt(item:Object, index:int) — method, class qnx.ui.listClasses.List |
|
Adds an item to the list at the specified index. |
| addItemAt(item:Object, index:int) — method, class qnx.ui.picker.Picker |
|
Adds a column of data to the Picker, given a DataProvider and an offset. |
| addItemsAt(items:Array, index:int) — method, class qnx.ui.buttons.SegmentedControl |
|
Adds items in the DataProvider at a given index, given an Array of items. |
| addItemsAt(items:Array, index:int) — method, class qnx.ui.data.DataProvider |
|
Adds an array item at the specified index. |
| addItemsAt(items:Array, index:int) — method, interface qnx.ui.data.IDataProvider |
|
Adds an array item at the specified index. |
| addItemsAt(items:Array, index:int) — method, interface qnx.ui.data.IDataViewer |
|
Adds an array item at the specified index. |
| addItemsAt(items:Array, index:int) — method, class qnx.ui.listClasses.DropDown |
|
Adds an array item at the specified index. |
| addItemsAt(items:Array, index:int) — method, class qnx.ui.listClasses.List |
|
Adds an array item at the specified index. |
| addItemsAt(items:Array, index:int) — method, class qnx.ui.picker.Picker |
|
Adds columns of data to the Picker given an Array of DataProvider objects. |
| alarm — Event, class qnx.system.QNXSystem |
| |
| ALARM — Constant Static Property, class qnx.events.QNXSystemEvent |
|
Dispatched when an alarm set by setAlarm expires. |
| ALBUM — Constant Static Property, class qnx.media.MediaPlayerMetadata |
|
A constant representing the name of the album. |
| AlertDialog — final class, package qnx.dialog |
|
The AlertDialog class encapsulates the properties of
an alert dialog, which is used to display system-level or application-level alerts to the user. |
| AlertDialog() — Constructor, class qnx.dialog.AlertDialog |
|
Constructor for the AlertDialog class. |
| align — Property, class qnx.dialog.BaseDialog |
|
Sets the position of the dialog. |
| align — Property, class qnx.ui.core.Container |
|
Specifies the align property, with which contained and non-resizable children are positioned. |
| ALL — Constant Static Property, class qnx.media.MediaPlayerRepeat |
|
Specifies that the current playlist repeats. |
| ALL — Constant Static Property, class qnx.ui.core.InvalidationType |
|
The InvalidationType.ALL constant defines the property which indicates the entire component should be re-drawn. |
| allow — Property, class qnx.events.WebFilterUpdatedEvent |
|
Specifies if the mask is allowed or denied. |
| allowDeselect — Property, class qnx.ui.listClasses.List |
|
Determines if a selected cell in the list can be deselected when pressed. |
| allowOverlay — Property, class qnx.media.VideoDisplay |
|
Gets or sets the options that allow Flash content to appear on top of the video content. |
| alpha — Property, class qnx.display.IowWindow |
|
Gets or sets the global alpha property of the window. |
| alpha — Property, interface qnx.ui.display.IDisplayObject |
|
Gets or sets the alpha property of the object. |
| ALPHA — Constant Static Property, class qnx.display.IowWindowTransparency |
|
The window's alpha channel is used to perform blending. |
| ALPHA_TEST — Constant Static Property, class qnx.display.IowWindowSensitivity |
|
The contents of the window are tested to determine if an event
is passed to it. |
| AlternatingCellRenderer — class, package qnx.ui.listClasses |
|
The AlternatingCellRenderer class is the default cell renderer for the List class. |
| AlternatingCellRenderer() — Constructor, class qnx.ui.listClasses.AlternatingCellRenderer |
|
Creates a new AlternatingCellRenderer instance. |
| ALWAYS — Constant Static Property, class qnx.display.IowWindowSensitivity |
|
All pointer events are passed to this window, unless they are blocked by
windows above it. |
| ALWAYS — Constant Static Property, class qnx.ui.text.TextInputIconMode |
|
Enables the clear text icon. |
| animate(doAnimate:Boolean) — method, class qnx.ui.progress.ActivityIndicator |
|
Starts or stops the indicator animation. |
| ARTIST — Constant Static Property, class qnx.media.MediaPlayerMetadata |
|
A constant representing the name of the artist. |
| aspectRatio — Property, class qnx.display.DisplayMode |
|
The aspect ratio of the display, for example "4:3" or "16:9". |
| assignFocus(direction:String) — method, class qnx.media.QNXStageWebView |
|
Assigns focus to the content within this QNXStageWebView object. |
| AUDIO — Constant Static Property, class qnx.media.MediaPlayerMediaType |
|
The current media track contains audio. |
| AudioInput — class, package qnx.system |
|
The AudioInput class contains the constant that defines the audio input channel of the device. |
| audioManager — Static Property, class qnx.system.AudioManager |
|
Returns the Singleton instance of the AudioManager. |
| AudioManager — class, package qnx.system |
|
The AudioManager class provides the interface for controlling
the volume level for all connected audio inputs and outputs. |
| AudioManager() — Constructor, class qnx.system.AudioManager |
|
Do not use this constructor to instantiate the AudioManager class. |
| AudioManagerEvent — class, package qnx.events |
|
The AudioManagerEvent class contains the event functionality for audio inputs and outputs. |
| AudioManagerEvent(type:String, channel:String) — Constructor, class qnx.events.AudioManagerEvent |
|
The constructor for a AudioManagerEvent object. |
| AudioOutput — class, package qnx.system |
|
The AudioOutput class contains the constants that define the output channels of the device (speaker and headphone). |
| autoSize — Property, class qnx.ui.text.Label |
|
Gets or sets a String that indicates how a label is sized and aligned to fit the value of its text property. |
| autoSize — Property, class qnx.ui.text.TextInput |
|
Gets or sets a String that indicates how a label is sized and aligned to fit the value of its text property. |
| availableInputs — Property, class qnx.system.AudioManager |
|
Returns the list of available audio inputs. |
| availableInputsChanged — Event, class qnx.system.AudioManager |
| |
| AVAILABLE_INPUTS_CHANGED — Constant Static Property, class qnx.events.AudioManagerEvent |
|
Dispatched when the list of available audio inputs has changed. |
| availableOutputs — Property, class qnx.system.AudioManager |
|
Returns the list of available audio outputs. |
| availableOutputsChanged — Event, class qnx.system.AudioManager |
| |
| AVAILABLE_OUTPUTS_CHANGED — Constant Static Property, class qnx.events.AudioManagerEvent |
|
Dispatched when the list of available audio outputs has changed. |
|
| 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 |