This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Enumerations | |
| enum | ControlType { ctrlPlaceObject, ctrlPlaceObject2, ctrlRemoveObject, ctrlRemoveObject2, ctrlDoAction, ctrlStartSound, ctrlStopSound, ctrlBackgroundColor } |
| enum | PlaceFlags { placeIsMove = 0x01, placeHasCharacter = 0x02, placeHasMatrix = 0x04, placeHasColorXform = 0x08, placeHasRatio = 0x10, placeHasName = 0x20, placeHasClip = 0x40 } |
| enum | MovieStatus { MoviePaused, MoviePlay } |
Functions | |
| DisplayListEntry * | findFocus (DisplayList *dl) |
| void | setFlashTimer (struct timeval *tv, int time_ms) |
| int | checkFlashTimer (struct timeval *tv) |
| void | loadNewSwf (FlashMovie *movie, char *url, int level) |
| void | computeBBox (FlashMovie *movie, Rect *rect, DisplayListEntry *e) |
| long | processMovie (FlashMovie *movie) |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 323 of file program.cc. Referenced by FlashExec(). |
|
||||||||||||||||
|
Definition at line 350 of file program.cc. References button_bbox_func(), DisplayListEntry::character, FRAC, FlashMovie::gd, Character::getRegion(), DisplayListEntry::renderMatrix, ButtonBoundingBox::x1, ButtonBoundingBox::x2, Rect::xmax, Rect::xmin, ButtonBoundingBox::y1, ButtonBoundingBox::y2, Rect::ymax, and Rect::ymin. Referenced by button_focus(), dump_buttons(), and moveFocus(). |
|
|
|
|
||||||||||||||||
|
Definition at line 892 of file program.cc. References l, CInputScript::next, NULL, and s. Referenced by Program::doAction(). |
|
|
|
|
||||||||||||
|
Definition at line 308 of file program.cc. Referenced by FlashExec(), and Program::handleEvent(). |
1.4.2