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

DeusEx.ToolListWindow

Extends
ListWindow

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- Extension.ListWindow
         |   
         +-- DeusEx.ToolListWindow

Variables Summary
ColorcolBackground
ColorcolFocus
ColorcolHighlight
ColorcolText
ColorcolTextHighlight
FontfontText
Inherited Variables from Extension.ListWindow
activateSound, anchorLine, bAutoExpandColumns, bAutoSort, bDragging, bHotKeys, bMultiSelect, colMargin, cols, delimiter, focusColor, focusLine, focusTexture, focusThickness, highlightColor, highlightTexture, hotKeyCol, hotKeyString, hotKeyTimer, inverseColor, lastIndex, lineSize, moveSound, numSelected, remainingDelay, rowMargin, rows
Inherited Variables from Extension.Window
acceleratorKey, att, background, backgroundStyle, bBeingDestroyed, bConfigured, bDrawRawBackground, bIsInitialized, bIsSelectable, bIsSensitive, bIsVisible, bLastHeightSpecified, bLastWidthSpecified, bNeedsQuery, bNeedsReconfigure, boldFont, bSmoothBackground, bSpecialText, bStretchBackground, bTextTranslucent, bTickEnabled, clientObject, colMajorIndex, defaultCursor, defaultCursorColor, defaultCursorShadow, defaultHotX, defaultHotY, firstChild, firstTimer, focusSound, freeTimer, gGc, hardcodedHeight, hardcodedWidth, height, hMargin0, hMargin1, holdHeight, holdWidth, holdX, holdY, invisibleSound, lastChild, lastQueryHeight, lastQueryWidth, lastSpecifiedHeight, lastSpecifiedWidth, lockCount, maxClicks, nextSibling, normalFont, parentOwner, prevSibling, rowMajorIndex, soundVolume, textColor, textPlane, textVSpacing, tileColor, tilePlane, unfocusSound, visibleSound, vMargin0, vMargin1, wGc, width, winClipRect, windowType, winHAlign, winParent, winVAlign, x, y

Functions Summary
event InitWindow ()))
function SetColumns (int newColumnCount))
Inherited Functions from Extension.ListWindow
AddRow, AddSortColumn, DeleteAllRows, DeleteRow, EnableAutoExpandColumns, EnableAutoSort, EnableHotKeys, EnableMultiSelect, GetColumnAlignment, GetColumnColor, GetColumnFont, GetColumnTitle, GetColumnType, GetColumnWidth, GetField, GetFieldMargins, GetFieldValue, GetFocusRow, GetNumColumns, GetNumRows, GetNumSelectedRows, GetPageSize, GetRowClientInt, GetRowClientObject, GetSelectedRow, HideColumn, IndexToRowId, IsAutoExpandColumnsEnabled, IsAutoSortEnabled, IsColumnHidden, IsMultiSelectEnabled, IsRowSelected, ModifyRow, MoveRow, PlayListSound, RemoveSortColumn, ResetSortColumns, ResizeColumns, RowIdToIndex, SelectAllRows, SelectRow, SelectToRow, SetColumnAlignment, SetColumnColor, SetColumnColorRGB, SetColumnFont, SetColumnTitle, SetColumnType, SetColumnWidth, SetDelimiter, SetField, SetFieldMargins, SetFieldValue, SetFocusColor, SetFocusColorRGB, SetFocusRow, SetFocusTexture, SetFocusThickness, SetHighlightColor, SetHighlightColorRGB, SetHighlightTextColor, SetHighlightTextColorRGB, SetHighlightTexture, SetHotKeyColumn, SetListSounds, SetNumColumns, SetRow, SetRowClientInt, SetRowClientObject, SetSortColumn, ShowFocusRow, Sort, ToggleRowSelection, VirtualKeyPressed
Inherited Functions from Extension.Window
AcceleratorKeyPressed, AddActorRef, AddTimer, AskParentForReconfigure, AskParentToShowArea, BoxOptionSelected, ButtonActivated, CarriageReturn, ChangeStyle, ChildAdded, ChildRemoved, ChildRequestedReconfiguration, ChildRequestedShowArea, ChildRequestedVisibilityChange, ClipAttributesChanged, ClipPositionChanged, ConfigurationChanged, ConfigureChild, ConvertCoordinates, ConvertScriptString, ConvertVectorToCoordinates, CR, DescendantAdded, DescendantRemoved, Destroy, DestroyAllChildren, DestroyWindow, DisableWindow, DrawWindow, EditActivated, EnableSpecialText, EnableTranslucentText, EnableWindow, FindWindow, FocusEnteredDescendant, FocusEnteredWindow, FocusLeftDescendant, FocusLeftWindow, GetBottomChild, GetClientObject, GetColorScaled, GetCursorPos, GetFocusWindow, GetGC, GetHigherSibling, GetLowerSibling, GetModalWindow, GetParent, GetPlayerPawn, GetRootWindow, GetTabGroupWindow, GetTickOffset, GetTopChild, GrabMouse, Hide, InitWindow, IsActorValid, IsFocusWindow, IsKeyDown, IsPointInWindow, IsSensitive, IsVisible, KeyPressed, ListRowActivated, ListSelectionChanged, Lower, MouseButtonPressed, MouseButtonReleased, MouseEnteredWindow, MouseLeftWindow, MouseMoved, MoveFocusDown, MoveFocusLeft, MoveFocusRight, MoveFocusUp, MoveTabGroupNext, MoveTabGroupPrev, NewChild, ParentRequestedGranularity, ParentRequestedPreferredSize, PlaySound, PostDrawWindow, QueryGranularity, QueryPreferredHeight, QueryPreferredSize, QueryPreferredWidth, Raise, RawKeyPressed, RawMouseButtonPressed, ReleaseGC, RemoveActorRef, RemoveTimer, ResetHeight, ResetSize, ResetWidth, ResizeChild, ScaleAttributesChanged, ScalePositionChanged, ScaleRangeChanged, SensitivityChanged, SetAcceleratorText, SetBackground, SetBackgroundSmoothing, SetBackgroundStretching, SetBackgroundStyle, SetBaselineData, SetBoldFont, SetChildVisibility, SetClientObject, SetConfiguration, SetCursorPos, SetDefaultCursor, SetFocusSounds, SetFocusWindow, SetFont, SetFonts, SetHeight, SetNormalFont, SetPos, SetSelectability, SetSensitivity, SetSize, SetSoundVolume, SetTextColor, SetTextColorRGB, SetTileColor, SetTileColorRGB, SetVisibilitySounds, SetWidth, SetWindowAlignments, Show, TextChanged, ToggleChanged, UngrabMouse, VirtualKeyPressed, VisibilityChanged, WindowReady


Variables Detail

colBackground Source code

var Color colBackground;

colFocus Source code

var Color colFocus;

colHighlight Source code

var Color colHighlight;

colText Source code

var Color colText;

colTextHighlight Source code

var Color colTextHighlight;

fontText Source code

var Font fontText;


Functions Detail

InitWindow Source code

event InitWindow ( ) )

SetColumns Source code

function SetColumns ( int newColumnCount) )


Defaultproperties

defaultproperties
{
     colBackground=(R=255,G=255,B=255)
     colTextHighlight=(R=255,G=255,B=255)
     colHighlight=(B=128)
     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.750 - Created with UnCodeX