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  
category — Property in class km.components.PlaylistCreator
Category setting for the service query [YouTube].
cell(col, row) — Method in class km.display.SimpleTable
Get a table cell.
cellPadding — Property in class km.display.SimpleTable
Cell padding [px]
change — Event in class km.components.Accordion
The change event is broadcasted when there's a change in what panels are open or closed.
When panels are opened or closed by scripting, the event is not broadcasted.
It's also possible to use the onChange handler.
change — Event in class km.components.ButtonGroup
The change event is broadcasted when another button is selected.
change — Event in class km.components.CheckBox
The change event is broadcasted when the checkBox is checked or uncheked.
It's also possible to use the onChange handler.
change — Event in class km.components.ColorPicker
The change event is broadcasted when a new color is selected.
It's also possible to use the onChange handler.
change — Event in class km.components.ComboBox
The change event is broadcasted when a different item is selected.
When the selection is changed by scripting, the event is not broadcasted.
It's also possible to use the onChange handler.
change — Event in class km.components.DateChooser
The change event is broadcasted when a new date is selected.
It's also possible to use the onChange handler.
change — Event in class km.components.Knob
The change event is broadcasted when the knob is rotated.
It's also possible to use the onChange handler.
change — Event in class km.components.List
The change event is broadcasted when a different item is selected.
When the selection is changed by scripting, the event is not broadcasted.
It's also possible to use the onChange handler.
change — Event in class km.components.NumericStepper
The change event is broadcasted when the value changes.
When the value is changed by scripting, the event is not broadcasted.
It's also possible to use the onChange handler.
change — Event in class km.components.RadioGroup
The change event is broadcasted when another radioButton is selected.
change — Event in class km.components.Tree
The change event is broadcasted when a different item is selected.
It's also possible to use the onChange handler.
CheckBox — Class in package km.components
The CheckBox component class.
CheckBox() — Constructor in class km.components.CheckBox
checked — Property in class km.components.CheckBox
Gets or sets the check state.
clearCells() — Method in class km.display.SimpleTable
Clears all table cells.
clearChromaKey() — Method in class km.components.GUI_VideoObject
Clears a chroma key.
clearSelection() — Method in class km.components.List
Clears the selected items in the list.
click — Event in class km.components.BaseButton
The click event is broadcasted when the button is clicked.
It's also possible to use the onClick handler.
clone() — Method in class km.components.AccordionPanel
Returns a clone of the accordion panel.
clone() — Method in class km.core.UIComponent
Returns a clone of the component.
The skin of the component is cloned but other things like the text of a label or the items of a list aren't.
clone() — Method in class km.filters.DesaturationFilter
Returns a copy of this filter object.
clone() — Method in class km.filters.HalftoneFilter
Returns a copy of this filter object.
clone() — Method in class km.filters.PosterizeFilter
Returns a copy of this filter object.
clone() — Method in class km.filters.ReflectionFilter
Returns a copy of this filter object.
clone() — Method in class km.filters.ScanlinesFilter
Returns a copy of this filter object.
clone() — Method in class km.filters.SharpenFilter
Returns a copy of this filter object.
clone() — Method in class km.filters.SketchFilter
Returns a copy of this filter object.
clone() — Method in class km.filters.TritoneFilter
Returns a copy of this filter object.
clone() — Method in class km.filters.VignetFilter
Returns a copy of this filter object.
clone() — Method in class km.filters.ZoomFilter
Returns a copy of this filter object.
close — Event in class km.components.DragContainer
close() — Method in class km.components.DragContainer
Close the container.
This frees the object from the container and removes the container from the display list.
close() — Method in class km.display.AltLoader
Cancels a load() method currently in progress.
closePanel(panel:km.components:AccordionPanel, animated) — Method in class km.components.Accordion
Closes the specified panel.
cls() — Method in class km.display.PixelScreen
Clears the screen.
colCount — Property in class km.display.SimpleTable
Gets the number of columns.
collapse(field, value, collapseChildren) — Method in class km.components.Tree
Collapses items where the specified field matches the specified value.
If no parameters are specified, all items are collapsed.
color(color) — Method in class km.display.PixelScreen
Sets the forground color.
ColorPicker — Class in package km.components
The ColorPicker component class.
ColorPicker() — Constructor in class km.components.ColorPicker
colWidths — Property in class km.display.SimpleTable
Gets or sets the array of column widths.
To calculate the width of a column, the following formula is used : colWidths[col] / totalColWidths[] * tableWidth
ComboBox — Class in package km.components
The ComboBox component class.
ComboBox() — Constructor in class km.components.ComboBox
complete — Event in class km.components.PlaylistCreator
The complete event is broadcasted when the update procedure has been completed after calling the update() method.
content — Property in class km.components.ScrollPane
Returns a reference to the content of the scrollPane.
content — Property in class km.display.AltLoader
Returns a reference to the content loaded with load() or loadBytes() .
content — Property in class km.display.SimpleTableCell
Gets or sets the cell content.
contentHolder — Property in class km.components.AccordionPanel
>> Reference to the content holder.
contentLoaderInfo — Property in class km.display.AltLoader
The contentLoaderInfo object contains information about load progress and content dimensions.
Supported properties are 'width', 'height', 'bytesLoaded' and 'bytesTotal' .
The contentLoaderInfo object also broadcasts 'complete', 'httpStatus', 'ioError', 'open', 'progress' and 'securityError' events to monitor a load() .
contentMargin — Property in class km.components.AccordionPanel
The margin between the panel and its content.
ContentPane — Class in package km.components
The ContentPane component class.
ContentPane() — Constructor in class km.components.ContentPane
contentResized(newWidth, newHeight, resetScrollPos) — Method in class km.components.ScrollPane
Use this function to manually inform the component about changes in size of the content.
contentSetSize — Property in class km.display.SimpleTable
Boolean value indicating if a setSize function of the cell content object should be called when the table is rendered.
cuePoint — Event in class km.components.MediaPlayer
The cuePoint event is broadcasted when cuePoints are encountered inside a media file.
currentEffect — Property in class km.components.AudioVisualizer
The current effect.
currentTime — Property in class km.components.MediaPlayer
Returns the current time of the media file currently being played.
CustomContextMenu — Final class in package km.ui
The CustomContextMenu class contains custom context menus.
The CustomContextMenu class should not be instantiated !
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