| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIListBase
|
+-- XInterface.GUIVertList
|
+-- XInterface.GUIMultiColumnList
|
+-- GUI2K4.MyTestMultiColumnList
| Variables Summary | |
|---|---|
| GUIStyles | SelStyle |
| MyTestMultiColumnList | |
| array<MyTestItem> | MyData |
| Inherited Variables from XInterface.GUIMultiColumnList |
|---|
| CellSpacing, ColumnHeadingHints, ColumnHeadings, ColumnWidths, ExpandLastColumn, InitColumnPerc, InvSortData, NeedsSorting, SortColumn, SortData, SortDescending |
| Structures Summary | ||
|---|---|---|
| MyTestItem Caption, Value, Key | ||
| Inherited Structures from XInterface.GUIMultiColumnList |
|---|
| MultiColumnSortData |
| Functions Summary | ||
|---|---|---|
![]() | Clear ())) | |
![]() | string | GetSortString (int i )) |
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | MyOnDrawItem (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending)) | |
| Inherited Functions from XInterface.GUIMultiColumnList |
|---|
| AddedItem, ChangeSortOrder, Clear, CurrentListId, Dump, GetCellLeftWidth, GetListIndex, InitializeColumns, InternalOnPreDraw, OnSortChanged, RemovedCurrent, RemovedItem, ResolutionChanged, Sort, SortList, UpdatedItem |
| Inherited Functions from XInterface.GUIVertList |
|---|
| CalculateIndex, CenterMouse, Down, End, Home, InternalOnClick, InternalOnKeyType, PgDn, PgUp, Up, WheelDown, WheelUp |
| Variables Detail |
|---|
| Structures Detail |
|---|
| Functions Detail |
|---|
Clear Source code
GetSortString Source code
InitComponent Source code
MyOnDrawItem Source code| Defaultproperties |
|---|
defaultproperties
{
ColumnHeadings(0)="Caption"
ColumnHeadings(1)="Value"
ColumnHeadings(2)="Key"
InitColumnPerc(0)=0.500000
InitColumnPerc(1)=0.250000
InitColumnPerc(2)=0.250000
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||