| 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.GUICircularList
|
+-- XInterface.GUICircularImageList
| Variables Summary | |
|---|---|
| GUICircularImageList | |
| array<GUIListElem> | Elements |
| Inherited Variables from XInterface.GUICircularList |
|---|
| bAllowSelectEmpty, bCenterInBounds, bFillBounds, bIgnoreBackClick, bWrapItems, FixedItemsPerPage |
| Functions Summary | ||
|---|---|---|
![]() | Add (Material Img, optional string Str )) | |
![]() | Clear ())) | |
![]() | int | FindIndex (Material Img, optional string Test)) |
![]() | string | Get (optional bool bGuarantee)) |
![]() | GetAtIndex (int i, out string ItemStr, out Object Img, out string ExtraStr)) | |
![]() | Material | GetImage (optional bool bGuarantee)) |
![]() | Material | GetImageAtIndex (int i)) |
![]() | string | GetItemAtIndex (int i)) |
![]() | array<GUIListElem> | GetPendingElements (optional bool bGuarantee)) |
![]() | array<string> | GetPendingItems (optional bool bGuarantee)) |
![]() | Insert (int i, Material Img, optional string Str)) | |
![]() | bool | InternalOnDragDrop (GUIComponent Sender)) |
![]() | InternalOnEndDrag (GUIComponent Accepting, bool bAccepted)) | |
![]() | LoadFrom (GUICircularImageList Source, optional bool bClearFirst)) | |
![]() | int | Remove (int i, optional int Count)) |
![]() | int | RemoveElement (GUIListElem Elem, optional int Count)) |
![]() | RemoveImage (Material Img)) | |
![]() | RemoveItem (string Item)) | |
![]() | int | RemoveSilent (int i, optional int Count)) |
![]() | Replace (int i, Material Img, optional string Str)) | |
![]() | SetImageAtIndex (int i, Material Img)) | |
![]() | SetItemAtIndex (int i, string NewItem)) | |
![]() | Swap (int IndexA, int IndexB)) | |
| Inherited Functions from XInterface.GUICircularList |
|---|
| CalculateIndex, CalculateOffset, CheckDragSelect, End, Home, InitComponent, InternalOnClick, InternalOnDragOver, InternalOnMousePressed, IsValid, MoveLeft, MoveRight, PgDown, PgUp, WheelDown, WheelUp |
| Variables Detail |
|---|
| Functions Detail |
|---|
Add Source code
Clear Source code
FindIndex Source code
Get Source code
GetAtIndex Source code
GetImage Source code
GetImageAtIndex Source code
GetItemAtIndex Source code
GetPendingElements Source code
GetPendingItems Source code
Insert Source code
InternalOnDragDrop Source code
InternalOnEndDrag Source code
LoadFrom Source code
Remove Source code
RemoveElement Source code
RemoveImage Source code
RemoveItem Source code
RemoveSilent Source code
Replace Source code
SetImageAtIndex Source code
SetItemAtIndex Source code
Swap Source code| Defaultproperties |
|---|
defaultproperties
{
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||