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

UMenu.UMenuNetworkClientWindow

Extends
UMenuPageWindow

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowClientWindow
         |   
         +-- UWindow.UWindowDialogClientWindow
            |   
            +-- UWindow.UWindowPageWindow
               |   
               +-- UMenu.UMenuPageWindow
                  |   
                  +-- UMenu.UMenuNetworkClientWindow

Variables Summary
boolbInitialized
boolbShownWindow
floatControlOffset
UWindowComboControlNetSpeedCombo
stringNetSpeedHelp
stringNetSpeeds[4]
stringNetSpeedText
Inherited Variables from UWindow.UWindowPageWindow
OwnerTab

Functions Summary
function AfterCreate ()))
function BeforePaint (Canvas C, float X, float Y))
function Created ()))
function NetSpeedChanged ()))
function Notify (UWindowDialogControl C, byte E))
function SaveConfigs ()))
Inherited Functions from UMenu.UMenuPageWindow
Notify, Paint
Inherited Functions from UWindow.UWindowPageWindow
RightClickTab


Variables Detail

bInitialized Source code

var bool bInitialized;

bShownWindow Source code

var config bool bShownWindow;

ControlOffset Source code

var float ControlOffset;

NetSpeedCombo Source code

var UWindowComboControl NetSpeedCombo;

NetSpeedHelp Source code

var localized string NetSpeedHelp;

NetSpeeds[4] Source code

var localized string NetSpeeds[4];

NetSpeedText Source code

var localized string NetSpeedText;


Functions Detail

AfterCreate Source code

function AfterCreate ( ) )

BeforePaint Source code

function BeforePaint ( Canvas C, float X, float Y) )

Created Source code

function Created ( ) )

NetSpeedChanged Source code

function NetSpeedChanged ( ) )

Notify Source code

function Notify ( UWindowDialogControl C, byte E) )

SaveConfigs Source code

function SaveConfigs ( ) )


Defaultproperties

defaultproperties
{
     NetSpeedText="Internet Connection"
     NetSpeedHelp="Select the closest match to your internet connection. Try selecting a lower setting if you're getting huge lag."
     NetSpeeds(0)="Modem (28.8K - 56K)"
     NetSpeeds(1)="ISDN"
     NetSpeeds(2)="Cable, xDSL"
     NetSpeeds(3)="LAN"
     bShownWindow=True
     ControlOffset=20.000000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:15:16.895 - Created with UnCodeX