|
Public Member Functions |
| | ScreenPackages (CString sName) |
| virtual void | Input (const DeviceInput &DeviceI, const InputEventType type, const GameInput &GameI, const MenuInput &MenuI, const StyleInput &StyleI) |
| virtual void | HandleScreenMessage (const ScreenMessage SM) |
| virtual void | MenuStart (PlayerNumber pn) |
| virtual void | MenuUp (PlayerNumber pn, const InputEventType type) |
| virtual void | MenuDown (PlayerNumber pn, const InputEventType type) |
| virtual void | MenuLeft (PlayerNumber pn, const InputEventType type) |
| virtual void | MenuRight (PlayerNumber pn, const InputEventType type) |
| virtual void | MenuBack (PlayerNumber pn) |
| virtual void | TweenOffScreen () |
| virtual void | Update (float f) |
Private Member Functions |
| void | UpdatePackagesList () |
| void | UpdateLinksList () |
| void | RefreshPackages () |
| void | HTMLParse () |
| CString | URLEncode (const CString &URL) |
| CString | StripOutContainers (const CString &In) |
| void | CancelDownload () |
| void | EnterURL (const CString &sURL) |
| void | HTTPUpdate () |
| bool | ParseHTTPAddress (const CString &URL, CString &Proto, CString &Server, int &Port, CString &Addy) |
| void | UpdateProgress () |
Private Attributes |
| Sprite | m_sprExistingBG |
| Sprite | m_sprWebBG |
| Sprite | m_sprWebSel |
| BitmapText | m_textPackages |
| BitmapText | m_textWeb |
| CStringArray | m_Packages |
| vector< CString > | m_Links |
| vector< CString > | m_LinkTitles |
| BitmapText | m_textURL |
| int | m_iPackagesPos |
| int | m_iLinksPos |
| int | m_iDLorLST |
| int | m_bCanDL |
| Sprite | m_sprDL |
| Sprite | m_sprDLBG |
| bool | m_bIsDownloading |
| float | m_fLastUpdate |
| long | m_bytesLastUpdate |
| CString | m_sStatus |
| BitmapText | m_textStatus |
| EzSockets | m_wSocket |
| bool | m_bGotHeader |
| RageFile | m_fOutputFile |
| CString | m_sEndName |
| bool | m_bIsPackage |
| CString | m_sBaseAddress |
| long | m_iTotalBytes |
| long | m_iDownloaded |
| long | m_iResponseCode |
| CString | m_sResponseName |
| CString | m_sBUFFER |