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

UBrowser.UBrowserEditFavoriteCW

Extends
UWindowDialogClientWindow

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

Direct Known Subclasses:

UBrowserNewFavoriteCW

Variables Summary
UWindowEditControlDescriptionEdit
stringDescriptionText
UWindowEditControlGamePortEdit
stringGamePortText
UWindowEditControlIPEdit
stringIPText
UWindowEditControlQueryPortEdit
stringQueryPortText
UWindowCheckboxUpdateDescriptionCheck
stringUpdateDescriptionText
Inherited Variables from UWindow.UWindowDialogClientWindow
DesiredHeight, DesiredWidth, TabLast

Functions Summary
function BeforePaint (Canvas C, float X, float Y))
function Created ()))
function LoadCurrentValues ()))
function Notify (UWindowDialogControl C, byte E))
function OKPressed ()))
Inherited Functions from UWindow.UWindowDialogClientWindow
CreateControl, GetDesiredDimensions, Notify, OKPressed, Paint
Inherited Functions from UWindow.UWindowClientWindow
Close


Variables Detail

DescriptionEdit Source code

var UWindowEditControl DescriptionEdit;

DescriptionText Source code

var localized string DescriptionText;

GamePortEdit Source code

var UWindowEditControl GamePortEdit;

GamePortText Source code

var localized string GamePortText;

IPEdit Source code

var UWindowEditControl IPEdit;

IPText Source code

var localized string IPText;

QueryPortEdit Source code

var UWindowEditControl QueryPortEdit;

QueryPortText Source code

var localized string QueryPortText;

UpdateDescriptionCheck Source code

var UWindowCheckbox UpdateDescriptionCheck;

UpdateDescriptionText Source code

var localized string UpdateDescriptionText;


Functions Detail

BeforePaint Source code

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

Created Source code

function Created ( ) )

LoadCurrentValues Source code

function LoadCurrentValues ( ) )

Notify Source code

function Notify ( UWindowDialogControl C, byte E) )

OKPressed Source code

function OKPressed ( ) )


Defaultproperties

defaultproperties
{
     DescriptionText="Description"
     UpdateDescriptionText="Auto-Update Description"
     IPText="Server IP Address"
     GamePortText="Server Port Number"
     QueryPortText="Query Port Number"
}

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