Gnash
0.8.10
|
Defines | |
#define | OBJ(x) Objects[x] |
#define | GAD(x) (struct Gadget *)Objects[x] |
#define | SPACE LAYOUT_AddChild, SpaceObject, End |
Functions | |
Object * | make_window (struct GnashPrefs *preferences) |
Variables | |
Object * | Objects [OBJ_NUM] |
CONST_STRPTR | PageLabels_1 [] = {"Logging", "Security", "Network", "Media", "Player", NULL} |
Object * | win |
struct MsgPort * | AppPort |
Referenced by make_window().
#define SPACE LAYOUT_AddChild, SpaceObject, End |
Referenced by make_window(), gnash::EventDevice::scancode_to_gnash_key(), and gnash::attachKeyInterface().
Object* make_window | ( | struct GnashPrefs * | preferences | ) |
References GnashPrefs::verbosity, OBJ, OBJ_SCROLLER_VALUE, End, OBJ_SCROLLER, OBJ_LOGTOFILE, GnashPrefs::logtofile, OBJ_LOGFILENAME_VALUE, OBJ_LOGPARSER, GnashPrefs::logparser, OBJ_LOGSWF, GnashPrefs::logswf, OBJ_LOGMALFORMEDSWF, GnashPrefs::logmalformedswf, OBJ_LOGACTIONSCRIPT, GnashPrefs::logactionscript, OBJ_LOGLOCALCONNECTION, GnashPrefs::loglocalconn, OBJ_CONNECTLOCALHOST, GnashPrefs::connectlocalhost, OBJ_CONNECTLOCALDOMAIN, GnashPrefs::connectlocaldomain, OBJ_DISABLESSL, GnashPrefs::disablessl, SPACE, OBJ_SHAREDOBJDIR_VALUE, OBJ_DONTWRITESHAREDOBJ, GnashPrefs::dontwriteso, OBJ_ONLYLOCALSHAREDOBJ, GnashPrefs::onlylocalso, OBJ_DISABLELOCALCONNOBJ, GnashPrefs::disablelocal, OBJ_NETWORKTIMEOUT, GnashPrefs::nettimeout, OBJ_USESOUNDHANDLER, GnashPrefs::usesound, OBJ_SAVEMEDIASTREAMS, GnashPrefs::savemedia, OBJ_SEVEDYNAMICSTREAMS, GnashPrefs::savedynamic, OBJ_MEDIASAVEDIR_VALUE, OBJ_PLAYERVERSION_VALUE, OBJ_OS_VALUE, OBJ_URLOPENER_VALUE, OBJ_SIZEMOVIELIB, GnashPrefs::maxsizemovielib, OBJ_STARTINPAUSE, GnashPrefs::startpaused, OBJ_CLICKTAB_MAIN, PageLabels_1, AppPort, OBJ_OK, and OBJ_CANCEL.
Referenced by gnash::AOS4Gui::run().
struct MsgPort* AppPort |
Referenced by make_window().
Object* Objects[OBJ_NUM] |
CONST_STRPTR PageLabels_1[] = {"Logging", "Security", "Network", "Media", "Player", NULL} |
Referenced by make_window().
Object* win |
Referenced by test_egl(), and main().