- Extends
- LargeTextWindow
- Modifiers
- native noexport
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- Extension.TextWindow
|
+-- Extension.LargeTextWindow
|
+-- Extension.EditWindow
Direct Known Subclasses:
DeusExEditWindow, MenuUIEditWindow, PersonaEditWindow, ToolEditWindow
Functions Summary |
 | | ClearTextChangedFlag ()
|
 | | ClearUndo ()
|
 | | Copy ()
|
 | | Cut ()
|
 | | DeleteChar (optional bool bBefore, optional bool bUndo)
|
 | | EnableEditing (optional bool bEdit)
|
 | | EnableSingleLineEditing (optional bool bSingle)
|
 | | EnableUppercaseOnly (optional bool bUppercase)
|
 | int | GetInsertionPoint ()
|
 | | GetSelectedArea (out int startPos, out int count)
|
 | bool | HasTextChanged ()
|
 | bool | InsertText (optional coerce string insertText, optional bool bUndo, optional bool bSelect)
|
 | bool | IsEditingEnabled ()
|
 | bool | IsSingleLineEditingEnabled ()
|
 | | MoveInsertionPoint (EMoveInsert moveInsert, optional bool bDrag)
|
 | | Paste ()
|
 | | PlayEditSound (sound playSound, optional float volume, optional float pitch)
|
 | | Redo ()
|
 | | SetEditCursor (optional texture newCursor, optional texture newCursorShadow, optional color newColor)
|
 | | SetEditSounds (optional sound typeSound, optional sound deleteSound, optional sound enterSound, optional sound moveSound)
|
 | | SetInsertionPoint (int newPos, optional bool bDrag)
|
 | | SetInsertionPointBlinkRate (optional float blinkStart, optional float blinkPeriod)
|
 | | SetInsertionPointTexture (optional texture newTexture, optional color newColor)
|
 | | SetInsertionPointTextureRGB (texture newTexture, byte red, byte green, byte blue))
|
 | | SetInsertionPointType (EInsertionPointType newType, optional float prefWidth, optional float prefHeight)
|
 | | SetMaxSize (int newMaxSize)
|
 | | SetMaxUndos (int newMaxUndos)
|
 | | SetSelectedArea (int startPos, int count)
|
 | | SetSelectedAreaTextColor (optional color newColor)
|
 | | SetSelectedAreaTextColorRGB (byte red, byte green, byte blue))
|
 | | SetSelectedAreaTexture (optional texture newTexture, optional color newColor)
|
 | | SetSelectedAreaTextureRGB (texture newTexture, byte red, byte green, byte blue))
|
 | | SetTextChangedFlag (optional bool bSet)
|
 | | Undo ()
|
 | bool | VirtualKeyPressed (EInputKey key, bool bRepeat))
|
Inherited Functions from Extension.TextWindow |
AppendText, EnableTextAsAccelerator, GetText, GetTextLength, GetTextPart, ResetLines, ResetMinWidth, SetLines, SetMaxLines, SetMinLines, SetMinWidth, SetText, SetTextAlignments, SetTextMargins, SetWordWrap |
var private bool bCursorShowing;
var private bool bDragging;
var const bool bEditable;
var private float blinkDelay;
var private float blinkPeriod;
var private float blinkStart;
var private bool bSelectWords;
var const bool bSingleLine;
var const bool bUppercaseOnly;
var private int currentUndo;
var const sound deleteSound;
var private float dragDelay;
var const color editCursorColor;
var const texture editCursorShadow;
var const sound enterSound;
var const color insertColor;
var private float insertHeight;
var const int insertHookPos;
var const int insertPos;
var private float insertPreferredCol;
var private float insertPrefHeight;
var private float insertPrefWidth;
var private float insertWidth;
var private float insertX;
var private float insertY;
var const color inverseColor;
var private float lastConfigHeight;
var private float lastConfigWidth;
var const int maxSize;
var private int maxUndos;
var const sound moveSound;
var const color selectColor;
var const int selectEnd;
var private int selectEndRow;
var private float selectEndX;
var const int selectStart;
var private int selectStartRow;
var private float selectStartX;
var private float showAreaHeight;
var private float showAreaWidth;
var private float showAreaX;
var private float showAreaY;
var const sound typeSound;
var private int unchangedUndo;
native(1890) final function ClearTextChangedFlag ( )
native(1912) final function ClearUndo ( )
native(1915) final function Copy ( )
native(1916) final function Cut ( )
native(1901) final function DeleteChar ( optional bool bBefore, optional bool bUndo )
native(1885) final function EnableEditing ( optional bool bEdit )
EnableSingleLineEditing Source code
native(1887) final function EnableSingleLineEditing ( optional bool bSingle )
native(1889) final function EnableUppercaseOnly ( optional bool bUppercase )
native(1882) final function int GetInsertionPoint ( )
native(1884) final function GetSelectedArea ( out int startPos, out int count )
native(1892) final function bool HasTextChanged ( )
native(1900) final function bool InsertText ( optional coerce string insertText,
optional bool bUndo, optional bool bSelect )
native(1886) final function bool IsEditingEnabled ( )
IsSingleLineEditingEnabled Source code
native(1888) final function bool IsSingleLineEditingEnabled ( )
native(
1880)
final function MoveInsertionPoint (
EMoveInsert moveInsert,
optional bool bDrag )
native(1917) final function Paste ( )
native(1921) final function PlayEditSound ( sound playSound,
optional float volume, optional float pitch )
native(1911) final function Redo ( )
native(
1909)
final function SetEditCursor (
optional texture newCursor,
optional texture newCursorShadow,
optional color newColor )
native(1920) final function SetEditSounds ( optional sound typeSound,
optional sound deleteSound,
optional sound enterSound,
optional sound moveSound )
native(1881) final function SetInsertionPoint ( int newPos, optional bool bDrag )
SetInsertionPointBlinkRate Source code
native(1902) final function SetInsertionPointBlinkRate ( optional float blinkStart,
optional float blinkPeriod )
SetInsertionPointTexture Source code
native(
1905)
final function SetInsertionPointTexture (
optional texture newTexture,
optional color newColor )
SetInsertionPointTextureRGB Source code
function SetInsertionPointTextureRGB (
texture newTexture,
byte red,
byte green,
byte blue) )
native(
1906)
final function SetInsertionPointType (
EInsertionPointType newType,
optional float prefWidth,
optional float prefHeight )
native(1895) final function SetMaxSize ( int newMaxSize )
native(1896) final function SetMaxUndos ( int newMaxUndos )
native(1883) final function SetSelectedArea ( int startPos, int count )
SetSelectedAreaTextColor Source code
native(
1908)
final function SetSelectedAreaTextColor (
optional color newColor )
SetSelectedAreaTextColorRGB Source code
function SetSelectedAreaTextColorRGB ( byte red, byte green, byte blue) )
SetSelectedAreaTexture Source code
native(
1907)
final function SetSelectedAreaTexture (
optional texture newTexture,
optional color newColor )
SetSelectedAreaTextureRGB Source code
function SetSelectedAreaTextureRGB (
texture newTexture,
byte red,
byte green,
byte blue) )
native(1891) final function SetTextChangedFlag ( optional bool bSet )
native(1910) final function Undo ( )
event bool VirtualKeyPressed (
EInputKey key,
bool bRepeat) )
defaultproperties
{
insertTexture=Texture'Extension.Solid'
selectTexture=Texture'Extension.Solid'
}
|
Creation time: Mon 8/11/2021 16:31:06.445 - Created with
UnCodeX