Go to the documentation of this file.
19 #ifndef __AOS4_GNASH_PREFS_H__
20 #define __AOS4_GNASH_PREFS_H__
22 #define ALL_REACTION_CLASSSES
23 #include <reaction/reaction_macros.h>
24 #include <reaction/reaction_prefs.h>
26 #include <exec/exec.h>
28 #include <images/label.h>
29 #include <intuition/screens.h>
31 #include <classes/window.h>
33 #include <gadgets/layout.h>
34 #include <gadgets/clicktab.h>
35 #include <gadgets/scroller.h>
36 #include <gadgets/checkbox.h>
37 #include <gadgets/string.h>
38 #include <gadgets/integer.h>
39 #include <gadgets/button.h>
41 #include <proto/exec.h>
42 #include <proto/intuition.h>
44 #include <proto/window.h>
45 #include <proto/layout.h>
46 #include <proto/space.h>
47 #include <proto/clicktab.h>
48 #include <proto/scroller.h>
49 #include <proto/label.h>
50 #include <proto/checkbox.h>
51 #include <proto/string.h>
52 #include <proto/integer.h>
53 #include <proto/button.h>
55 #include <libraries/gadtools.h>
136 #endif //__AOS4_GNASH_PREFS_H__
#define End
Definition: aos4sup.h:61
@ OBJ_OS_VALUE
Definition: aos4_gnash_prefs.h:124
int maxsizemovielib
Definition: aos4_gnash_prefs.h:86
Object * win
Definition: aos4_gnash_prefs.cpp:31
@ OBJ_SAVEMEDIASTREAMS
Definition: aos4_gnash_prefs.h:119
@ OBJ_CONNECTLOCALHOST
Definition: aos4_gnash_prefs.h:107
struct MsgPort * AppPort
Definition: aos4_gnash_prefs.cpp:33
Object * make_window(struct GnashPrefs *preferences)
Definition: aos4_gnash_prefs.cpp:36
int logparser
Definition: aos4_gnash_prefs.h:66
#define OBJ(x)
Definition: aos4_gnash_prefs.cpp:24
@ OBJ_SCROLLER_VALUE
Definition: aos4_gnash_prefs.h:98
int loglocalconn
Definition: aos4_gnash_prefs.h:70
@ OBJ_CONNECTLOCALDOMAIN
Definition: aos4_gnash_prefs.h:108
char savemediadir[255]
Definition: aos4_gnash_prefs.h:82
@ OBJ_NETWORKTIMEOUT
Definition: aos4_gnash_prefs.h:115
char detectedos[32]
Definition: aos4_gnash_prefs.h:84
int verbosity
Definition: aos4_gnash_prefs.h:63
@ OBJ_SCROLLER
Definition: aos4_gnash_prefs.h:97
int logmalformedswf
Definition: aos4_gnash_prefs.h:68
@ OBJ_ONLYLOCALSHAREDOBJ
Definition: aos4_gnash_prefs.h:112
@ OBJ_NUM
Definition: aos4_gnash_prefs.h:131
@ OBJ_DONTWRITESHAREDOBJ
Definition: aos4_gnash_prefs.h:111
Object * make_window(struct GnashPrefs *preferences)
Definition: aos4_gnash_prefs.cpp:36
int dontwriteso
Definition: aos4_gnash_prefs.h:75
@ OBJ_OK
Definition: aos4_gnash_prefs.h:129
@ OBJ_LOGLOCALCONNECTION
Definition: aos4_gnash_prefs.h:105
@ OBJ_URLOPENER_VALUE
Definition: aos4_gnash_prefs.h:125
@ OBJ_STARTINPAUSE
Definition: aos4_gnash_prefs.h:127
@ OBJ_DISABLESSL
Definition: aos4_gnash_prefs.h:109
@ OBJ_LOGMALFORMEDSWF
Definition: aos4_gnash_prefs.h:103
char logfilename[255]
Definition: aos4_gnash_prefs.h:65
int logswf
Definition: aos4_gnash_prefs.h:67
Object * Objects[OBJ_NUM]
Definition: aos4_gnash_prefs.cpp:23
int logtofile
Definition: aos4_gnash_prefs.h:64
@ OBJ_SIZEMOVIELIB
Definition: aos4_gnash_prefs.h:126
@ OBJ_SHAREDOBJDIR_VALUE
Definition: aos4_gnash_prefs.h:110
int nettimeout
Definition: aos4_gnash_prefs.h:78
@ OBJ_SEVEDYNAMICSTREAMS
Definition: aos4_gnash_prefs.h:120
char urlopener[255]
Definition: aos4_gnash_prefs.h:85
int usesound
Definition: aos4_gnash_prefs.h:79
@ OBJ_CANCEL
Definition: aos4_gnash_prefs.h:130
int connectlocalhost
Definition: aos4_gnash_prefs.h:71
int savemedia
Definition: aos4_gnash_prefs.h:80
int connectlocaldomain
Definition: aos4_gnash_prefs.h:72
char playerversion[32]
Definition: aos4_gnash_prefs.h:83
@ OBJ_LOGFILENAME_VALUE
Definition: aos4_gnash_prefs.h:100
@ OBJ_LOGPARSER
Definition: aos4_gnash_prefs.h:101
#define SPACE
Definition: aos4_gnash_prefs.cpp:29
@ OBJ_PLAYERVERSION_VALUE
Definition: aos4_gnash_prefs.h:123
int savedynamic
Definition: aos4_gnash_prefs.h:81
@ OBJ_USESOUNDHANDLER
Definition: aos4_gnash_prefs.h:118
CONST_STRPTR PageLabels_1[]
Definition: aos4_gnash_prefs.cpp:27
@ OBJ_LOGSWF
Definition: aos4_gnash_prefs.h:102
int disablelocal
Definition: aos4_gnash_prefs.h:77
@ OBJ_LABELNETWORKTIMEOUT
Definition: aos4_gnash_prefs.h:116
int logactionscript
Definition: aos4_gnash_prefs.h:69
@ OBJ_LOGTOFILE
Definition: aos4_gnash_prefs.h:99
int onlylocalso
Definition: aos4_gnash_prefs.h:76
@ OBJ_DISABLELOCALCONNOBJ
Definition: aos4_gnash_prefs.h:113
@ OBJ_LOGACTIONSCRIPT
Definition: aos4_gnash_prefs.h:104
@ OBJ_MEDIASAVEDIR_VALUE
Definition: aos4_gnash_prefs.h:121
int disablessl
Definition: aos4_gnash_prefs.h:73
char sharedobjdir[255]
Definition: aos4_gnash_prefs.h:74
int startpaused
Definition: aos4_gnash_prefs.h:87
Definition: aos4_gnash_prefs.h:62
@ OBJ_CLICKTAB_MAIN
Definition: aos4_gnash_prefs.h:94