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

DeusEx.MenuScreenAdjustColors

Extends
MenuUIScreenWindow

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- Extension.TabGroupWindow
         |   
         +-- Extension.ModalWindow
            |   
            +-- DeusEx.DeusExBaseWindow
               |   
               +-- DeusEx.MenuUIWindow
                  |   
                  +-- DeusEx.MenuUIScreenWindow
                     |   
                     +-- DeusEx.MenuScreenAdjustColors

Variables Summary
MenuScreenAdjustColorsExamplewinExample
Inherited Variables from DeusEx.MenuUIScreenWindow
choiceCount, choiceStartX, choiceStartY, choices[13], choiceVerticalGap, currentChoice
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

Enumerations Summary
Inherited Enumerations from DeusEx.MenuUIWindow
EActionButtonEvents, EMenuActions, EMessageBoxModes

Structures Summary
Inherited Structures from DeusEx.MenuUIWindow
S_ActionButtonDefault

Functions Summary
function CreateExampleWindow ()))
event InitWindow ()))
function SaveSettings ()))
Inherited Functions from DeusEx.MenuUIScreenWindow
CancelScreen, CreateChoices, FocusEnteredDescendant, FocusLeftDescendant, InitWindow, LoadSettings, ResetToDefaults, SaveSettings, VirtualKeyPressed
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


Variables Detail

winExample Source code

var MenuScreenAdjustColorsExample winExample;


Functions Detail

CreateExampleWindow Source code

function CreateExampleWindow ( ) )

InitWindow Source code

event InitWindow ( ) )

SaveSettings Source code

function SaveSettings ( ) )


Defaultproperties

defaultproperties
{
     choices(0)=Class'DeusEx.MenuChoice_MenuTranslucency'
     choices(1)=Class'DeusEx.MenuChoice_MenuColor'
     choices(2)=Class'DeusEx.MenuChoice_HUDBordersVisible'
     choices(3)=Class'DeusEx.MenuChoice_HUDBorderTranslucency'
     choices(4)=Class'DeusEx.MenuChoice_HUDTranslucency'
     choices(5)=Class'DeusEx.MenuChoice_HUDColor'
     actionButtons(0)=(Align=HALIGN_Right,Action=AB_Cancel)
     actionButtons(1)=(Align=HALIGN_Right,Action=AB_OK)
     actionButtons(2)=(Action=AB_Reset)
     Title="Adjust Colors"
     ClientWidth=620
     ClientHeight=300
     clientTextures(0)=Texture'DeusExUI.UserInterface.MenuColorBackground_1'
     clientTextures(1)=Texture'DeusExUI.UserInterface.MenuColorBackground_2'
     clientTextures(2)=Texture'DeusExUI.UserInterface.MenuColorBackground_3'
     clientTextures(3)=Texture'DeusExUI.UserInterface.MenuColorBackground_4'
     clientTextures(4)=Texture'DeusExUI.UserInterface.MenuColorBackground_5'
     clientTextures(5)=Texture'DeusExUI.UserInterface.MenuColorBackground_6'
     helpPosY=246
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mon 8/11/2021 16:31:11.545 - Created with UnCodeX