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

DeusEx.MenuUILoadSaveEditWindow

Extends
MenuUIEditWindow

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

Variables Summary
boolbReadOnly
ColorcolWhite
TexturetexBackground
Inherited Variables from DeusEx.MenuUIEditWindow
colBlack, colCursor, colHighlight, colText, filterString, fontText, maxHeight, player
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

Functions Summary
functionbool FilterChar (out string chStr))
event InitWindow ()))
function SetReadOnly (bool bNewReadOnly))
event StyleChanged ()))
eventbool VirtualKeyPressed (EInputKey key, bool bRepeat))
Inherited Functions from DeusEx.MenuUIEditWindow
FilterChar, InitWindow, SetFilter, StyleChanged
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


Variables Detail

bReadOnly Source code

var bool bReadOnly;

colWhite Source code

var Color colWhite;

texBackground Source code

var Texture texBackground;


Functions Detail

FilterChar Source code

function bool FilterChar ( out string chStr) )

InitWindow Source code

event InitWindow ( ) )

SetReadOnly Source code

function SetReadOnly ( bool bNewReadOnly) )

StyleChanged Source code

event StyleChanged ( ) )

VirtualKeyPressed Source code

event bool VirtualKeyPressed ( EInputKey key, bool bRepeat) )


Defaultproperties

defaultproperties
{
     texBackground=Texture'Extension.Solid'
     colWhite=(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:12.115 - Created with UnCodeX