DeusEx.MenuScreenRGB
- Extends
- MenuUIScreenWindow
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- Extension.TabGroupWindow
|
+-- Extension.ModalWindow
|
+-- DeusEx.DeusExBaseWindow
|
+-- DeusEx.MenuUIWindow
|
+-- DeusEx.MenuUIScreenWindow
|
+-- DeusEx.MenuScreenRGB
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 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 Bool bInitializing;
var localized string BlueLabel;
chkHUDBackgroundTranslucent Source code
chkHUDBordersTranslucent Source code
var Name currentColorName;
var localized string GreenLabel;
HUDBackgroundTranslucentLabel Source code
var localized string HUDBackgroundTranslucentLabel;
HUDBordersTranclucentLabel Source code
var localized string HUDBordersTranclucentLabel;
MenusBackgroundTranslucentLabel Source code
var localized string MenusBackgroundTranslucentLabel;
var localized string RedLabel;
var localized string TabHUDLabel;
var localized string TabMenusLabel;
var localized string ThemeLabel;
function bool ButtonActivated (
Window buttonPressed ) )
function bool ButtonActivatedRight (
Window buttonPressed ) )
function CancelScreen ( ) )
function CreateCheckboxes ( ) )
CreateColorActionButton Source code
function CreateColorsList ( ) )
function CreateControls ( ) )
function CreateHUDExample ( ) )
function CreateMenuExample ( ) )
function CreateTabs ( ) )
event InitWindow ( ) )
event bool ListSelectionChanged (
window list,
int numSelections,
int focusRowId) )
function PopulateColorsList ( ) )
function ProcessAction ( String actionKey) )
function ResetToDefaults ( ) )
function SaveSettings ( ) )
event bool ScalePositionChanged (
Window scale,
int newTickPosition,
float newValue,
bool bFinal) )
function SetThemeByName ( String themeStringName) )
event bool TextChanged (
window edit,
bool bModified) )
event Bool ToggleChanged (
window button,
bool bToggleValue) )
function UpdateCheckBoxes ( ) )
function UpdateThemeText ( ) )
defaultproperties
{
HUDBackgroundTranslucentLabel="HUD Back|&grounds Translucent"
HUDBordersTranclucentLabel="HUD Bor|&ders Translucent"
MenusBackgroundTranslucentLabel="Menu Back|&grounds Translucent"
RedLabel="R|&ed"
GreenLabel="|&Green"
BlueLabel="|&Blue"
TabHUDLabel="|&HUD"
TabMenusLabel="|&Menus"
ThemeLabel="Theme:"
choiceVerticalGap=27
choiceStartX=19
choiceStartY=20
actionButtons(0)=(Align=HALIGN_Right,Action=AB_Other,Text="|&Close",Key="CLOSE")
actionButtons(1)=(Align=HALIGN_Right,Action=AB_Other,Text="|&Load",Key="LOAD")
actionButtons(2)=(Align=HALIGN_Right,Action=AB_Other,Text="|&Save",Key="SAVE")
actionButtons(3)=(Action=AB_Reset)
Title="Color Selection"
ClientWidth=603
ClientHeight=425
clientTextures(0)=Texture'DeusExUI.UserInterface.MenuRGBBackground_1'
clientTextures(1)=Texture'DeusExUI.UserInterface.MenuRGBBackground_2'
clientTextures(2)=Texture'DeusExUI.UserInterface.MenuRGBBackground_3'
clientTextures(3)=Texture'DeusExUI.UserInterface.MenuRGBBackground_4'
clientTextures(4)=Texture'DeusExUI.UserInterface.MenuRGBBackground_5'
clientTextures(5)=Texture'DeusExUI.UserInterface.MenuRGBBackground_6'
}
|
Creation time: Mon 8/11/2021 16:31:11.835 - Created with
UnCodeX