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

DeusEx.ToolEditWindow

Extends
EditWindow

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

Variables Summary
ColorcolBackgroundInsensitive
ColorcolBackgroundSensitive
ColorcolHighlight
ColorcolInsert
ColorcolText
ColorcolTextSelected
StringfilterString
FontfontText
TexturetextureInsert
Inherited Variables from Extension.EditWindow
bCursorShowing, bDragging, bEditable, blinkDelay, blinkPeriod, blinkStart, bSelectWords, bSingleLine, bufferList, bUppercaseOnly, currentUndo, deleteSound, dragDelay, editCursor, editCursorColor, editCursorShadow, enterSound, insertColor, insertHeight, insertHookPos, insertPos, insertPreferredCol, insertPrefHeight, insertPrefWidth, insertTexture, insertType, insertWidth, insertX, insertY, inverseColor, lastConfigHeight, lastConfigWidth, maxSize, maxUndos, moveSound, selectColor, selectEnd, selectEndRow, selectEndX, selectStart, selectStartRow, selectStartX, selectTexture, showAreaHeight, showAreaWidth, showAreaX, showAreaY, typeSound, unchangedUndo
Inherited Variables from Extension.LargeTextWindow
lineHeight, queryRowData, queryTextParams, rowData, tempRowData, textParams, vSpace

Structures Summary
Inherited Structures from Extension.LargeTextWindow
XTextParams

Functions Summary
functionbool FilterChar (out string chStr))
event InitWindow ()))
event SensitivityChanged (bool bNewSensitivity))
function SetFilter (String newFilter))
Inherited Functions from Extension.EditWindow
ClearTextChangedFlag, ClearUndo, Copy, Cut, DeleteChar, EnableEditing, EnableSingleLineEditing, EnableUppercaseOnly, GetInsertionPoint, GetSelectedArea, HasTextChanged, InsertText, IsEditingEnabled, IsSingleLineEditingEnabled, MoveInsertionPoint, Paste, PlayEditSound, Redo, SetEditCursor, SetEditSounds, SetInsertionPoint, SetInsertionPointBlinkRate, SetInsertionPointTexture, SetInsertionPointTextureRGB, SetInsertionPointType, SetMaxSize, SetMaxUndos, SetSelectedArea, SetSelectedAreaTextColor, SetSelectedAreaTextColorRGB, SetSelectedAreaTexture, SetSelectedAreaTextureRGB, SetTextChangedFlag, Undo, VirtualKeyPressed
Inherited Functions from Extension.LargeTextWindow
SetVerticalSpacing


Variables Detail

colBackgroundInsensitive Source code

var Color colBackgroundInsensitive;

colBackgroundSensitive Source code

var Color colBackgroundSensitive;

colHighlight Source code

var Color colHighlight;

colInsert Source code

var Color colInsert;

colText Source code

var Color colText;

colTextSelected Source code

var Color colTextSelected;

filterString Source code

var String filterString;

fontText Source code

var Font fontText;

textureInsert Source code

var Texture textureInsert;


Functions Detail

FilterChar Source code

function bool FilterChar ( out string chStr) )

InitWindow Source code

event InitWindow ( ) )

SensitivityChanged Source code

event SensitivityChanged ( bool bNewSensitivity) )

SetFilter Source code

function SetFilter ( String newFilter) )


Defaultproperties

defaultproperties
{
     colBackgroundSensitive=(R=255,G=255,B=255)
     colBackgroundInsensitive=(R=192,G=192,B=192)
     colTextSelected=(R=255,G=255,B=255)
     colHighlight=(B=128)
     textureInsert=Texture'DeusExUI.UserInterface.ToolInsertCursor'
     fontText=Font'DeusExUI.FontSansSerif_8'
}

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