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

DeusEx.MenuUIEditWindow

Extends
EditWindow

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

Direct Known Subclasses:

MenuUILoadSaveEditWindow

Variables Summary
ColorcolBlack
ColorcolCursor
ColorcolHighlight
ColorcolText
StringfilterString
FontfontText
IntmaxHeight
DeusExPlayerplayer
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 ()))
function SetFilter (String newFilterString))
event 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
Inherited Functions from Extension.LargeTextWindow
SetVerticalSpacing


Variables Detail

colBlack Source code

var Color colBlack;

colCursor Source code

var Color colCursor;

colHighlight Source code

var Color colHighlight;

colText Source code

var Color colText;

filterString Source code

var String filterString;

fontText Source code

var Font fontText;

maxHeight Source code

var Int maxHeight;

player Source code

var DeusExPlayer player;


Functions Detail

FilterChar Source code

function bool FilterChar ( out string chStr) )

InitWindow Source code

event InitWindow ( ) )

SetFilter Source code

function SetFilter ( String newFilterString) )

StyleChanged Source code

event StyleChanged ( ) )


Defaultproperties

defaultproperties
{
     fontText=Font'DeusExUI.FontMenuSmall'
     maxHeight=11
}

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