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

DeusEx.ConWindowSpeech

Extends
AlignWindow

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- DeusEx.AlignWindow
         |   
         +-- DeusEx.ConWindowSpeech

Variables Summary
boolbForcePlay
ColorcolConTextName
ColorcolConTextNormal
ColorcolConTextPlayer
TextWindowtxtName
TextWindowtxtSpeech
Inherited Variables from DeusEx.AlignWindow
childSpacing, childVAlign
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

Functions Summary
function AppendSpeech (String newSpeech))
function CreateControls ()))
event InitWindow ()))
function SetForcePlay (bool bNewForcePlay))
function SetName (String newName))
function SetNameFont (Font newNameFont))
function SetSpeech (String newSpeech, optional Actor speakingActor))
function SetSpeechFont (Font newSpeechFont))
Inherited Functions from DeusEx.AlignWindow
ChildRequestedReconfiguration, ComputeChildSizes, ConfigurationChanged, ParentRequestedPreferredSize, SetChildSpacing, SetChildVAlignment
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

bForcePlay Source code

var bool bForcePlay;

colConTextName Source code

var Color colConTextName;

colConTextNormal Source code

var Color colConTextNormal;

colConTextPlayer Source code

var Color colConTextPlayer;

txtName Source code

var TextWindow txtName;

txtSpeech Source code

var TextWindow txtSpeech;


Functions Detail

AppendSpeech Source code

function AppendSpeech ( String newSpeech) )

CreateControls Source code

function CreateControls ( ) )

InitWindow Source code

event InitWindow ( ) )

SetForcePlay Source code

function SetForcePlay ( bool bNewForcePlay) )

SetName Source code

function SetName ( String newName) )

SetNameFont Source code

function SetNameFont ( Font newNameFont) )

SetSpeech Source code

function SetSpeech ( String newSpeech, optional Actor speakingActor) )

SetSpeechFont Source code

function SetSpeechFont ( Font newSpeechFont) )


Defaultproperties

defaultproperties
{
     colConTextNormal=(G=255,B=255)
     colConTextPlayer=(R=255,G=255,B=255)
     colConTextName=(R=255,G=255,B=255)
}

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