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

UDebugMenu.UDebugOpenCW

Extends
UWindowDialogClientWindow

Core.Object
|   
+-- Engine.Interactions
   |   
   +-- Engine.Interaction
      |   
      +-- UWindow.UWindowBase
         |   
         +-- UWindow.UWindowWindow
            |   
            +-- UWindow.UWindowClientWindow
               |   
               +-- UWindow.UWindowDialogClientWindow
                  |   
                  +-- UDebugMenu.UDebugOpenCW

Variables Summary
UWindow.UWindowComboControlOpenCombo
stringOpenHelp
stringOpenHistory[10]
stringOpenText
Inherited Variables from UWindow.UWindowDialogClientWindow
DesiredHeight, DesiredWidth, TabLast

Functions Summary
function Created ()))
function Notify (UWindow.UWindowDialogControl C, byte E))
function OpenURL ()))
Inherited Functions from UWindow.UWindowDialogClientWindow
CreateControl, GetDesiredDimensions, Notify, OKPressed, Paint
Inherited Functions from UWindow.UWindowClientWindow
Close


Variables Detail

OpenCombo Source code

var UWindow.UWindowComboControl OpenCombo;

OpenHelp Source code

var localized string OpenHelp;

OpenHistory[10] Source code

var config string OpenHistory[10];

OpenText Source code

var localized string OpenText;


Functions Detail

Created Source code

function Created ( ) )

Notify Source code

function Notify ( UWindow.UWindowDialogControl C, byte E) )

OpenURL Source code

function OpenURL ( ) )


Defaultproperties

defaultproperties
{
	OpenText="Open:"
	OpenHelp="Enter a standard URL, or select one from the URL history.  Press Enter to activate."
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:38.017 - Created with UnCodeX