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

DeusEx.PersonaNotesEditWindow

Extends
PersonaEditWindow

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

Variables Summary
ColorcolBracket
TexturetexBordersFocus[9]
TexturetexBordersNormal[9]
Inherited Variables from DeusEx.PersonaEditWindow
colBlack, colCursor, colHighlight, colText, fontText, 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
event DrawWindow (GC gc))
functionbool FilterChar (out string chStr))
functionDeusExNote GetNote ()))
event InitWindow ()))
function SetNote (DeusExNote newNote ))
event StyleChanged ()))
Inherited Functions from DeusEx.PersonaEditWindow
InitWindow, StyleChanged, VirtualKeyPressed
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

colBracket Source code

var Color colBracket;

texBordersFocus[9] Source code

var Texture texBordersFocus[9];

texBordersNormal[9] Source code

var Texture texBordersNormal[9];


Functions Detail

DrawWindow Source code

event DrawWindow ( GC gc) )

FilterChar Source code

function bool FilterChar ( out string chStr) )

GetNote Source code

function DeusExNote GetNote ( ) )

InitWindow Source code

event InitWindow ( ) )

SetNote Source code

function SetNote ( DeusExNote newNote ) )

StyleChanged Source code

event StyleChanged ( ) )


Defaultproperties

defaultproperties
{
     texBordersNormal(0)=Texture'DeusExUI.UserInterface.PersonaNoteNormal_TL'
     texBordersNormal(1)=Texture'DeusExUI.UserInterface.PersonaNoteNormal_TR'
     texBordersNormal(2)=Texture'DeusExUI.UserInterface.PersonaNoteNormal_BL'
     texBordersNormal(3)=Texture'DeusExUI.UserInterface.PersonaNoteNormal_BR'
     texBordersNormal(4)=Texture'DeusExUI.UserInterface.PersonaNoteNormal_Left'
     texBordersNormal(5)=Texture'DeusExUI.UserInterface.PersonaNoteNormal_Right'
     texBordersNormal(6)=Texture'DeusExUI.UserInterface.PersonaNoteNormal_Top'
     texBordersNormal(7)=Texture'DeusExUI.UserInterface.PersonaNoteNormal_Bottom'
     texBordersNormal(8)=Texture'DeusExUI.UserInterface.PersonaNoteNormal_Center'
     texBordersFocus(0)=Texture'DeusExUI.UserInterface.PersonaNoteFocus_TL'
     texBordersFocus(1)=Texture'DeusExUI.UserInterface.PersonaNoteFocus_TR'
     texBordersFocus(2)=Texture'DeusExUI.UserInterface.PersonaNoteFocus_BL'
     texBordersFocus(3)=Texture'DeusExUI.UserInterface.PersonaNoteFocus_BR'
     texBordersFocus(4)=Texture'DeusExUI.UserInterface.PersonaNoteFocus_Left'
     texBordersFocus(5)=Texture'DeusExUI.UserInterface.PersonaNoteFocus_Right'
     texBordersFocus(6)=Texture'DeusExUI.UserInterface.PersonaNoteFocus_Top'
     texBordersFocus(7)=Texture'DeusExUI.UserInterface.PersonaNoteFocus_Bottom'
     texBordersFocus(8)=Texture'DeusExUI.UserInterface.PersonaNoteFocus_Center'
}

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