|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--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 |
string objname
Main par
array themetext
Constructor Detail |
Theme(<Main> p)
p
- parent object reference
Method Detail |
void addThemeItem(<string> k, <string> i)
k
- entry key
i
- entry item
void dump()
void getData()
string getThemeItem(<string> i)
i
- entry key
void setData(<string> d)
d
- delimited string with js commands
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |