Gah - a solution with more questions. – EntropicLqd
UE2:GUIMultiColumnList (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:MultiColumnSortData (UE2Runtime))
Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIMultiColumnList |
- Package:
- GUI
- Direct subclass:
- MyTestMultiColumnList
- This class in other games:
- UT2003, UT2004
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
Properties[edit]
bInitialised[edit]
Type: bool
CellSpacing[edit]
Type: float
Default value: 1.0
ColumnHeadings[edit]
Type: string
Array size: 8
Modifiers: localized
counting on number of ColumnWidths to be <= # ColumnHeadings
ColumnWidths[edit]
ExpandLastColumn[edit]
Type: bool
InitColumnPerc[edit]
Used to initialize column width to screen-relative size (if desired)
InvSortData[edit]
NeedsSorting[edit]
Type: bool
SortColumn[edit]
Type: int
If -1 - dont sort
Default value: -1
SortData[edit]
Type: array<MultiColumnSortData>
SortDescending[edit]
Type: bool
Structs[edit]
MultiColumnSortData[edit]
Modifiers: native
Functions[edit]
Native functions[edit]
AddedItem[edit]
native final function AddedItem ()
ChangeSortOrder[edit]
native final function ChangeSortOrder ()
SortList[edit]
native final function SortList ()
UpdatedItem[edit]
native final function UpdatedItem (int i)
Events[edit]
GetSortString[edit]
InitializeColumns[edit]
event InitializeColumns (Canvas C)
OnColumnSized[edit]
event OnColumnSized (int column)
OnSortChanged[edit]
event OnSortChanged ()
Other instance functions[edit]
Clear[edit]
function Clear ()
Overrides: GUIListBase.Clear
GetCellLeftWidth[edit]
InitComponent[edit]
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIVertList.InitComponent
InternalOnPreDraw[edit]
RemovedCurrent[edit]
function RemovedCurrent ()