phpDocumentor Modules
UI
[ class tree: Modules ] [ index: Modules ] [ all elements ]

Class: GLUIPanel

Source Location: /modules/UIBasic/core.php

Class GLUIPanel

Class Overview

In-Game Panel unit

In-Game Panel unit

Located in /modules/UIBasic/core.php [line 23]

GLDataset
   |
   --GLDOMElement
      |
      --GLOOObject
         |
         --GLUIPanel
Author(s):
Information Tags:
Version:  1.0

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From GLOOObject

GLOOObject::$config
GLOOObject::$linkID
GLOOObject::$module
GLOOObject::$synced

Inherited From GLDOMElement

GLDOMElement::$children
GLDOMElement::$classname
GLDOMElement::$id
GLDOMElement::$next
GLDOMElement::$parent
GLDOMElement::$previous
GLDOMElement::$root

Inherited From GLDataset

GLDataset::$vars

Inherited From GLOOObject

GLOOObject::__construct()
GLOOObject::object_added()
An inheritable function to notify an object attachment
GLOOObject::object_removed()
An inheritable function to notify an object detachment
GLOOObject::var_changed()
An inheritable function to notify a variable update
GLOOObject::var_removed()
An inheritable function to notify a variable removal
GLOOObject::_bind()
Bind the object into the rendering template
GLOOObject::_call()
Perform a call to the JS interface
GLOOObject::_vars()
Prepare the variables that will be sent to the JS interface
GLOOObject::__sleep()
GLOOObject::__wakeup()

Inherited From GLDOMElement

GLDOMElement::__construct()
GLDOMElement::add_child()
GLDOMElement::find_child()
Return the first matching element Find a child using the following search pattern simmilar to CSS selector on HTML DOM: [<classs>]. Both Class and ID can be ommited.
GLDOMElement::find_children()
Return all the matching elements
GLDOMElement::remove_child()

Inherited From GLDataset

GLDataset::__construct()
GLDataset::assign()
Assign a value into a variable
GLDataset::import()
Import variables from an array or object
GLDataset::object_added()
An inheritable function to notify an object attachment
GLDataset::object_removed()
An inheritable function to notify an object detachment
GLDataset::pop()
Pop a value from a variable
GLDataset::push()
Push a value on a variable If the variable is not an array, it is conerted to.
GLDataset::push_once()
Push a value on a variable, but make sure it's only one on the array This function checks for an existing $value on the array. exists, it is not appended twice.
GLDataset::shift()
Shift a value from a variable
GLDataset::sort()
Sort the contents of a variable
GLDataset::unshift()
Unshift a value on a variable If the variable is not an array, it is conerted to.
GLDataset::usort()
Sort the contents of a variable using a user callback
GLDataset::var_changed()
An inheritable function to notify a variable update
GLDataset::var_removed()
An inheritable function to notify a variable removal
GLDataset::__get()
Get data variables
GLDataset::__isset()
Check for defined variables
GLDataset::__set()
Set data variables
GLDataset::__unset()
Unset a variable

[ Top ]
Method Summary
void   animate()  
void   back()  
void   flash()  
void   front()  
void   moveto()  
void   nudge()  
void   position()  

[ Top ]
Methods
animate  [line 46]

  void animate( $vars  )

Parameters:
   $vars: 


[ Top ]
back  [line 34]

  void back( )



[ Top ]
flash  [line 40]

  void flash( )



[ Top ]
front  [line 31]

  void front( )



[ Top ]
moveto  [line 43]

  void moveto( $x, $y  )

Parameters:
   $x: 
   $y: 


[ Top ]
nudge  [line 37]

  void nudge( )



[ Top ]
position  [line 25]

  void position( $new_pos  )

Parameters:
   $new_pos: 


[ Top ]

Documentation generated on Tue, 13 Oct 2009 23:48:43 +0300 by phpDocumentor 1.4.1