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

DeusEx.PersonaImageNoteWindow

Extends
PersonaEditWindow

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

Variables Summary
ColorcolBackground
ColorcolEditHighlight
ColorcolEditTextFocus
ColorcolEditTextHighlight
ColorcolEditTextNormal
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
functionDataVaultImageNote GetNote ()))
event InitWindow ()))
function SetFocusColors ()))
function SetNormalColors ()))
function SetNote (DataVaultImageNote newNote))
function SetTextColors (Color colTextNormal, Color colTextFocus, Color colBack))
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

colBackground Source code

var Color colBackground;

colEditHighlight Source code

var Color colEditHighlight;

colEditTextFocus Source code

var Color colEditTextFocus;

colEditTextHighlight Source code

var Color colEditTextHighlight;

colEditTextNormal Source code

var Color colEditTextNormal;


Functions Detail

GetNote Source code

function DataVaultImageNote GetNote ( ) )

InitWindow Source code

event InitWindow ( ) )

SetFocusColors Source code

function SetFocusColors ( ) )

SetNormalColors Source code

function SetNormalColors ( ) )

SetNote Source code

function SetNote ( DataVaultImageNote newNote) )

SetTextColors Source code

function SetTextColors ( Color colTextNormal, Color colTextFocus, Color colBack) )


Defaultproperties

defaultproperties
{
     colEditTextNormal=(G=200,B=200)
     colEditTextFocus=(R=255,G=255,B=255)
     colEditHighlight=(R=255,G=255,B=255)
     colBackground=(R=32,G=32,B=32)
}

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