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

UTMenu.ngWorldSecretClient

Extends
UMenuDialogClientWindow

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowClientWindow
         |   
         +-- UWindow.UWindowDialogClientWindow
            |   
            +-- UMenu.UMenuDialogClientWindow
               |   
               +-- UTMenu.ngWorldSecretClient

Variables Summary
UWindowMessageBoxConfirmChange
stringEmptyText
stringEmptyTitle
UWindowSmallButtonOKButton
stringOKText
stringQuitHelp
stringQuitText
stringQuitTitle
UWindowComboControlSecretCombo
stringSecretDesc
UMenuLabelControlSecretLabel
stringSecretText
Inherited Variables from UWindow.UWindowDialogClientWindow
DesiredHeight, DesiredWidth, TabLast

Functions Summary
function Close (optional bool bByParent))
function Created ()))
function MessageBoxDone (UWindowMessageBox W, MessageBoxResult Result))
function Notify (UWindowDialogControl C, byte E))
function OKPressed ()))
function Paint (Canvas C, float X, float Y))
function Resized ()))
Inherited Functions from UMenu.UMenuDialogClientWindow
Notify
Inherited Functions from UWindow.UWindowDialogClientWindow
CreateControl, GetDesiredDimensions, Notify, OKPressed, Paint


Variables Detail

ConfirmChange Source code

var UWindowMessageBox ConfirmChange;

EmptyText Source code

var localized string EmptyText;

EmptyTitle Source code

var localized string EmptyTitle;

OKButton Source code

var UWindowSmallButton OKButton;

OKText Source code

var localized string OKText;

QuitHelp Source code

var localized string QuitHelp;

QuitText Source code

var localized string QuitText;

QuitTitle Source code

var localized string QuitTitle;

SecretCombo Source code

var UWindowComboControl SecretCombo;

SecretDesc Source code

var localized string SecretDesc;

SecretLabel Source code

var UMenuLabelControl SecretLabel;

SecretText Source code

var localized string SecretText;


Functions Detail

Close Source code

function Close ( optional bool bByParent) )

Created Source code

function Created ( ) )

MessageBoxDone Source code

function MessageBoxDone ( UWindowMessageBox W, MessageBoxResult Result) )

Notify Source code

function Notify ( UWindowDialogControl C, byte E) )

OKPressed Source code

function OKPressed ( ) )

Paint Source code

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

Resized Source code

function Resized ( ) )


Defaultproperties

defaultproperties
{
     SecretDesc="Pick your own password to keep your online ngWorldStats unique."
     SecretText="ngWorldStats Password:"
     OKText="OK"
     QuitHelp="Select [Yes] to save your new password."
     QuitTitle="Confirm Password Change"
     QuitText="Warning! If you play with this new password, a new ngWorldStats account will be created for you the next time you join a ngWorldStats game server. Are you sure you want to do this?"
     EmptyTitle="Confirm Password Removal"
     EmptyText="Note: You have chosen not to have an ngWorldStats password. Your online game statistics will not be accumulated. Are you sure this is what you want?"
}

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