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

Extension.EditWindow

Extends
LargeTextWindow
Modifiers
native noexport

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- Extension.TextWindow
         |   
         +-- Extension.LargeTextWindow
            |   
            +-- Extension.EditWindow

Direct Known Subclasses:

DeusExEditWindow, MenuUIEditWindow, PersonaEditWindow, ToolEditWindow

Variables Summary
boolbCursorShowing
boolbDragging
boolbEditable
floatblinkDelay
floatblinkPeriod
floatblinkStart
boolbSelectWords
boolbSingleLine
DynamicArraybufferList
boolbUppercaseOnly
intcurrentUndo
sounddeleteSound
floatdragDelay
textureeditCursor
coloreditCursorColor
textureeditCursorShadow
soundenterSound
colorinsertColor
floatinsertHeight
intinsertHookPos
intinsertPos
floatinsertPreferredCol
floatinsertPrefHeight
floatinsertPrefWidth
textureinsertTexture
EInsertionPointTypeinsertType
floatinsertWidth
floatinsertX
floatinsertY
colorinverseColor
floatlastConfigHeight
floatlastConfigWidth
intmaxSize
intmaxUndos
soundmoveSound
colorselectColor
intselectEnd
intselectEndRow
floatselectEndX
intselectStart
intselectStartRow
floatselectStartX
textureselectTexture
floatshowAreaHeight
floatshowAreaWidth
floatshowAreaX
floatshowAreaY
soundtypeSound
intunchangedUndo
Inherited Variables from Extension.LargeTextWindow
lineHeight, queryRowData, queryTextParams, rowData, tempRowData, textParams, vSpace
Inherited Variables from Extension.TextWindow
bTextIsAccelerator, bWordWrap, hAlign, hMargin, maxLines, minLines, minWidth, text, vAlign, vMargin

Structures Summary
Inherited Structures from Extension.LargeTextWindow
XTextParams

Functions Summary
function ClearTextChangedFlag ()
function ClearUndo ()
function Copy ()
function Cut ()
function DeleteChar (optional bool bBefore, optional bool bUndo)
function EnableEditing (optional bool bEdit)
function EnableSingleLineEditing (optional bool bSingle)
function EnableUppercaseOnly (optional bool bUppercase)
functionint GetInsertionPoint ()
function GetSelectedArea (out int startPos, out int count)
functionbool HasTextChanged ()
functionbool InsertText (optional coerce string insertText, optional bool bUndo, optional bool bSelect)
functionbool IsEditingEnabled ()
functionbool IsSingleLineEditingEnabled ()
function MoveInsertionPoint (EMoveInsert moveInsert, optional bool bDrag)
function Paste ()
function PlayEditSound (sound playSound, optional float volume, optional float pitch)
function Redo ()
function SetEditCursor (optional texture newCursor, optional texture newCursorShadow, optional color newColor)
function SetEditSounds (optional sound typeSound, optional sound deleteSound, optional sound enterSound, optional sound moveSound)
function SetInsertionPoint (int newPos, optional bool bDrag)
function SetInsertionPointBlinkRate (optional float blinkStart, optional float blinkPeriod)
function SetInsertionPointTexture (optional texture newTexture, optional color newColor)
function SetInsertionPointTextureRGB (texture newTexture, byte red, byte green, byte blue))
function SetInsertionPointType (EInsertionPointType newType, optional float prefWidth, optional float prefHeight)
function SetMaxSize (int newMaxSize)
function SetMaxUndos (int newMaxUndos)
function SetSelectedArea (int startPos, int count)
function SetSelectedAreaTextColor (optional color newColor)
function SetSelectedAreaTextColorRGB (byte red, byte green, byte blue))
function SetSelectedAreaTexture (optional texture newTexture, optional color newColor)
function SetSelectedAreaTextureRGB (texture newTexture, byte red, byte green, byte blue))
function SetTextChangedFlag (optional bool bSet)
function Undo ()
eventbool VirtualKeyPressed (EInputKey key, bool bRepeat))
Inherited Functions from Extension.LargeTextWindow
SetVerticalSpacing
Inherited Functions from Extension.TextWindow
AppendText, EnableTextAsAccelerator, GetText, GetTextLength, GetTextPart, ResetLines, ResetMinWidth, SetLines, SetMaxLines, SetMinLines, SetMinWidth, SetText, SetTextAlignments, SetTextMargins, SetWordWrap


Variables Detail

bCursorShowing Source code

var private bool bCursorShowing;

bDragging Source code

var private bool bDragging;

bEditable Source code

var const bool bEditable;

blinkDelay Source code

var private float blinkDelay;

blinkPeriod Source code

var private float blinkPeriod;

blinkStart Source code

var private float blinkStart;

bSelectWords Source code

var private bool bSelectWords;

bSingleLine Source code

var const bool bSingleLine;

bufferList Source code

var private DynamicArray bufferList;

bUppercaseOnly Source code

var const bool bUppercaseOnly;

currentUndo Source code

var private int currentUndo;

deleteSound Source code

var const sound deleteSound;

dragDelay Source code

var private float dragDelay;

editCursor Source code

var const texture editCursor;

editCursorColor Source code

var const color editCursorColor;

editCursorShadow Source code

var const texture editCursorShadow;

enterSound Source code

var const sound enterSound;

insertColor Source code

var const color insertColor;

insertHeight Source code

var private float insertHeight;

insertHookPos Source code

var const int insertHookPos;

insertPos Source code

var const int insertPos;

insertPreferredCol Source code

var private float insertPreferredCol;

insertPrefHeight Source code

var private float insertPrefHeight;

insertPrefWidth Source code

var private float insertPrefWidth;

insertTexture Source code

var const texture insertTexture;

insertType Source code

var const EInsertionPointType insertType;

insertWidth Source code

var private float insertWidth;

insertX Source code

var private float insertX;

insertY Source code

var private float insertY;

inverseColor Source code

var const color inverseColor;

lastConfigHeight Source code

var private float lastConfigHeight;

lastConfigWidth Source code

var private float lastConfigWidth;

maxSize Source code

var const int maxSize;

maxUndos Source code

var private int maxUndos;

moveSound Source code

var const sound moveSound;

selectColor Source code

var const color selectColor;

selectEnd Source code

var const int selectEnd;

selectEndRow Source code

var private int selectEndRow;

selectEndX Source code

var private float selectEndX;

selectStart Source code

var const int selectStart;

selectStartRow Source code

var private int selectStartRow;

selectStartX Source code

var private float selectStartX;

selectTexture Source code

var const texture selectTexture;

showAreaHeight Source code

var private float showAreaHeight;

showAreaWidth Source code

var private float showAreaWidth;

showAreaX Source code

var private float showAreaX;

showAreaY Source code

var private float showAreaY;

typeSound Source code

var const sound typeSound;

unchangedUndo Source code

var private int unchangedUndo;


Functions Detail

ClearTextChangedFlag Source code

native(1890) final function ClearTextChangedFlag ( )

ClearUndo Source code

native(1912) final function ClearUndo ( )

Copy Source code

native(1915) final function Copy ( )

Cut Source code

native(1916) final function Cut ( )

DeleteChar Source code

native(1901) final function DeleteChar ( optional bool bBefore, optional bool bUndo )

EnableEditing Source code

native(1885) final function EnableEditing ( optional bool bEdit )

EnableSingleLineEditing Source code

native(1887) final function EnableSingleLineEditing ( optional bool bSingle )

EnableUppercaseOnly Source code

native(1889) final function EnableUppercaseOnly ( optional bool bUppercase )

GetInsertionPoint Source code

native(1882) final function int GetInsertionPoint ( )

GetSelectedArea Source code

native(1884) final function GetSelectedArea ( out int startPos, out int count )

HasTextChanged Source code

native(1892) final function bool HasTextChanged ( )

InsertText Source code

native(1900) final function bool InsertText ( optional coerce string insertText, optional bool bUndo, optional bool bSelect )

IsEditingEnabled Source code

native(1886) final function bool IsEditingEnabled ( )

IsSingleLineEditingEnabled Source code

native(1888) final function bool IsSingleLineEditingEnabled ( )

MoveInsertionPoint Source code

native(1880) final function MoveInsertionPoint ( EMoveInsert moveInsert, optional bool bDrag )

Paste Source code

native(1917) final function Paste ( )

PlayEditSound Source code

native(1921) final function PlayEditSound ( sound playSound, optional float volume, optional float pitch )

Redo Source code

native(1911) final function Redo ( )

SetEditCursor Source code

native(1909) final function SetEditCursor ( optional texture newCursor, optional texture newCursorShadow, optional color newColor )

SetEditSounds Source code

native(1920) final function SetEditSounds ( optional sound typeSound, optional sound deleteSound, optional sound enterSound, optional sound moveSound )

SetInsertionPoint Source code

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) )

SetInsertionPointType Source code

native(1906) final function SetInsertionPointType ( EInsertionPointType newType, optional float prefWidth, optional float prefHeight )

SetMaxSize Source code

native(1895) final function SetMaxSize ( int newMaxSize )

SetMaxUndos Source code

native(1896) final function SetMaxUndos ( int newMaxUndos )

SetSelectedArea Source code

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) )

SetTextChangedFlag Source code

native(1891) final function SetTextChangedFlag ( optional bool bSet )

Undo Source code

native(1910) final function Undo ( )

VirtualKeyPressed Source code

event bool VirtualKeyPressed ( EInputKey key, bool bRepeat) )


Defaultproperties

defaultproperties
{
     insertTexture=Texture'Extension.Solid'
     selectTexture=Texture'Extension.Solid'
}

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