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

DeusEx.ComputerScreenEmail

Extends
ComputerUIWindow

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- DeusEx.ComputerUIWindow
         |   
         +-- DeusEx.ComputerScreenEmail

Variables Summary
boolbFromSortOrder
boolbSubjectSortOrder
MenuUIListHeaderButtonWindowbtnHeaderFrom
MenuUIListHeaderButtonWindowbtnHeaderSubject
MenuUIActionButtonWindowbtnLogout
MenuUIActionButtonWindowbtnSpecial
StringEmailCarbonCopyHeader
StringEmailFromHeader
StringEmailSubjectHeader
StringEmailToHeader
StringHeaderFromLabel
StringHeaderSubjectLabel
MenuUIListWindowlstEmail
StringNoEmailTodayText
MenuUINormalLargeTextWindowwinEmail
MenuUISmallLabelWindowwinEmailCC
MenuUILabelWindowwinEmailCCHeader
MenuUISmallLabelWindowwinEmailFrom
MenuUISmallLabelWindowwinEmailSubject
MenuUISmallLabelWindowwinEmailTo
Inherited Variables from DeusEx.ComputerUIWindow
bActionButtonBarActive, bAllowWindowDragging, bAlwaysCenter, bRightEdgeActive, bUsesStatusWindow, ButtonLabelCancel, ButtonLabelLogin, ButtonLabelLogout, ButtonLabelSpecial, bWindowBeingDragged, bWindowDragged, classClient, clientHeight, clientTextures[6], clientWidth, compOwner, ComputerNodeFunctionLabel, defaultStatusClientDiffY, defaultStatusHeight, defaultStatusLeftOffset, emailIndex, emailInfo[10], escapeAction, fileIndex, fileInfo[10], player, root, statusPosY, textureCols, textureRows, title, verticalOffset, winButtonBar, winClient, windowStartDragX, windowStartDragY, winLeftEdge, winRightEdge, winStatus, winTerm, winTitle
Inherited Variables from Extension.Window
acceleratorKey, att, background, backgroundStyle, bBeingDestroyed, bConfigured, bDrawRawBackground, bIsInitialized, bIsSelectable, bIsSensitive, bIsVisible, bLastHeightSpecified, bLastWidthSpecified, bNeedsQuery, bNeedsReconfigure, boldFont, bSmoothBackground, bSpecialText, bStretchBackground, bTextTranslucent, bTickEnabled, clientObject, colMajorIndex, defaultCursor, defaultCursorColor, defaultCursorShadow, defaultHotX, defaultHotY, firstChild, firstTimer, focusSound, freeTimer, gGc, hardcodedHeight, hardcodedWidth, height, hMargin0, hMargin1, holdHeight, holdWidth, holdX, holdY, invisibleSound, lastChild, lastQueryHeight, lastQueryWidth, lastSpecifiedHeight, lastSpecifiedWidth, lockCount, maxClicks, nextSibling, normalFont, parentOwner, prevSibling, rowMajorIndex, soundVolume, textColor, textPlane, textVSpacing, tileColor, tilePlane, unfocusSound, visibleSound, vMargin0, vMargin1, wGc, width, winClipRect, windowType, winHAlign, winParent, winVAlign, x, y

Structures Summary
Inherited Structures from DeusEx.ComputerUIWindow
TextEmailInfo, TextFileInfo

Functions Summary
functionbool ButtonActivated (Window buttonPressed ))
function ChangeAccount ()))
function CloseScreen (String action))
function CreateControls ()))
function CreateEmailHeaders ()))
function CreateEmailListWindow ()))
function CreateEmailViewWindow ()))
function CreateHeaderButtons ()))
eventbool ListSelectionChanged (window list, int numSelections, int focusRowId))
function SetCompOwner (ElectronicDevices newCompOwner))
function SetNetworkTerminal (NetworkTerminal newTerm))
event WindowReady ()))
Inherited Functions from DeusEx.ComputerUIWindow
ChangeAccount, ChildRequestedReconfiguration, CloseScreen, ConfigurationChanged, CreateActionButtonBar, CreateClientWindow, CreateControls, CreateHeaderButton, CreateLeftEdgeWindow, CreateMenuEditWindow, CreateMenuLabel, CreateRightEdgeWindow, CreateScrollAreaWindow, CreateSmallMenuLabel, CreateStatusWindow, CreateTitleWindow, DestroyWindow, HideStatus, InitWindow, MouseButtonPressed, MouseButtonReleased, MouseMoved, ParentRequestedPreferredSize, ProcessDeusExText, ProcessDeusExTextTag, ProcessEmail, ProcessFile, SetCompOwner, SetNetworkTerminal, SetTitle, ShowStatus, StyleChanged, VirtualKeyPressed
Inherited Functions from Extension.Window
AcceleratorKeyPressed, AddActorRef, AddTimer, AskParentForReconfigure, AskParentToShowArea, BoxOptionSelected, ButtonActivated, CarriageReturn, ChangeStyle, ChildAdded, ChildRemoved, ChildRequestedReconfiguration, ChildRequestedShowArea, ChildRequestedVisibilityChange, ClipAttributesChanged, ClipPositionChanged, ConfigurationChanged, ConfigureChild, ConvertCoordinates, ConvertScriptString, ConvertVectorToCoordinates, CR, DescendantAdded, DescendantRemoved, Destroy, DestroyAllChildren, DestroyWindow, DisableWindow, DrawWindow, EditActivated, EnableSpecialText, EnableTranslucentText, EnableWindow, FindWindow, FocusEnteredDescendant, FocusEnteredWindow, FocusLeftDescendant, FocusLeftWindow, GetBottomChild, GetClientObject, GetColorScaled, GetCursorPos, GetFocusWindow, GetGC, GetHigherSibling, GetLowerSibling, GetModalWindow, GetParent, GetPlayerPawn, GetRootWindow, GetTabGroupWindow, GetTickOffset, GetTopChild, GrabMouse, Hide, InitWindow, IsActorValid, IsFocusWindow, IsKeyDown, IsPointInWindow, IsSensitive, IsVisible, KeyPressed, ListRowActivated, ListSelectionChanged, Lower, MouseButtonPressed, MouseButtonReleased, MouseEnteredWindow, MouseLeftWindow, MouseMoved, MoveFocusDown, MoveFocusLeft, MoveFocusRight, MoveFocusUp, MoveTabGroupNext, MoveTabGroupPrev, NewChild, ParentRequestedGranularity, ParentRequestedPreferredSize, PlaySound, PostDrawWindow, QueryGranularity, QueryPreferredHeight, QueryPreferredSize, QueryPreferredWidth, Raise, RawKeyPressed, RawMouseButtonPressed, ReleaseGC, RemoveActorRef, RemoveTimer, ResetHeight, ResetSize, ResetWidth, ResizeChild, ScaleAttributesChanged, ScalePositionChanged, ScaleRangeChanged, SensitivityChanged, SetAcceleratorText, SetBackground, SetBackgroundSmoothing, SetBackgroundStretching, SetBackgroundStyle, SetBaselineData, SetBoldFont, SetChildVisibility, SetClientObject, SetConfiguration, SetCursorPos, SetDefaultCursor, SetFocusSounds, SetFocusWindow, SetFont, SetFonts, SetHeight, SetNormalFont, SetPos, SetSelectability, SetSensitivity, SetSize, SetSoundVolume, SetTextColor, SetTextColorRGB, SetTileColor, SetTileColorRGB, SetVisibilitySounds, SetWidth, SetWindowAlignments, Show, TextChanged, ToggleChanged, UngrabMouse, VirtualKeyPressed, VisibilityChanged, WindowReady


Variables Detail

bFromSortOrder Source code

var bool bFromSortOrder;

bSubjectSortOrder Source code

var bool bSubjectSortOrder;

btnHeaderFrom Source code

var MenuUIListHeaderButtonWindow btnHeaderFrom;

btnHeaderSubject Source code

var MenuUIListHeaderButtonWindow btnHeaderSubject;

btnLogout Source code

var MenuUIActionButtonWindow btnLogout;

btnSpecial Source code

var MenuUIActionButtonWindow btnSpecial;

EmailCarbonCopyHeader Source code

var localized String EmailCarbonCopyHeader;

EmailFromHeader Source code

var localized String EmailFromHeader;

EmailSubjectHeader Source code

var localized String EmailSubjectHeader;

EmailToHeader Source code

var localized String EmailToHeader;

HeaderFromLabel Source code

var localized String HeaderFromLabel;

HeaderSubjectLabel Source code

var localized String HeaderSubjectLabel;

lstEmail Source code

var MenuUIListWindow lstEmail;

NoEmailTodayText Source code

var localized String NoEmailTodayText;

winEmail Source code

var MenuUINormalLargeTextWindow winEmail;

winEmailCC Source code

var MenuUISmallLabelWindow winEmailCC;

winEmailCCHeader Source code

var MenuUILabelWindow winEmailCCHeader;

winEmailFrom Source code

var MenuUISmallLabelWindow winEmailFrom;

winEmailSubject Source code

var MenuUISmallLabelWindow winEmailSubject;

winEmailTo Source code

var MenuUISmallLabelWindow winEmailTo;


Functions Detail

ButtonActivated Source code

function bool ButtonActivated ( Window buttonPressed ) )

ChangeAccount Source code

function ChangeAccount ( ) )

CloseScreen Source code

function CloseScreen ( String action) )

CreateControls Source code

function CreateControls ( ) )

CreateEmailHeaders Source code

function CreateEmailHeaders ( ) )

CreateEmailListWindow Source code

function CreateEmailListWindow ( ) )

CreateEmailViewWindow Source code

function CreateEmailViewWindow ( ) )

CreateHeaderButtons Source code

function CreateHeaderButtons ( ) )

ListSelectionChanged Source code

event bool ListSelectionChanged ( window list, int numSelections, int focusRowId) )

SetCompOwner Source code

function SetCompOwner ( ElectronicDevices newCompOwner) )

SetNetworkTerminal Source code

function SetNetworkTerminal ( NetworkTerminal newTerm) )

WindowReady Source code

event WindowReady ( ) )


Defaultproperties

defaultproperties
{
     bFromSortOrder=True
     NoEmailTodayText="No Email Today!"
     EmailFromHeader="From:"
     EmailToHeader="To:"
     EmailCarbonCopyHeader="CC:"
     EmailSubjectHeader="Subj:"
     HeaderFromLabel="From"
     HeaderSubjectLabel="Subject"
     escapeAction="LOGOUT"
     Title="Email"
     ClientWidth=395
     ClientHeight=412
     clientTextures(0)=Texture'DeusExUI.UserInterface.ComputerEmailBackground_1'
     clientTextures(1)=Texture'DeusExUI.UserInterface.ComputerEmailBackground_2'
     clientTextures(2)=Texture'DeusExUI.UserInterface.ComputerEmailBackground_3'
     clientTextures(3)=Texture'DeusExUI.UserInterface.ComputerEmailBackground_4'
     textureRows=2
     textureCols=2
     statusPosY=383
     defaultStatusLeftOffset=12
     ComputerNodeFunctionLabel="Email"
}

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