Function Index
$#! · 0-9 · 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
T
 taskbutton_add, VegUITaskBar
 taskbutton_exists, VegUITaskBar
 taskbutton_remove, VegUITaskBar
 taskbutton_reorder, VegUITaskBar
 tgl_check, VegUICheckBox
 tgl_drag
 tgl_event, VegUINode
 tgl_resize, VegUIWindow
 tgl_scroll, VegUIScrollbar
 to_string, VegUIList
 to_xml
 txtnode
U
 unblock_key, VegUIManager
 undock, VegUINode
 update_bbox, VegUIContentBox
 update_content_boundary, VegUIScrollbar
 update_label, VegUISelector
V
 valid_id, VegUIBridge
 validate, VegUIBBox
 VegUIBBox, VegUIBBox
 VegUIButton, VegUIButton
 VegUICheckBox, VegUICheckBox
 VegUIDynFunc, VegUIDynFunc
 VegUIEffect, VegUIEffect
 VegUIFXFadeIn, VegUIFXFadeIn
 VegUIFXFadeOut, VegUIFXFadeOut
 VegUIFXManager, VegUIFXManager
 VegUIFXScale, VegUIFXScale
 VegUIFXShadow, VegUIFXShadow
 VegUIList, VegUIList
 VegUIManager, VegUIManager
 VegUIMenu, VegUIMenu
 VegUIMenuItem, VegUIMenuItem
 VegUIMouseState, VegUIMouseState
 VegUINode, VegUINode
 VegUIPropertySet, VegUIPropertySet
 VegUIRequest, VegUIRequest
 VegUISelector, VegUISelector
 VegUITab, VegUITab
 VegUITabbedDialog, VegUITabbedDialog
 VegUITaskBar, VegUITaskBar
 VegUIWindow, VegUIWindow
 vui_browser_version
 vui_module_add
 vui_node_attr
 vui_rand
W
 warp, VegUIList
 width, VegUINode
X
 x, VegUINode
 x2, VegUINode
Y
 y, VegUINode
 y2, VegUINode
this.taskbutton_add = function(Win)
Adds a taskbutton for a window
this.taskbutton_exists = function(Win)
Checks if a task button exists for a certain window
this.taskbutton_remove = function(Win)
Removes the taskbutton for a window
this.taskbutton_reorder = function()
Reorders taskbuttons, removing any that dont have a window any assigned to them any longer
this.tgl_check = function(b,
noOnChange)
Toggles checkbox to be checked or unchecked
this.tgl_drag = function(b)
Toggles drag mode on or off.
this.tgl_drag = function(b)
Toggles drag mode on or off, when the window is in drag mode the WinShadow element is visible and moves with the mouse cursor
this.tgl_event = function(b,
eventType,
nodeProp,
ret)
private function
this.tgl_resize = function(b)
Toggles resize mode on or off.
this.tgl_scroll = function(b,
dir)
Toggles auto scroll mode on or off.
this.to_string = function(sep)
Returns a string representation of the selection in the form of item values separated by a delimiter.
this.to_xml = function(tag)
Returns the data set as a valid xml string
this.to_xml = function(tag)
Returns the property set as a valid xml string
function txtnode(txt)
Wrapper for document.createTextNode
this.unblock_key = function(keyCode)
Removes a keycode block set by block_key method
this.undock = function()
Removes the HTML node controlled by this element from its current parentNode.
this.update_bbox = function()
Updates bounding box of the content child
this.update_content_boundary = function()
Updates the BBox settings for the Content element that is linked to this scrollbar
this.update_label = function()
Sets the text of the Label child to the currently selected item name
this.valid_id = function()
private function
this.validate = function(x,
y)
Validates the position of the element that the bounding box belongs to
function VegUIBBox(VegUIElement)
Constructor
function VegUIButton(refName,
Parent,
Manager)
Constructor
function VegUICheckBox(refName,
Parent,
Manager)
Constructor
function VegUIDynFunc(returnVal)
Constructor
function VegUIEffect()
constructor
function VegUIFXFadeIn(fadeSpeed,
limit)
constructor
function VegUIFXFadeOut(fadeSpeed,
limit)
concstructor
function VegUIFXManager(Manager)
constructor
function VegUIFXScale(x,
y,
speed,
scaleType,
StuntNodeTemplate,
useFade,
z,
fadeLimit)
function VegUIFXShadow(x,
y,
opacity,
color)
function VegUIList(refName,
Parent,
Manager)
Constructor
function VegUIManager(refName)
Constructor
function VegUIMenu(refName,
Parent,
Manager)
Constructor
function VegUIMenuItem(refName,
Parent,
Manager)
constructor
function VegUIMouseState(eventType,
Parent)
function VegUINode(refName,
Parent,
Manager)
function VegUIPropertySet(refName,
Parent,
Manager)
constructor
function VegUIRequest(req,
id,
toElement)
constructor
function VegUISelector(refName,
Parent,
Manager)
Constructor
function VegUITab(refName,
Parent,
Manager)
constructor
function VegUITabbedDialog(refName,
Parent,
Manager)
constructor
function VegUITaskBar(refName,
Parent,
Manager)
constructor
function VegUIWindow(refName,
Parent,
Manager)
constructor
function vui_browser_version(name)
Returns the version of the browser
function vui_module_add(type,
module,
filename)
Makes a vegUI module accessable by the manager.
function vui_node_attr(node,
name,
d)
Returns node attribute or default value
function vui_rand(min,
max)
generate a random number
this.warp = function(value)
Scrolls the list to make sure a certain item is in point of view of the user
this.width = function()
this.x = function()
this.x2 = function()
this.y = function()
this.y2 = function()