- Extends
- ExtensionObject
- Modifiers
- native noexport
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
Direct Known Subclasses:
ActorDisplayWindow, AlignWindow, BorderWindow, CinematicWindow, ComputerSecurityCameraWindow, ComputerUIWindow, ComputerWindow, Crosshair, DamageHUDDisplay, DeusExHUD, DeusExScopeView, FrobDisplayWindow, HUDBaseWindow, HUDMissionStartTextDisplay, ListWindow, MenuScreenAdjustColorsExample, MenuScreenRGB_HUDExample, MenuScreenRGB_MenuExample, MenuUIActionButtonBarWindow, MenuUIChoice, MenuUIChoiceWindow, MenuUIClientWindow, MenuUILeftEdgeWindow, MenuUINavBarWindow, MenuUINavButtonWindow, MenuUIRGBSliderButtonWindow, MenuUIRightEdgeWindow, MenuUIShadowWindow, MenuUISkillInfoWindow, MenuUISliderButtonWindow, MenuUITitleWindow, MovingWindow, PersonaAugmentationBodyWindow, PersonaBaseWindow, PersonaHealthBodyWindow, PersonaInventoryObjectBelt, PictureWindow, ProgressBarWindow, ScaleManagerWindow, ScaleWindow, ScrollAreaWindow, ShadowWindow, SpinningLogoWindow, StaticWindow, TabGroupWindow, TextWindow, TileWindow, TimerDisplay, ToolTitleBarWindow, ViewportWindow
Inherited Enumerations from Extension.ExtensionObject |
EColumnType, EDrawStyle, EFlagType, EHAlign, EHDirection, EInputKey, EInputState, EInsertionPointType, EMouseFocusMode, EMove, EMoveInsert, EMoveList, EMoveThumb, EOrder, EOrientation, EVAlign, EVDirection |
Functions Summary |
 | bool | AcceleratorKeyPressed (string key))
|
 | | AddActorRef (actor refActor)
|
 | int | AddTimer (float timeout, optional bool bLoop, optional int clientData, optional name functionName)
|
 | | AskParentForReconfigure ()
|
 | | AskParentToShowArea (optional float areaX, optional float areaY, optional float areaWidth, optional float areaHeight)
|
 | bool | BoxOptionSelected (Window box, int buttonNumber))
|
 | bool | ButtonActivated (Window button))
|
 | string | CarriageReturn ()
|
 | | ChangeStyle ()
|
 | | ChildAdded (Window child))
|
 | | ChildRemoved (Window child))
|
 | bool | ChildRequestedReconfiguration (window childWin))
|
 | | ChildRequestedShowArea (window child, float showX, float showY, float showWidth, float showHeight))
|
 | | ChildRequestedVisibilityChange (window childWin, bool bNewVisibility))
|
 | bool | ClipAttributesChanged (Window scale, int newClipWidth, int newClipHeight, int newChildWidth, int newChildHeight))
|
 | bool | ClipPositionChanged (window clip, int newCol, int newRow))
|
 | | ConfigurationChanged ()))
|
 | | ConfigureChild (float newX, float newY, float newWidth, float newHeight)
|
 | | ConvertCoordinates (window fromWin, float fromX, float fromY, window toWin, out float toX, out float toY)
|
 | string | ConvertScriptString (string oldStr)
|
 | bool | ConvertVectorToCoordinates (vector location, out float relativeX, out float relativeY)
|
 | string | CR ()))
|
 | | DescendantAdded (Window descendant))
|
 | | DescendantRemoved (Window descendant))
|
 | | Destroy ()
|
 | | DestroyAllChildren ()
|
 | | DestroyWindow ()))
|
 | | DisableWindow ()
|
 | | DrawWindow (GC gc))
|
 | bool | EditActivated (window edit, bool bModified))
|
 | | EnableSpecialText (optional bool bEnable)
|
 | | EnableTranslucentText (optional bool bEnable)
|
 | | EnableWindow (optional bool bEnable)
|
 | window | FindWindow (float pointX, float pointY, out float relativeX, out float relativeY)
|
 | | FocusEnteredDescendant (Window enterWindow))
|
 | | FocusEnteredWindow ()))
|
 | | FocusLeftDescendant (Window leaveWindow))
|
 | | FocusLeftWindow ()))
|
 | window | GetBottomChild (optional bool bVisibleOnly)
|
 | object | GetClientObject ()
|
 | Color | GetColorScaled (float percent))
|
 | | GetCursorPos (out float mouseX, out float mouseY)
|
 | window | GetFocusWindow ()
|
 | GC | GetGC ()
|
 | window | GetHigherSibling (optional bool bVisibleOnly)
|
 | window | GetLowerSibling (optional bool bVisibleOnly)
|
 | ModalWindow | GetModalWindow ()
|
 | Window | GetParent ()
|
 | PlayerPawnExt | GetPlayerPawn ()
|
 | RootWindow | GetRootWindow ()
|
 | TabGroupWindow | GetTabGroupWindow ()
|
 | float | GetTickOffset ()
|
 | window | GetTopChild (optional bool bVisibleOnly)
|
 | | GrabMouse ()
|
 | | Hide ()
|
 | | InitWindow ()))
|
 | bool | IsActorValid (actor refActor)
|
 | bool | IsFocusWindow ()
|
 | bool | IsKeyDown (EInputKey key)
|
 | bool | IsPointInWindow (float pointX, float pointY)
|
 | bool | IsSensitive (optional bool bRecurse)
|
 | bool | IsVisible (optional bool bRecurse)
|
 | bool | KeyPressed (string key))
|
 | bool | ListRowActivated (window list, int rowId))
|
 | bool | ListSelectionChanged (window list, int numSelections, int focusRowId))
|
 | | Lower ()
|
 | bool | MouseButtonPressed (float pointX, float pointY, EInputKey button, int numClicks))
|
 | bool | MouseButtonReleased (float pointX, float pointY, EInputKey button, int numClicks))
|
 | | MouseEnteredWindow ()))
|
 | | MouseLeftWindow ()))
|
 | | MouseMoved (float newX, float newY))
|
 | window | MoveFocusDown ()
|
 | window | MoveFocusLeft ()
|
 | window | MoveFocusRight ()
|
 | window | MoveFocusUp ()
|
 | window | MoveTabGroupNext ()
|
 | window | MoveTabGroupPrev ()
|
 | window | NewChild (class newClass, optional bool bShow)
|
 | | ParentRequestedGranularity (out float hGranularity, out float vGranularity))
|
 | | ParentRequestedPreferredSize (bool bWidthSpecified, out float preferredWidth, bool bHeightSpecified, out float preferredHeight))
|
 | | PlaySound (Sound newsound, optional float volume, optional float pitch, optional float posX, optional float posY)
|
 | | PostDrawWindow (GC gc))
|
 | | QueryGranularity (out float hGranularity, out float vGranularity)
|
 | float | QueryPreferredHeight (float queryWidth)
|
 | | QueryPreferredSize (out float preferredWidth, out float preferredHeight)
|
 | float | QueryPreferredWidth (float queryHeight)
|
 | | Raise ()
|
 | bool | RawKeyPressed (EInputKey key, EInputState iState, bool bRepeat))
|
 | bool | RawMouseButtonPressed (float pointX, float pointY, EInputKey button, EInputState iState))
|
 | | ReleaseGC (GC gc)
|
 | | RemoveActorRef (actor refActor)
|
 | | RemoveTimer (int timerId)
|
 | | ResetHeight ()
|
 | | ResetSize ()
|
 | | ResetWidth ()
|
 | | ResizeChild ()
|
 | bool | ScaleAttributesChanged (Window scale, int tickPosition, int tickSpan, int numTicks))
|
 | bool | ScalePositionChanged (Window scale, int newTickPosition, float newValue, bool bFinal))
|
 | bool | ScaleRangeChanged (Window scale, int fromTick, int toTick, float fromValue, float toValue, bool bFinal))
|
 | | SensitivityChanged (bool bNewSensitivity))
|
 | | SetAcceleratorText (string newStr)
|
 | | SetBackground (texture newBackground)
|
 | | SetBackgroundSmoothing (bool newSmoothing)
|
 | | SetBackgroundStretching (bool newStretching)
|
 | | SetBackgroundStyle (EDrawStyle newStyle)
|
 | | SetBaselineData (optional float newBaselineOffset, optional float newUnderlineHeight)
|
 | | SetBoldFont (Font fn)
|
 | | SetChildVisibility (bool bNewVisibility)
|
 | | SetClientObject (object newClientObject)
|
 | | SetConfiguration (float newX, float newY, float newWidth, float newHeight)
|
 | | SetCursorPos (float newMouseX, float newMouseY)
|
 | | SetDefaultCursor (Texture tx, optional Texture shadowTexture, optional float hotX, optional float hotY, optional color cursorColor)
|
 | | SetFocusSounds (optional sound focusSound, optional sound unfocusSound)
|
 | bool | SetFocusWindow (window newFocusWindow)
|
 | | SetFont (Font fn)
|
 | | SetFonts (Font nFont, Font bFont)
|
 | | SetHeight (float newHeight)
|
 | | SetNormalFont (Font fn)
|
 | | SetPos (float newX, float newY)
|
 | | SetSelectability (bool newSelectability)
|
 | | SetSensitivity (bool newSensitivity)
|
 | | SetSize (float newWidth, float newHeight)
|
 | | SetSoundVolume (float newVolume)
|
 | | SetTextColor (color newColor)
|
 | | SetTextColorRGB (INT red, INT green, INT blue))
|
 | | SetTileColor (color newColor)
|
 | | SetTileColorRGB (INT red, INT green, INT blue))
|
 | | SetVisibilitySounds (optional sound visSound, optional sound invisSound)
|
 | | SetWidth (float newWidth)
|
 | | SetWindowAlignments (EHAlign hAlign, EVAlign vAlign, optional float hMargin0, optional float vMargin0, optional float hMargin1, optional float vMargin1)
|
 | | Show (optional bool bShow)
|
 | bool | TextChanged (window edit, bool bModified))
|
 | bool | ToggleChanged (Window button, bool bNewToggle))
|
 | | UngrabMouse ()
|
 | bool | VirtualKeyPressed (EInputKey key, bool bRepeat))
|
 | | VisibilityChanged (bool bNewVisibility))
|
 | | WindowReady ()))
|
Inherited Functions from Core.Object |
!, !=, $, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, Abs, AllObjects, Asc, Atan, BeginState, Caps, Chr, Clamp, ClassIsChildOf, clock, Cos, CriticalDelete, Cross, CyclesToSeconds, Disable, Dot, DynamicLoadObject, Enable, EndState, Exp, FClamp, FMax, FMin, FRand, GetAxes, GetConfig, GetEnum, GetPropertyText, GetStateName, GetUnAxes, GotoState, InStr, Invert, IsA, IsInState, Left, Len, Lerp, Localize, Log, Loge, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, OrthoRotation, Rand, RandRange, ResetConfig, Right, RotRand, SaveConfig, SetPropertyText, Sin, Smerp, Sprintf, Sqrt, Square, StaticSaveConfig, Tan, unclock, VRand, VSize, Warn, ^, ^^, |, ||, ~, ~= |
var int acceleratorKey;
var native private int att;
var const bool bBeingDestroyed;
var bool bConfigured;
var const bool bDrawRawBackground;
var const bool bIsInitialized;
var const bool bIsSelectable;
var const bool bIsSensitive;
var const bool bIsVisible;
var private bool bLastHeightSpecified;
var private bool bLastWidthSpecified;
var bool bNeedsQuery;
var bool bNeedsReconfigure;
var const font boldFont;
var const bool bSmoothBackground;
var const bool bSpecialText;
var const bool bStretchBackground;
var const bool bTextTranslucent;
var bool bTickEnabled;
var const object clientObject;
var private int colMajorIndex;
var const color defaultCursorColor;
var const texture defaultCursorShadow;
var const float defaultHotX;
var const float defaultHotY;
var native private int firstTimer;
var const sound focusSound;
var native private int freeTimer;
var const float hardcodedHeight;
var const float hardcodedWidth;
var const float height;
var const float hMargin0;
var const float hMargin1;
var float holdHeight;
var float holdWidth;
var float holdX;
var float holdY;
var const sound invisibleSound;
var private float lastQueryHeight;
var private float lastQueryWidth;
var private float lastSpecifiedHeight;
var private float lastSpecifiedWidth;
var const int lockCount;
var int maxClicks;
var const font normalFont;
var private window parentOwner;
var private int rowMajorIndex;
var const float soundVolume;
var const color textColor;
var const plane textPlane;
var const float textVSpacing;
var const color tileColor;
var const plane tilePlane;
var const sound unfocusSound;
var const sound visibleSound;
var const float vMargin0;
var const float vMargin1;
var const float width;
var private byte windowType;
var const float x;
var const float y;
event bool AcceleratorKeyPressed ( string key) )
native(
1497)
final function AddActorRef (
actor refActor )
native(1490) final function int AddTimer ( float timeout, optional bool bLoop, optional int clientData,
optional name functionName )
AskParentForReconfigure Source code
native(1460) final function AskParentForReconfigure ( )
native(1468) final function AskParentToShowArea ( optional float areaX, optional float areaY,
optional float areaWidth, optional float areaHeight )
event bool BoxOptionSelected (
Window box,
int buttonNumber) )
event bool ButtonActivated (
Window button) )
native(1482) final function string CarriageReturn ( )
native(1493) final function ChangeStyle ( )
event ChildAdded (
Window child) )
event ChildRemoved (
Window child) )
ChildRequestedReconfiguration Source code
event bool ChildRequestedReconfiguration (
window childWin) )
ChildRequestedShowArea Source code
event ChildRequestedShowArea (
window child,
float showX,
float showY,
float showWidth,
float showHeight) )
ChildRequestedVisibilityChange Source code
event ChildRequestedVisibilityChange (
window childWin,
bool bNewVisibility) )
event bool ClipAttributesChanged (
Window scale,
int newClipWidth,
int newClipHeight,
int newChildWidth,
int newChildHeight) )
event bool ClipPositionChanged (
window clip,
int newCol,
int newRow) )
event ConfigurationChanged ( ) )
native(1461) final function ConfigureChild ( float newX, float newY, float newWidth, float newHeight )
native(
1449)
final function ConvertCoordinates (
window fromWin,
float fromX,
float fromY,
window toWin,
out float toX,
out float toY )
native(1469) final function string ConvertScriptString ( string oldStr )
ConvertVectorToCoordinates Source code
native(
1489)
final function bool ConvertVectorToCoordinates (
vector location,
out float relativeX,
out float relativeY )
function string CR ( ) )
event DescendantAdded (
Window descendant) )
event DescendantRemoved (
Window descendant) )
native(1409) final function Destroy ( )
native(1459) final function DestroyAllChildren ( )
event DestroyWindow ( ) )
native(1418) final function DisableWindow ( )
event DrawWindow (
GC gc) )
event bool EditActivated (
window edit,
bool bModified) )
native(1481) final function EnableSpecialText ( optional bool bEnable )
native(1483) final function EnableTranslucentText ( optional bool bEnable )
native(1417) final function EnableWindow ( optional bool bEnable )
native(
1472)
final function window FindWindow (
float pointX,
float pointY,
out float relativeX,
out float relativeY )
FocusEnteredDescendant Source code
event FocusEnteredDescendant (
Window enterWindow) )
event FocusEnteredWindow ( ) )
event FocusLeftDescendant (
Window leaveWindow) )
event FocusLeftWindow ( ) )
native(
1456)
final function window GetBottomChild (
optional bool bVisibleOnly )
native(
1488)
final function object GetClientObject ( )
function Color GetColorScaled (
float percent) )
native(1452) final function GetCursorPos ( out float mouseX, out float mouseY )
native(
1441)
final function window GetFocusWindow ( )
native(
1485)
final function GC GetGC ( )
native(
1457)
final function window GetHigherSibling (
optional bool bVisibleOnly )
native(
1458)
final function window GetLowerSibling (
optional bool bVisibleOnly )
native(
1426)
final function ModalWindow GetModalWindow ( )
native(
1428)
final function Window GetParent ( )
native(
1425)
final function RootWindow GetRootWindow ( )
native(1492) final function float GetTickOffset ( )
native(
1455)
final function window GetTopChild (
optional bool bVisibleOnly )
native(1450) final function GrabMouse ( )
native(1414) final function Hide ( )
event InitWindow ( ) )
native(
1499)
final function bool IsActorValid (
actor refActor )
native(1448) final function bool IsFocusWindow ( )
native(
1470)
final function bool IsKeyDown (
EInputKey key )
native(1471) final function bool IsPointInWindow ( float pointX, float pointY )
native(1419) final function bool IsSensitive ( optional bool bRecurse )
native(1415) final function bool IsVisible ( optional bool bRecurse )
event bool KeyPressed ( string key) )
event bool ListRowActivated (
window list,
int rowId) )
event bool ListSelectionChanged (
window list,
int numSelections,
int focusRowId) )
native(1412) final function Lower ( )
event bool MouseButtonPressed (
float pointX,
float pointY,
EInputKey button,
int numClicks) )
event bool MouseButtonReleased (
float pointX,
float pointY,
EInputKey button,
int numClicks) )
event MouseEnteredWindow ( ) )
event MouseLeftWindow ( ) )
event MouseMoved ( float newX, float newY) )
native(
1445)
final function window MoveFocusDown ( )
native(
1442)
final function window MoveFocusLeft ( )
native(
1443)
final function window MoveFocusRight ( )
native(
1444)
final function window MoveFocusUp ( )
native(
1446)
final function window MoveTabGroupNext ( )
native(
1447)
final function window MoveTabGroupPrev ( )
native(
1410)
final function window NewChild (
class newClass,
optional bool bShow )
ParentRequestedGranularity Source code
event ParentRequestedGranularity ( out float hGranularity,
out float vGranularity) )
ParentRequestedPreferredSize Source code
event ParentRequestedPreferredSize ( bool bWidthSpecified, out float preferredWidth,
bool bHeightSpecified, out float preferredHeight) )
native(1473) final function PlaySound ( Sound newsound,
optional float volume, optional float pitch,
optional float posX, optional float posY )
event PostDrawWindow (
GC gc) )
native(1466) final function QueryGranularity ( out float hGranularity, out float vGranularity )
native(1464) final function float QueryPreferredHeight ( float queryWidth )
native(1465) final function QueryPreferredSize ( out float preferredWidth, out float preferredHeight )
native(1463) final function float QueryPreferredWidth ( float queryHeight )
native(1411) final function Raise ( )
event bool RawMouseButtonPressed (
float pointX,
float pointY,
EInputKey button,
EInputState iState) )
native(
1486)
final function ReleaseGC (
GC gc )
native(
1498)
final function RemoveActorRef (
actor refActor )
native(1491) final function RemoveTimer ( int timerId )
native(1437) final function ResetHeight ( )
native(1435) final function ResetSize ( )
native(1436) final function ResetWidth ( )
native(1462) final function ResizeChild ( )
ScaleAttributesChanged Source code
event bool ScaleAttributesChanged (
Window scale,
int tickPosition,
int tickSpan,
int numTicks) )
event bool ScalePositionChanged (
Window scale,
int newTickPosition,
float newValue,
bool bFinal) )
event bool ScaleRangeChanged (
Window scale,
int fromTick,
int toTick,
float fromValue,
float toValue,
bool bFinal) )
event SensitivityChanged ( bool bNewSensitivity) )
native(1439) final function SetAcceleratorText ( string newStr )
native(
1421)
final function SetBackground (
texture newBackground )
SetBackgroundSmoothing Source code
native(1423) final function SetBackgroundSmoothing ( bool newSmoothing )
SetBackgroundStretching Source code
native(1424) final function SetBackgroundStretching ( bool newStretching )
native(
1422)
final function SetBackgroundStyle (
EDrawStyle newStyle )
native(1484) final function SetBaselineData ( optional float newBaselineOffset,
optional float newUnderlineHeight )
native(1480) final function SetBoldFont ( Font fn )
native(1467) final function SetChildVisibility ( bool bNewVisibility )
native(
1487)
final function SetClientObject (
object newClientObject )
native(1430) final function SetConfiguration ( float newX, float newY,
float newWidth, float newHeight )
native(1453) final function SetCursorPos ( float newMouseX, float newMouseY )
native(
1454)
final function SetDefaultCursor (
Texture tx,
optional Texture shadowTexture,
optional float hotX,
optional float hotY,
optional color cursorColor )
native(1495) final function SetFocusSounds ( optional sound focusSound, optional sound unfocusSound )
native(
1440)
final function bool SetFocusWindow (
window newFocusWindow )
native(1477) final function SetFont ( Font fn )
native(1478) final function SetFonts ( Font nFont, Font bFont )
native(1434) final function SetHeight ( float newHeight )
native(1479) final function SetNormalFont ( Font fn )
native(1432) final function SetPos ( float newX, float newY )
native(1420) final function SetSelectability ( bool newSelectability )
native(1416) final function SetSensitivity ( bool newSensitivity )
native(1431) final function SetSize ( float newWidth, float newHeight )
native(1474) final function SetSoundVolume ( float newVolume )
native(
1476)
final function SetTextColor (
color newColor )
function SetTextColorRGB ( INT red, INT green, INT blue) )
native(
1475)
final function SetTileColor (
color newColor )
function SetTileColorRGB ( INT red, INT green, INT blue) )
native(1496) final function SetVisibilitySounds ( optional sound visSound, optional sound invisSound )
native(1433) final function SetWidth ( float newWidth )
native(
1438)
final function SetWindowAlignments (
EHAlign hAlign,
EVAlign vAlign,
optional float hMargin0,
optional float vMargin0,
optional float hMargin1,
optional float vMargin1 )
native(1413) final function Show ( optional bool bShow )
event bool TextChanged (
window edit,
bool bModified) )
event bool ToggleChanged (
Window button,
bool bNewToggle) )
native(1451) final function UngrabMouse ( )
event bool VirtualKeyPressed (
EInputKey key,
bool bRepeat) )
event VisibilityChanged ( bool bNewVisibility) )
event WindowReady ( ) )
Creation time: Mon 8/11/2021 16:31:20.020 - Created with
UnCodeX