Class GlossarySet
Object
|
+--GlossarySet
- class
GlossarySet
Defined in obj-glossaryset.js
Version: 1.0
Author: mpollack
Field Summary |
string |
objname
Name given to identify object on debug |
Glossary |
par
Reference to parent object |
string |
setkey
Glossary set key used to identify the set |
string |
setlabel
Glossary set label for display |
array |
terms
Sequential array of glossary term objects |
Constructor Summary |
GlossarySet(<Glossary> p, <string> sk, <string> sl)
Holds information for glossary set
|
Method Summary |
void
|
addTerm(<GlossaryTerm> t)
Adds glossary term object to sequential terms array
|
void
|
dump()
Sends debug information on set properties
to the debug window if turned on
|
objname
string objname
Name given to identify object on debug
par
Glossary par
Reference to parent object
setkey
string setkey
Glossary set key used to identify the set
setlabel
string setlabel
Glossary set label for display
terms
array terms
Sequential array of glossary term objects
GlossarySet
GlossarySet(<Glossary> p, <string> sk, <string> sl)
Holds information for glossary set
Parameters:
p
- parent object reference
Version: 1.0
Author: mpollack
addTerm
void addTerm(<GlossaryTerm> t)
Adds glossary term object to sequential terms array
Parameters:
t
- glossry term object reference
dump
void dump()
Sends debug information on set properties
to the debug window if turned on
Documentation generated by
JSDoc on Tue Mar 4 12:01:48 2008