Overview | Package | Class | Source | Class tree | Glossary | Deus Ex UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Extension.ExtensionObject | +-- Extension.Window | +-- Extension.TabGroupWindow | +-- Extension.ModalWindow | +-- DeusEx.DeusExBaseWindow | +-- DeusEx.MenuUIWindow | +-- DeusEx.MenuUIScreenWindow | +-- DeusEx.MenuScreenThemesLoad
MenuScreenThemesSave
Variables Summary | |
---|---|
string | LoadHelpText |
MenuUIListWindow | lstThemes |
int | themeType |
MenuScreenRGB | winRGB |
MenuUIScrollAreaWindow | winScroll |
Inherited Variables from DeusEx.MenuUIScreenWindow |
---|
choiceCount, choiceStartX, choiceStartY, choices[13], choiceVerticalGap, currentChoice |
Enumerations Summary | ||
---|---|---|
EColorThemeTypes CTT_Menu, CTT_HUD |
Inherited Enumerations from DeusEx.MenuUIWindow |
---|
EActionButtonEvents, EMenuActions, EMessageBoxModes |
Structures Summary |
---|
Inherited Structures from DeusEx.MenuUIWindow |
---|
S_ActionButtonDefault |
Functions Summary | ||
---|---|---|
![]() | CreateThemesList ())) | |
![]() | EnableButtons ())) | |
![]() | InitWindow ())) | |
![]() | bool | ListRowActivated (window list, int rowId)) |
![]() | bool | ListSelectionChanged (window list, int numSelections, int focusRowId)) |
![]() | PopulateThemesList ())) | |
![]() | ProcessAction (String actionKey)) | |
![]() | SaveSettings ())) | |
![]() | SetRGBWindow (MenuScreenRGB newRGBWindow)) | |
![]() | SetThemeType (int newThemeType)) |
Inherited Functions from DeusEx.MenuUIScreenWindow |
---|
CancelScreen, CreateChoices, FocusEnteredDescendant, FocusLeftDescendant, InitWindow, LoadSettings, ResetToDefaults, SaveSettings, VirtualKeyPressed |
Variables Detail |
---|
Enumerations Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { LoadHelpText="Choose the color theme to load" actionButtons(0)=(Align=HALIGN_Right,Action=AB_Cancel) actionButtons(1)=(Align=HALIGN_Right,Action=AB_Other,Text="|&Load Theme",Key="LOAD") Title="Load Theme" ClientWidth=299 ClientHeight=306 clientTextures(0)=Texture'DeusExUI.UserInterface.MenuThemesBackground_1' clientTextures(1)=Texture'DeusExUI.UserInterface.MenuThemesBackground_2' clientTextures(2)=Texture'DeusExUI.UserInterface.MenuThemesBackground_3' clientTextures(3)=Texture'DeusExUI.UserInterface.MenuThemesBackground_4' textureCols=2 bLeftEdgeActive=False bHelpAlwaysOn=True helpPosY=252 } |
Overview | Package | Class | Source | Class tree | Glossary | Deus Ex UnrealScript Documentation |
previous class next class | frames no frames |