Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- GUI.GUI | +-- GUI.GUIComponent | +-- GUI.GUIMultiComponent | +-- GUI.GUIListBoxBase | +-- GUI.GUIMultiColumnListBox
Variables Summary | |
---|---|
DEBUG | |
int | ColumnBorder |
MultiColumnListBox | |
GUIButton | ActiveButton |
int | ActiveIndex |
array<GUIListElem> | ActiveRow |
int | ActiveRowIndex |
bool | bResizable |
float | DragSpacing |
int | LastClickedIndex |
array<String> | ListNames |
array<GUIMultiColumnList> | MultiColumnList |
Inherited Variables from GUI.GUIListBoxBase |
---|
bReadOnly, bVisibleWhenEmpty, MyActiveList, MyScrollBar |
Inherited Variables from GUI.GUIMultiComponent |
---|
Components, Controls, ControlSpecs, PropagateActivity, PropagateState, PropagateVisibility |
Functions Summary | ||
---|---|---|
AddNewRowElement (string ColumnHeader, optional Object obj, optional string Str, optional int intData, optional bool bData )) | ||
AddRowElement (GUIListElem theElem )) | ||
Clear ())) | ||
ClearRow ())) | ||
GUIMultiColumnList | FindColumn (string theName, optional bool bExact )) | |
GUIList | GetColumn (string Header )) | |
InitColumn (string ListName )) | ||
InitComponent (GUIComponent MyOwner)) | ||
InternalOnAdjustTop (GUIComponent Sender)) | ||
InternalOnChange (GUIComponent Sender)) | ||
InternalOnClick (GUIComponent Sender)) | ||
OnConstruct (GUIController MyController)) | ||
int | PopulateRow (optional string DontReplaceHeader )) | |
ReorderItems (int indices) | ||
SetActiveColumn (string theName, optional bool bExact )) | ||
int | SetIndex (int ind )) | |
Sort (optional string byColumn)) | ||
SwapMCLBIndices (int indexA, int indexB )) |
Inherited Functions from GUI.GUIListBoxBase |
---|
Clear, InitBaseList, InitComponent, Num, OnConstruct, SetActiveList, SetHint |
Variables Detail |
---|
Index of the active column
Index of the active row
If true, MultiColumnList box columns are resizable.
Number of pixels of leeway allowed for column resizing
Name of the lists to polulate this MCLB
The Array of lists of data
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { bVisibleWhenEmpty=True ActiveRowIndex=-1 bResizable=True DragSpacing=5 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |