#include </home/clem/local/src/opie/core/multimedia/opieplayer/libflash/character.h>
Inheritance diagram for Dict:


Public Member Functions | |
| Dict () | |
| ~Dict () | |
| void | addCharacter (Character *character) |
| void | nameCharacter (long id, char *string) |
| Character * | getCharacter (long id) |
| void | dictRewind () |
| Character * | dictNextCharacter () |
| Dict (XRef *xrefA) | |
| ~Dict () | |
| int | incRef () |
| int | decRef () |
| int | getLength () |
| void | add (char *key, Object *val) |
| GBool | is (char *type) |
| Object * | lookup (char *key, Object *obj) |
| Object * | lookupNF (char *key, Object *obj) |
| char * | getKey (int i) |
| Object * | getVal (int i, Object *obj) |
| Object * | getValNF (int i, Object *obj) |
| void | setXRef (XRef *xrefA) |
Private Member Functions | |
| DictEntry * | find (char *key) |
Private Attributes | |
| sCharCell * | head |
| sCharCell * | currentCell |
| XRef * | xref |
| DictEntry * | entries |
| int | size |
| int | length |
| int | ref |
|
|
Definition at line 142 of file character.cc. References head. |
|
|
Definition at line 147 of file character.cc. References sCharCell::elt, head, and sCharCell::next. |
|
|
|
|
|
|
|
||||||||||||
|
Definition at line 42 of file Dict.cc. References entries, grealloc(), DictEntry::key, length, size, and DictEntry::val. Referenced by Object::dictAdd(). |
|
|
|
Definition at line 38 of file Dict.h. References ref. Referenced by Object::free(). |
|
|
Definition at line 195 of file character.cc. References currentCell, sCharCell::elt, and sCharCell::next. |
|
|
Definition at line 189 of file character.cc. References currentCell, and head. |
|
|
Definition at line 52 of file Dict.cc. References entries, length, and NULL. Referenced by is(), lookup(), and lookupNF(). |
|
|
|
Definition at line 80 of file Dict.cc. References entries, and DictEntry::key. Referenced by Object::dictGetKey(), and GfxFontDict::GfxFontDict(). |
|
|
Definition at line 41 of file Dict.h. References length. Referenced by Object::dictGetLength(), and GfxFontDict::GfxFontDict(). |
|
||||||||||||
|
Definition at line 84 of file Dict.cc. References entries, Object::fetch(), DictEntry::val, and xref. Referenced by Object::dictGetVal(). |
|
||||||||||||
|
Definition at line 88 of file Dict.cc. References Object::copy(), entries, and DictEntry::val. Referenced by Object::dictGetValNF(), and GfxFontDict::GfxFontDict(). |
|
|
Definition at line 37 of file Dict.h. References ref. Referenced by Object::copy(). |
|
|
Definition at line 62 of file Dict.cc. References find(), Object::isName(), and DictEntry::val. Referenced by Object::dictIs(). |
|
||||||||||||
|
||||||||||||
|
Definition at line 74 of file Dict.cc. References Object::copy(), find(), and DictEntry::val. Referenced by Object::dictLookupNF(), and Page::Page(). |
|
||||||||||||
|
Definition at line 209 of file character.cc. References sCharCell::elt, Character::getTagId(), head, sCharCell::next, and Character::setName(). Referenced by CInputScript::ParseNameCharacter(). |
|
|
Definition at line 62 of file Dict.h. References xref. |
|
|
Definition at line 73 of file character.h. Referenced by dictNextCharacter(), and dictRewind(). |
|
|
Definition at line 67 of file Dict.h. Referenced by add(), Dict(), find(), getKey(), getVal(), and getValNF(). |
|
|
Definition at line 72 of file character.h. Referenced by addCharacter(), Dict(), dictRewind(), getCharacter(), nameCharacter(), and ~Dict(). |
|
|
Definition at line 69 of file Dict.h. Referenced by add(), Dict(), find(), getLength(), and CInputScript::ParseActionRecord(). |
|
|
|
|
|
|
|
|
|
1.4.2