DeusEx.MenuUIMessageBoxWindow
- Extends
- MenuUIWindow
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- Extension.TabGroupWindow
|
+-- Extension.ModalWindow
|
+-- DeusEx.DeusExBaseWindow
|
+-- DeusEx.MenuUIWindow
|
+-- DeusEx.MenuUIMessageBoxWindow
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 bool bDeferredKeyPress;
var bool bKeyPressed;
var localized string btnLabelCancel;
var localized string btnLabelNo;
var localized string btnLabelOK;
var localized string btnLabelYes;
var Color colTextMessage;
var int mbMode;
var int numButtons;
var int textBorderX;
var int textBorderY;
function bool ButtonActivated (
Window buttonPressed ) )
function CreateTextWindow ( ) )
function int GetNumButtons ( ) )
event InitWindow ( ) )
event bool MouseButtonReleased (
float pointX,
float pointY,
EInputKey button,
int numClicks) )
function PostResult ( int buttonNumber ) )
function SetDeferredKeyPress ( bool bNewDeferredKeyPress) )
function SetMessageText ( String msgText ) )
function SetMode ( int newMode ) )
function SetNotifyWindow (
Window newWinNotify ) )
event bool VirtualKeyPressed (
EInputKey key,
bool bRepeat) )
defaultproperties
{
textBorderX=20
textBorderY=14
btnLabelYes="|&Yes"
btnLabelNo="|&No"
btnLabelOK="|&OK"
btnLabelCancel="|&Cancel"
ClientWidth=280
ClientHeight=85
clientTextures(0)=Texture'DeusExUI.UserInterface.MenuMessageBoxBackground_1'
clientTextures(1)=Texture'DeusExUI.UserInterface.MenuMessageBoxBackground_2'
textureRows=1
textureCols=2
bActionButtonBarActive=True
bUsesHelpWindow=False
winShadowClass=Class'DeusEx.MenuUIMessageBoxShadowWindow'
}
|
Creation time: Mon 8/11/2021 16:31:12.155 - Created with
UnCodeX