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

DeusEx.ConWindowActive

Extends
ConWindow

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- Extension.TabGroupWindow
         |   
         +-- Extension.ModalWindow
            |   
            +-- DeusEx.DeusExBaseWindow
               |   
               +-- DeusEx.ConWindow
                  |   
                  +-- DeusEx.ConWindowActive

Variables Summary
boolbRestrictInput
ColorcolConTextChoice
ColorcolConTextFocus
ColorcolConTextSkill
ConChoiceWindowconChoices[10]
floatcurrentWindowPos
floatlowerFinalHeightPercent
EMoveModesmoveMode
floatmovePeriod
intnumChoices
WindowupperConWindow
floatupperFinalHeightPercent
HUDReceivedDisplaywinReceived
Inherited Variables from DeusEx.ConWindow
bForcePlay, cameraWin, conPlay, conStartTime, conTexture, lowerConWindow, player, root, winSpeech
Inherited Variables from DeusEx.DeusExBaseWindow
colBlack, colBlue, colCyan, colDarkBlue, colDarkCyan, colDarkGreen, colDarkRed, colGreen, colGrey, colLightBlue, colRed, colWhite, player, root, ScreenType

Enumerations Summary
EMoveModes
MM_Enter, MM_Exit, MM_None
Inherited Enumerations from DeusEx.DeusExBaseWindow
EScreenType

Functions Summary
function AbortCinematicConvo ()))
function AddButton (ConChoiceWindow newButton ))
functionbool ButtonActivated (Window buttonPressed ))
function CalculateWindowSizes ()))
eventbool ChildRequestedReconfiguration (window childWin))
function Close ()))
event ConfigurationChanged ()))
functionConChoiceWindow CreateConButton (EHAlign hAlign, Color colTextNormal, Color colTextFocus ))
function CreateReceivedWindow ()))
function DestroyChildren ()))
event DestroyWindow ()))
function DisplayChoice (ConChoice choice ))
function DisplaySkillChoice (ConChoice choice ))
event InitWindow ()))
eventbool MouseButtonReleased (float pointX, float pointY, EInputKey button, int numClicks))
function RestrictInput (bool bNewRestrictInput))
function SetForcePlay (bool bNewForcePlay))
function ShowReceivedItem (Inventory invItem, int count))
event Tick (float deltaSeconds))
eventbool VirtualKeyPressed (EInputKey key, bool bRepeat))
event VisibilityChanged (bool bNewVisibility))
Inherited Functions from DeusEx.ConWindow
AppendText, ChildRequestedReconfiguration, Clear, Close, ConfigurationChanged, ConfigureCameraWindow, CreateCameraWindow, CreateSpeechWindow, DestroyCameraWindow, DestroyChildren, DisplayName, DisplayText, InitWindow, MouseButtonReleased, ProcessCameraKey, SetForcePlay, ShowReceivedItem, Tick, UpdateCameraInfo, VirtualKeyPressed
Inherited Functions from DeusEx.DeusExBaseWindow
CanPushScreen, CanStack, InitWindow, RefreshWindow


Variables Detail

bRestrictInput Source code

var bool bRestrictInput;

colConTextChoice Source code

var Color colConTextChoice;

colConTextFocus Source code

var Color colConTextFocus;

colConTextSkill Source code

var Color colConTextSkill;

conChoices[10] Source code

var ConChoiceWindow conChoices[10];

currentWindowPos Source code

var float currentWindowPos;

lowerFinalHeightPercent Source code

var float lowerFinalHeightPercent;

moveMode Source code

var EMoveModes moveMode;

movePeriod Source code

var float movePeriod;

numChoices Source code

var int numChoices;

upperConWindow Source code

var Window upperConWindow;

upperFinalHeightPercent Source code

var float upperFinalHeightPercent;

winReceived Source code

var HUDReceivedDisplay winReceived;


Enumerations Detail

EMoveModes Source code

enum EMoveModes
{
MM_Enter, MM_Exit, MM_None
};


Functions Detail

AbortCinematicConvo Source code

function AbortCinematicConvo ( ) )

AddButton Source code

function AddButton ( ConChoiceWindow newButton ) )

ButtonActivated Source code

function bool ButtonActivated ( Window buttonPressed ) )

CalculateWindowSizes Source code

function CalculateWindowSizes ( ) )

ChildRequestedReconfiguration Source code

event bool ChildRequestedReconfiguration ( window childWin) )

Close Source code

function Close ( ) )

ConfigurationChanged Source code

event ConfigurationChanged ( ) )

CreateConButton Source code

function ConChoiceWindow CreateConButton ( EHAlign hAlign, Color colTextNormal, Color colTextFocus ) )

CreateReceivedWindow Source code

function CreateReceivedWindow ( ) )

DestroyChildren Source code

function DestroyChildren ( ) )

DestroyWindow Source code

event DestroyWindow ( ) )

DisplayChoice Source code

function DisplayChoice ( ConChoice choice ) )

DisplaySkillChoice Source code

function DisplaySkillChoice ( ConChoice choice ) )

InitWindow Source code

event InitWindow ( ) )

MouseButtonReleased Source code

event bool MouseButtonReleased ( float pointX, float pointY, EInputKey button, int numClicks) )

RestrictInput Source code

function RestrictInput ( bool bNewRestrictInput) )

SetForcePlay Source code

function SetForcePlay ( bool bNewForcePlay) )

ShowReceivedItem Source code

function ShowReceivedItem ( Inventory invItem, int count) )

Tick Source code

event Tick ( float deltaSeconds) )

VirtualKeyPressed Source code

event bool VirtualKeyPressed ( EInputKey key, bool bRepeat) )

VisibilityChanged Source code

event VisibilityChanged ( bool bNewVisibility) )


Defaultproperties

defaultproperties
{
     colConTextFocus=(R=255,G=255)
     colConTextChoice=(B=255)
     colConTextSkill=(R=255)
     lowerFinalHeightPercent=0.210000
     upperFinalHeightPercent=0.104000
     movePeriod=0.600000
     conTexture=Texture'DeusExUI.UserInterface.ConWindowActiveBackground'
}

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