Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UBrowser.UBrowserNewsWindow

Extends
UWindowPageWindow
Modifiers
Config

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowClientWindow
         |   
         +-- UWindow.UWindowDialogClientWindow
            |   
            +-- UWindow.UWindowPageWindow
               |   
               +-- UBrowser.UBrowserNewsWindow

Variables Summary
UBrowserNewsHTTPLinkActiveLink
stringFailedString
EnHTMLReceiveStatusHTMLReceiveStatus
UBrowserHTMLAreaHTMLTextArea
UBrowserMainWindowMainWindow
PlayerViewPortOwner
UBrowserNewsWindow
stringRequestingAddress
stringRequestingURL
intRequestingURLPort
Inherited Variables from UWindow.UWindowPageWindow
OwnerTab
Inherited Variables from UWindow.UWindowDialogClientWindow
DesiredHeight, DesiredWidth, TabLast

Enumerations Summary
EnHTMLReceiveStatus
HRS_None, HRS_HasStatus, HRS_Done, HRS_Failed

Functions Summary
function Created ()))
function OpenUpLink (string NewURL ))
function ReceivedError (string ErrorStr, UBrowserNewsHTTPLink Sender ))
function ReceivedStatus (string Status, UBrowserNewsHTTPLink Sender ))
function ReceivedSuccess (out string HTMLCode, UBrowserNewsHTTPLink Sender ))
function Refresh (string URL, string SubURL, int URLPort ))
function Resized ()))
function SetStatusTxt (string Status ))
function WindowHidden ()))
function WindowShown ()))
Inherited Functions from UWindow.UWindowPageWindow
RightClickTab
Inherited Functions from UWindow.UWindowDialogClientWindow
CreateControl, GetDesiredDimensions, Notify, OKPressed, Paint


Variables Detail

ActiveLink Source code

var UBrowserNewsHTTPLink ActiveLink;

FailedString Source code

var string FailedString;

HTMLReceiveStatus Source code

var EnHTMLReceiveStatus HTMLReceiveStatus;

HTMLTextArea Source code

var UBrowserHTMLArea HTMLTextArea;

MainWindow Source code

var UBrowserMainWindow MainWindow;

ViewPortOwner Source code

var Player ViewPortOwner;

UBrowserNewsWindow

RequestingAddress Source code

var(UBrowserNewsWindow) config string RequestingAddress;

RequestingURL Source code

var(UBrowserNewsWindow) config string RequestingURL;

RequestingURLPort Source code

var(UBrowserNewsWindow) config int RequestingURLPort;


Enumerations Detail

EnHTMLReceiveStatus Source code

enum EnHTMLReceiveStatus
{
HRS_None, HRS_HasStatus, HRS_Done, HRS_Failed
};


Functions Detail

Created Source code

function Created ( ) )

OpenUpLink Source code

function OpenUpLink ( string NewURL ) )

ReceivedError Source code

function ReceivedError ( string ErrorStr, UBrowserNewsHTTPLink Sender ) )

ReceivedStatus Source code

function ReceivedStatus ( string Status, UBrowserNewsHTTPLink Sender ) )

ReceivedSuccess Source code

function ReceivedSuccess ( out string HTMLCode, UBrowserNewsHTTPLink Sender ) )

Refresh Source code

function Refresh ( string URL, string SubURL, int URLPort ) )

Resized Source code

function Resized ( ) )

SetStatusTxt Source code

function SetStatusTxt ( string Status ) )

WindowHidden Source code

function WindowHidden ( ) )

WindowShown Source code

function WindowShown ( ) )


Defaultproperties

defaultproperties
{
				RequestingURL="/news.html"
				RequestingAddress="www.oldunreal.com"
				RequestingURLPort=80
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: zo 11-11-2012 21:14:13.787 - Created with UnCodeX