DeusEx.MenuUIScreenWindow
- Extends
- MenuUIWindow
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- Extension.TabGroupWindow
|
+-- Extension.ModalWindow
|
+-- DeusEx.DeusExBaseWindow
|
+-- DeusEx.MenuUIWindow
|
+-- DeusEx.MenuUIScreenWindow
Direct Known Subclasses:
MenuScreenAdjustColors, MenuScreenAugSetup, MenuScreenBrightness, MenuScreenControls, MenuScreenCustomizeKeys, MenuScreenDisplay, MenuScreenHostGame, MenuScreenJoinGame, MenuScreenLoadGame, MenuScreenNewGame, MenuScreenOptions, MenuScreenPlayerSetup, MenuScreenRGB, MenuScreenSound, MenuScreenThemesLoad
Inherited Variables from DeusEx.MenuUIWindow |
actionButtons[5], AskToTrainMessage, AskToTrainTitle, bActionButtonBarActive, bAllowWindowDragging, bEscapeSavesSettings, bHelpAlwaysOn, bLeftEdgeActive, bRightEdgeActive, btnLabelCancel, btnLabelOK, btnLabelPrevious, btnLabelResetToDefaults, bUsesHelpWindow, bWindowBeingDragged, clientHeight, clientTextures[6], clientWidth, defaultHelpClientDiffY, defaultHelpHeight, defaultHelpLeftOffset, ExitMessage, helpPosY, IntroWarningMessage, messageBoxMode, MessageBoxTitle, shadowHeight, shadowOffsetX, shadowOffsetY, shadowWidth, textureCols, textureRows, title, TrainingWarningMessage, verticalOffset, winButtonBar, winClient, windowStartDragX, windowStartDragY, winHelp, winLeftEdge, winRightEdge, winShadow, winShadowClass, winTitle |
Inherited Variables from DeusEx.DeusExBaseWindow |
colBlack, colBlue, colCyan, colDarkBlue, colDarkCyan, colDarkGreen, colDarkRed, colGreen, colGrey, colLightBlue, colRed, colWhite, player, root, ScreenType |
Inherited Functions from DeusEx.MenuUIWindow |
BoxOptionSelected, ButtonActivated, CancelScreen, ChildRequestedReconfiguration, ConfigurationChanged, ConfirmIntro, ConfirmTraining, CreateActionButtonBar, CreateActionButtons, CreateClientWindow, CreateControls, CreateHeaderButton, CreateHelpWindow, CreateLeftEdgeWindow, CreateMenuEditWindow, CreateMenuHeader, CreateMenuLabel, CreateMenuUITab, CreateRightEdgeWindow, CreateScrollAreaWindow, CreateShadowWindow, CreateTitleWindow, DestroyWindow, EnableActionButton, HideHelp, InitWindow, IsActionButtonEnabled, MouseButtonPressed, MouseButtonReleased, MouseMoved, ParentRequestedPreferredSize, ProcessAction, ProcessActionButton, ProcessCustomMenuButton, ProcessMenuAction, ResetToDefaults, SaveSettings, SetTitle, ShowHelp, StartNewGame, StyleChanged, VirtualKeyPressed |
var int choiceCount;
var int choiceStartX;
var int choiceStartY;
var int choiceVerticalGap;
function CancelScreen ( ) )
function CreateChoices ( ) )
FocusEnteredDescendant Source code
event FocusEnteredDescendant (
Window enterWindow) )
event FocusLeftDescendant (
Window leaveWindow) )
event InitWindow ( ) )
function LoadSettings ( ) )
function ResetToDefaults ( ) )
function SaveSettings ( ) )
event bool VirtualKeyPressed (
EInputKey key,
bool bRepeat) )
defaultproperties
{
choiceVerticalGap=36
choiceStartX=7
choiceStartY=27
textureRows=2
textureCols=3
bActionButtonBarActive=True
bLeftEdgeActive=True
bRightEdgeActive=True
ScreenType=ST_MenuScreen
}
|
Creation time: Mon 8/11/2021 16:31:12.205 - Created with
UnCodeX