Class Theme

Object
   |
   +--Theme

class Theme

Defined in obj-theme.js

Version: 1.0

Author: mpollack


Field Summary
 string objname
          Name given to identify object on debug
 Main par
          Reference to parent object
 array themetext
          Associative array of all theme text items
 
Constructor Summary
Theme(<Main> p)
            Contains theme data
 
Method Summary
 void addThemeItem(<string> k, <string> i)
           Adds a theme item to the themetext associative array
 void dump()
           Sends debug information of all theme data to the debug window
 void getData()
           Sends a command to get the theme data
 string getThemeItem(<string> i)
           Returns a theme item from the themetext associative array
 void setData(<string> d)
           Sets data on the object using a delimited string sent via the jshook api.

Field Detail

objname

string objname

par

Main par

themetext

array themetext

Constructor Detail

Theme

Theme(<Main> p)

Method Detail

addThemeItem

void addThemeItem(<string> k, <string> i)

dump

void dump()

getData

void getData()

getThemeItem

string getThemeItem(<string> i)

setData

void setData(<string> d)


Documentation generated by JSDoc on Tue Mar 4 12:01:48 2008