PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
psputility_htmlviewer.h
Go to the documentation of this file.
1/*
2 * PSP Software Development Kit - https://github.com/pspdev
3 * -----------------------------------------------------------------------
4 * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5 *
6 * psputility_htmlviewer.h - html viewer utility library.
7 *
8 * Copyright (c) 2008 David Perry (InsertWittyName)
9 * Copyright (c) 2008 moonlight
10 *
11 */
12
13#ifndef __PSPUTILITY_HTMLVIEWER_H__
14#define __PSPUTILITY_HTMLVIEWER_H__
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
29
39
51
61
71
81
109
111{
114 void* memaddr;
116 unsigned int memsize;
124 unsigned int numtabs;
126 unsigned int interfacemode;
128 unsigned int options;
138 unsigned int cookiemode;
140 unsigned int unknown3;
142 char* homeurl;
144 unsigned int textsize;
146 unsigned int displaymode;
148 unsigned int connectmode;
150 unsigned int disconnectmode;
152 unsigned int memused;
154 int unknown4[10];
155
157
166
171
178
187
188#ifdef __cplusplus
189}
190#endif
191
192#endif
float x
Definition psptypes.h:0
pspUtilityHtmlViewerOptions
Definition psputility_htmlviewer.h:83
@ PSP_UTILITY_HTMLVIEWER_LOCK_DOWNLOAD_DESTINATION_DIALOG
Disable modification of the download destination.
Definition psputility_htmlviewer.h:99
@ PSP_UTILITY_HTMLVIEWER_OPEN_SCE_START_PAGE
Open SCE net start page.
Definition psputility_htmlviewer.h:85
@ PSP_UTILITY_HTMLVIEWER_DISABLE_TAB_DISPLAY
Disable tab display.
Definition psputility_htmlviewer.h:101
@ PSP_UTILITY_HTMLVIEWER_DISABLE_LRTRIGGER
Disable L/R triggers for back/forward.
Definition psputility_htmlviewer.h:107
@ PSP_UTILITY_HTMLVIEWER_ENABLE_ANALOG_HOLD
Hold analog controller when HOLD button is down.
Definition psputility_htmlviewer.h:103
@ PSP_UTILITY_HTMLVIEWER_DISABLE_DOWNLOAD_DESTINATION_DIALOG
Disable save destination confirmation dialog.
Definition psputility_htmlviewer.h:97
@ PSP_UTILITY_HTMLVIEWER_DISABLE_DOWNLOAD_COMPLETE_DIALOG
Disable download completion confirmation dialog.
Definition psputility_htmlviewer.h:93
@ PSP_UTILITY_HTMLVIEWER_DISABLE_DOWNLOAD_START_DIALOG
Disable download confirmation dialog.
Definition psputility_htmlviewer.h:95
@ PSP_UTILITY_HTMLVIEWER_ENABLE_FLASH
Enable Flash Player.
Definition psputility_htmlviewer.h:105
@ PSP_UTILITY_HTMLVIEWER_DISABLE_EXIT_DIALOG
Disable exit confirmation dialog.
Definition psputility_htmlviewer.h:89
@ PSP_UTILITY_HTMLVIEWER_DISABLE_STARTUP_LIMITS
Disable startup limitations.
Definition psputility_htmlviewer.h:87
@ PSP_UTILITY_HTMLVIEWER_DISABLE_CURSOR
Disable cursor.
Definition psputility_htmlviewer.h:91
pspUtilityHtmlViewerCookieModes
Definition psputility_htmlviewer.h:41
@ PSP_UTILITY_HTMLVIEWER_COOKIEMODE_CONFIRM
Confirm accepting a cookie every time.
Definition psputility_htmlviewer.h:47
@ PSP_UTILITY_HTMLVIEWER_COOKIEMODE_ENABLED
Enable accepting cookies.
Definition psputility_htmlviewer.h:45
@ PSP_UTILITY_HTMLVIEWER_COOKIEMODE_DISABLED
Disable accepting cookies.
Definition psputility_htmlviewer.h:43
@ PSP_UTILITY_HTMLVIEWER_COOKIEMODE_DEFAULT
Use the system default for accepting cookies.
Definition psputility_htmlviewer.h:49
pspUtilityHtmlViewerTextSizes
Definition psputility_htmlviewer.h:53
@ PSP_UTILITY_HTMLVIEWER_TEXTSIZE_LARGE
Large text size.
Definition psputility_htmlviewer.h:55
@ PSP_UTILITY_HTMLVIEWER_TEXTSIZE_NORMAL
Normal text size.
Definition psputility_htmlviewer.h:57
@ PSP_UTILITY_HTMLVIEWER_TEXTSIZE_SMALL
Small text size.
Definition psputility_htmlviewer.h:59
pspUtilityHtmlViewerDisplayModes
Definition psputility_htmlviewer.h:63
@ PSP_UTILITY_HTMLVIEWER_DISPLAYMODE_NORMAL
Normal display.
Definition psputility_htmlviewer.h:65
@ PSP_UTILITY_HTMLVIEWER_DISPLAYMODE_SMART_FIT
Smart fit display.
Definition psputility_htmlviewer.h:69
@ PSP_UTILITY_HTMLVIEWER_DISPLAYMODE_FIT
Fit display.
Definition psputility_htmlviewer.h:67
pspUtilityHtmlViewerInterfaceModes
Definition psputility_htmlviewer.h:31
@ PSP_UTILITY_HTMLVIEWER_INTERFACEMODE_NONE
No user interface.
Definition psputility_htmlviewer.h:37
@ PSP_UTILITY_HTMLVIEWER_INTERFACEMODE_LIMITED
Limited user interface.
Definition psputility_htmlviewer.h:35
@ PSP_UTILITY_HTMLVIEWER_INTERFACEMODE_FULL
Full user interface.
Definition psputility_htmlviewer.h:33
int sceUtilityHtmlViewerShutdownStart(void)
Shutdown html viewer.
int sceUtilityHtmlViewerInitStart(pspUtilityHtmlViewerParam *params)
Init the html viewer.
int sceUtilityHtmlViewerUpdate(int n)
Refresh the GUI for html viewer.
pspUtilityHtmlViewerConnectModes
Definition psputility_htmlviewer.h:73
@ PSP_UTILITY_HTMLVIEWER_CONNECTMODE_LAST
Auto connect to last used connection.
Definition psputility_htmlviewer.h:75
@ PSP_UTILITY_HTMLVIEWER_CONNECTMODE_MANUAL_ALL
Manually select the connection (every time)
Definition psputility_htmlviewer.h:79
@ PSP_UTILITY_HTMLVIEWER_CONNECTMODE_MANUAL_ONCE
Manually select the connection (once)
Definition psputility_htmlviewer.h:77
int sceUtilityHtmlViewerGetStatus(void)
Get the current status of the html viewer.
pspUtilityHtmlViewerDisconnectModes
Definition psputility_htmlviewer.h:21
@ PSP_UTILITY_HTMLVIEWER_DISCONNECTMODE_DISABLE
Disable automatic disconnect.
Definition psputility_htmlviewer.h:25
@ PSP_UTILITY_HTMLVIEWER_DISCONNECTMODE_CONFIRM
Confirm disconnection.
Definition psputility_htmlviewer.h:27
@ PSP_UTILITY_HTMLVIEWER_DISCONNECTMODE_ENABLE
Enable automatic disconnect.
Definition psputility_htmlviewer.h:23
Definition psputility.h:15
Definition psputility_htmlviewer.h:111
char * dldirname
Directory to be used for downloading.
Definition psputility_htmlviewer.h:130
int unknown4[10]
Unknown.
Definition psputility_htmlviewer.h:154
char * uldirname
Directory to be used for uploading.
Definition psputility_htmlviewer.h:134
char * initialurl
URL to be opened initially.
Definition psputility_htmlviewer.h:122
char * homeurl
URL to set the home page to.
Definition psputility_htmlviewer.h:142
int unknown2
Unknown.
Definition psputility_htmlviewer.h:120
pspUtilityDialogCommon base
Definition psputility_htmlviewer.h:112
int unknown1
Unknown.
Definition psputility_htmlviewer.h:118
unsigned int memused
The maximum amount of memory the browser used.
Definition psputility_htmlviewer.h:152
char * dlfilename
Filename to be used for downloading.
Definition psputility_htmlviewer.h:132
unsigned int displaymode
One of pspUtilityHtmlViewerDisplayModes.
Definition psputility_htmlviewer.h:146
void * memaddr
Pointer to the memory pool to be used.
Definition psputility_htmlviewer.h:114
unsigned int disconnectmode
One of pspUtilityHtmlViewerDisconnectModes.
Definition psputility_htmlviewer.h:150
unsigned int interfacemode
One of pspUtilityHtmlViewerInterfaceModes.
Definition psputility_htmlviewer.h:126
unsigned int numtabs
Number of tabs (maximum of 3)
Definition psputility_htmlviewer.h:124
unsigned int options
Values from pspUtilityHtmlViewerOptions.
Definition psputility_htmlviewer.h:128
char * ulfilename
Filename to be used for uploading.
Definition psputility_htmlviewer.h:136
unsigned int memsize
Size of the memory pool.
Definition psputility_htmlviewer.h:116
unsigned int unknown3
Unknown.
Definition psputility_htmlviewer.h:140
unsigned int textsize
One of pspUtilityHtmlViewerTextSizes.
Definition psputility_htmlviewer.h:144
unsigned int connectmode
One of pspUtilityHtmlViewerConnectModes.
Definition psputility_htmlviewer.h:148
unsigned int cookiemode
One of pspUtilityHtmlViewerCookieModes.
Definition psputility_htmlviewer.h:138