Gnash
0.8.10
|
#include <reaction/reaction_macros.h>
#include <reaction/reaction_prefs.h>
#include <exec/exec.h>
#include <dos/dos.h>
#include <images/label.h>
#include <intuition/screens.h>
#include <classes/window.h>
#include <gadgets/layout.h>
#include <gadgets/clicktab.h>
#include <gadgets/scroller.h>
#include <gadgets/checkbox.h>
#include <gadgets/string.h>
#include <gadgets/integer.h>
#include <gadgets/button.h>
#include <proto/exec.h>
#include <proto/intuition.h>
#include <proto/window.h>
#include <proto/layout.h>
#include <proto/space.h>
#include <proto/clicktab.h>
#include <proto/scroller.h>
#include <proto/label.h>
#include <proto/checkbox.h>
#include <proto/string.h>
#include <proto/integer.h>
#include <proto/button.h>
#include <libraries/gadtools.h>
#include <stdio.h>
#include <cstdio>
Go to the source code of this file.
Classes | |
struct | GnashPrefs |
Defines | |
#define | ALL_REACTION_CLASSSES |
Enumerations | |
enum | { OBJ_CLICKTAB_MAIN = -1, OBJ_SCROLLER, OBJ_SCROLLER_VALUE, OBJ_LOGTOFILE, OBJ_LOGFILENAME_VALUE, OBJ_LOGPARSER, OBJ_LOGSWF, OBJ_LOGMALFORMEDSWF, OBJ_LOGACTIONSCRIPT, OBJ_LOGLOCALCONNECTION, OBJ_CONNECTLOCALHOST, OBJ_CONNECTLOCALDOMAIN, OBJ_DISABLESSL, OBJ_SHAREDOBJDIR_VALUE, OBJ_DONTWRITESHAREDOBJ, OBJ_ONLYLOCALSHAREDOBJ, OBJ_DISABLELOCALCONNOBJ, OBJ_NETWORKTIMEOUT, OBJ_LABELNETWORKTIMEOUT, OBJ_USESOUNDHANDLER, OBJ_SAVEMEDIASTREAMS, OBJ_SEVEDYNAMICSTREAMS, OBJ_MEDIASAVEDIR_VALUE, OBJ_PLAYERVERSION_VALUE, OBJ_OS_VALUE, OBJ_URLOPENER_VALUE, OBJ_SIZEMOVIELIB, OBJ_STARTINPAUSE, OBJ_OK, OBJ_CANCEL, OBJ_NUM } |
Functions | |
Object * | make_window (struct GnashPrefs *preferences) |
#define ALL_REACTION_CLASSSES |
anonymous enum |
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().