- Extends
- Window
- Modifiers
- native noexport
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- Extension.ListWindow
Direct Known Subclasses:
MenuUIListWindow, PersonaListWindow, ToolListWindow
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 |
Inherited Enumerations from Extension.ExtensionObject |
EColumnType, EDrawStyle, EFlagType, EHAlign, EHDirection, EInputKey, EInputState, EInsertionPointType, EMouseFocusMode, EMove, EMoveInsert, EMoveList, EMoveThumb, EOrder, EOrientation, EVAlign, EVDirection |
Functions Summary |
 | int | AddRow (coerce string rowStr, optional int clientData)
|
 | | AddSortColumn (int colIndex, optional bool bReverse, optional bool bCaseSensitive)
|
 | | DeleteAllRows ()
|
 | | DeleteRow (int rowId)
|
 | | EnableAutoExpandColumns (optional bool bAutoExpand)
|
 | | EnableAutoSort (optional bool bAutoSort)
|
 | | EnableHotKeys (optional bool bEnable)
|
 | | EnableMultiSelect (optional bool bEnableMultiSelect)
|
 | EHAlign | GetColumnAlignment (int colIndex)
|
 | | GetColumnColor (int colIndex, out color colColor)
|
 | font | GetColumnFont (int colIndex)
|
 | string | GetColumnTitle (int colIndex)
|
 | EColumnType | GetColumnType (int colIndex)
|
 | float | GetColumnWidth (int colIndex)
|
 | string | GetField (int rowId, int colIndex)
|
 | | GetFieldMargins (out float marginWidth, out float marginHeight)
|
 | float | GetFieldValue (int rowId, int colIndex)
|
 | int | GetFocusRow ()
|
 | int | GetNumColumns ()
|
 | int | GetNumRows ()
|
 | int | GetNumSelectedRows ()
|
 | int | GetPageSize ()
|
 | int | GetRowClientInt (int rowId)
|
 | object | GetRowClientObject (int rowId)
|
 | int | GetSelectedRow ()
|
 | | HideColumn (int colIndex, optional bool bHide)
|
 | int | IndexToRowId (int index)
|
 | bool | IsAutoExpandColumnsEnabled ()
|
 | bool | IsAutoSortEnabled ()
|
 | bool | IsColumnHidden (int colIndex)
|
 | bool | IsMultiSelectEnabled ()
|
 | bool | IsRowSelected (int rowId)
|
 | | ModifyRow (int rowId, coerce string rowStr)
|
 | | MoveRow (EMoveList move, optional bool bSelect, optional bool bClearRows, optional bool bDrag)
|
 | | PlayListSound (sound listSound, optional float volume, optional float pitch)
|
 | | RemoveSortColumn (int colIndex)
|
 | | ResetSortColumns (optional bool bSort)
|
 | | ResizeColumns (optional bool bExpandOnly)
|
 | int | RowIdToIndex (int rowId)
|
 | | SelectAllRows (optional bool bSelect)
|
 | | SelectRow (int rowId, optional bool bSelect)
|
 | | SelectToRow (int rowId, optional bool bClearRows, optional bool bInvert, optional bool bSpanRows)
|
 | | SetColumnAlignment (int colIndex, EHAlign newAlign)
|
 | | SetColumnColor (int colIndex, color newColor)
|
 | | SetColumnColorRGB (INT colIndex, INT red, INT green, INT blue))
|
 | | SetColumnFont (int colIndex, font newFont)
|
 | | SetColumnTitle (int colIndex, coerce string title)
|
 | | SetColumnType (int colIndex, EColumnType newType, optional coerce string newFmt)
|
 | | SetColumnWidth (int colIndex, float newWidth)
|
 | | SetDelimiter (string newDelimiter)
|
 | | SetField (int rowId, int colIndex, coerce string fieldStr)
|
 | | SetFieldMargins (float newMarginWidth, float newMarginHeight)
|
 | | SetFieldValue (int rowId, int colIndex, float newValue)
|
 | | SetFocusColor (color newColor)
|
 | | SetFocusColorRGB (INT red, INT green, INT blue))
|
 | | SetFocusRow (int rowId, optional bool bMoveTo, optional bool bAnchor)
|
 | | SetFocusTexture (texture newTexture)
|
 | | SetFocusThickness (float newThickness)
|
 | | SetHighlightColor (color newColor)
|
 | | SetHighlightColorRGB (INT red, INT green, INT blue))
|
 | | SetHighlightTextColor (color newColor)
|
 | | SetHighlightTextColorRGB (INT red, INT green, INT blue))
|
 | | SetHighlightTexture (texture newTexture)
|
 | | SetHotKeyColumn (int colIndex)
|
 | | SetListSounds (optional sound activateSound, optional sound moveSound)
|
 | | SetNumColumns (int newCols)
|
 | | SetRow (int rowId, optional bool bSelect, optional bool bClearRows, optional bool bDrag)
|
 | | SetRowClientInt (int rowId, int clientInt)
|
 | | SetRowClientObject (int rowId, object clientObj)
|
 | | SetSortColumn (int colIndex, optional bool bReverse, optional bool bCaseSensitive)
|
 | | ShowFocusRow ()
|
 | | Sort ()
|
 | | ToggleRowSelection (int rowId)
|
 | bool | VirtualKeyPressed (EInputKey key, bool bRepeat))
|
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 |
var const sound activateSound;
var private native int anchorLine;
var const bool bAutoExpandColumns;
var const bool bAutoSort;
var private bool bDragging;
var const bool bHotKeys;
var const bool bMultiSelect;
var const float colMargin;
var const string delimiter;
var const color focusColor;
var private native int focusLine;
var const float focusThickness;
var const color highlightColor;
var const texture highlightTexture;
var const int hotKeyCol;
var private string hotKeyString;
var private float hotKeyTimer;
var const color inverseColor;
var private int lastIndex;
var const float lineSize;
var const sound moveSound;
var private int numSelected;
var private float remainingDelay;
var const float rowMargin;
native(1730) final function int AddRow ( coerce string rowStr, optional int clientData )
native(1781) final function AddSortColumn ( int colIndex, optional bool bReverse,
optional bool bCaseSensitive )
native(1733) final function DeleteAllRows ( )
native(1731) final function DeleteRow ( int rowId )
EnableAutoExpandColumns Source code
native(1792) final function EnableAutoExpandColumns ( optional bool bAutoExpand )
native(1790) final function EnableAutoSort ( optional bool bAutoSort )
native(1785) final function EnableHotKeys ( optional bool bEnable )
native(1794) final function EnableMultiSelect ( optional bool bEnableMultiSelect )
native(
1770)
final function EHAlign GetColumnAlignment (
int colIndex )
native(
1772)
final function GetColumnColor (
int colIndex,
out color colColor )
native(1774) final function font GetColumnFont ( int colIndex )
native(1766) final function string GetColumnTitle ( int colIndex )
native(
1776)
final function EColumnType GetColumnType (
int colIndex )
native(1768) final function float GetColumnWidth ( int colIndex )
native(1735) final function string GetField ( int rowId, int colIndex )
native(1801) final function GetFieldMargins ( out float marginWidth, out float marginHeight )
native(1737) final function float GetFieldValue ( int rowId, int colIndex )
native(1756) final function int GetFocusRow ( )
native(1761) final function int GetNumColumns ( )
native(1740) final function int GetNumRows ( )
native(1741) final function int GetNumSelectedRows ( )
native(1802) final function int GetPageSize ( )
native(1723) final function int GetRowClientInt ( int rowId )
native(
1725)
final function object GetRowClientObject (
int rowId )
native(1747) final function int GetSelectedRow ( )
native(1777) final function HideColumn ( int colIndex, optional bool bHide )
native(1720) final function int IndexToRowId ( int index )
IsAutoExpandColumnsEnabled Source code
native(1793) final function bool IsAutoExpandColumnsEnabled ( )
native(1791) final function bool IsAutoSortEnabled ( )
native(1778) final function bool IsColumnHidden ( int colIndex )
native(1795) final function bool IsMultiSelectEnabled ( )
native(1746) final function bool IsRowSelected ( int rowId )
native(1732) final function ModifyRow ( int rowId, coerce string rowStr )
native(
1750)
final function MoveRow (
EMoveList move,
optional bool bSelect,
optional bool bClearRows,
optional bool bDrag )
native(1812) final function PlayListSound ( sound listSound,
optional float volume,
optional float pitch )
native(1782) final function RemoveSortColumn ( int colIndex )
native(1783) final function ResetSortColumns ( optional bool bSort )
native(1762) final function ResizeColumns ( optional bool bExpandOnly )
native(1721) final function int RowIdToIndex ( int rowId )
native(1743) final function SelectAllRows ( optional bool bSelect )
native(1742) final function SelectRow ( int rowId, optional bool bSelect )
native(1744) final function SelectToRow ( int rowId, optional bool bClearRows,
optional bool bInvert, optional bool bSpanRows )
native(
1769)
final function SetColumnAlignment (
int colIndex,
EHAlign newAlign )
native(
1771)
final function SetColumnColor (
int colIndex,
color newColor )
function SetColumnColorRGB ( INT colIndex, INT red, INT green, INT blue) )
native(1773) final function SetColumnFont ( int colIndex, font newFont )
native(1765) final function SetColumnTitle ( int colIndex, coerce string title )
native(
1775)
final function SetColumnType (
int colIndex,
EColumnType newType,
optional coerce string newFmt )
native(1767) final function SetColumnWidth ( int colIndex, float newWidth )
native(1803) final function SetDelimiter ( string newDelimiter )
native(1734) final function SetField ( int rowId, int colIndex, coerce string fieldStr )
native(1800) final function SetFieldMargins ( float newMarginWidth, float newMarginHeight )
native(1736) final function SetFieldValue ( int rowId, int colIndex, float newValue )
native(
1808)
final function SetFocusColor (
color newColor )
function SetFocusColorRGB ( INT red, INT green, INT blue) )
native(1755) final function SetFocusRow ( int rowId, optional bool bMoveTo, optional bool bAnchor )
native(
1807)
final function SetFocusTexture (
texture newTexture )
native(1809) final function SetFocusThickness ( float newThickness )
native(
1806)
final function SetHighlightColor (
color newColor )
function SetHighlightColorRGB ( INT red, INT green, INT blue) )
native(
1804)
final function SetHighlightTextColor (
color newColor )
SetHighlightTextColorRGB Source code
function SetHighlightTextColorRGB ( INT red, INT green, INT blue) )
native(
1805)
final function SetHighlightTexture (
texture newTexture )
native(1786) final function SetHotKeyColumn ( int colIndex )
native(1811) final function SetListSounds ( optional sound activateSound,
optional sound moveSound )
native(1760) final function SetNumColumns ( int newCols )
native(1751) final function SetRow ( int rowId, optional bool bSelect,
optional bool bClearRows, optional bool bDrag )
native(1722) final function SetRowClientInt ( int rowId, int clientInt )
native(
1724)
final function SetRowClientObject (
int rowId,
object clientObj )
native(1780) final function SetSortColumn ( int colIndex, optional bool bReverse,
optional bool bCaseSensitive )
native(1810) final function ShowFocusRow ( )
native(1784) final function Sort ( )
native(1745) final function ToggleRowSelection ( int rowId )
event bool VirtualKeyPressed (
EInputKey key,
bool bRepeat) )
defaultproperties
{
highlightTexture=Texture'Extension.Solid'
focusTexture=Texture'Extension.Dithered'
}
|
Creation time: Mon 8/11/2021 16:31:10.476 - Created with
UnCodeX