| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- GUI.GUI
|
+-- GUI.GUIComponent
|
+-- GUI.GUIListBase
GUICircularList, GUIHorzList, GUIVertList
| Variables Summary | |
|---|---|
| GUIScrollBarBase | MyScrollBar |
| GUIListBase | |
| bool | bHotTrack |
| bool | bReadOnly |
| bool | bVisibleWhenEmpty |
| int | Index |
| int | ItemCount |
| int | ItemHeight |
| int | ItemsPerPage |
| int | ItemWidth |
| color | SelectedBKColor |
| Material | SelectedImage |
| int | Top |
| Inherited Variables from GUI.GUI |
|---|
| Controller, QBTN_Abort, QBTN_AbortRetry, QBTN_Cancel, QBTN_Continue, QBTN_Ignore, QBTN_No, QBTN_Ok, QBTN_OkCancel, QBTN_Retry, QBTN_TimeOut, QBTN_Yes, QBTN_YesNo, QBTN_YesNoCancel |
| Enumerations Summary |
|---|
| Inherited Enumerations from GUI.GUIComponent |
|---|
| EClickSound |
| Inherited Enumerations from GUI.GUI |
|---|
| eEditMask, eIconPosition, eImgAlign, eImgStyle, eListElemDisplay, EMenuRenderStyle, eMenuState, eProgressDirection, eTextAlign, eTextCase, eXControllerCodes |
| Structures Summary |
|---|
| Inherited Structures from GUI.GUIComponent |
|---|
| sDynamicPositionSpec, sTransitionSpec |
| Inherited Structures from GUI.GUI |
|---|
| ControlSpec, GUIListElem |
| Delegates Summary | ||
|---|---|---|
![]() | OnAdjustTop (GUIComponent Sender) | |
![]() | OnDrawItem (Canvas Canvas, int Item, float X, float Y, float W, float H, bool bSelected) | |
| Functions Summary | ||
|---|---|---|
![]() | Clear ())) | |
![]() | InitComponent (GUIComponent Owner)) | |
![]() | MakeVisible (float Perc)) | |
![]() | int | SetIndex (int NewIndex, optional bool bDontPropChange, optional bool bDontReAlign )) |
![]() | SetTopItem (int Item)) | |
![]() | Sort () | |
| Inherited Functions from GUI.GUI |
|---|
| CopyConfig, CreateElement, IsDigit, MakeColorCode, StripCodes |
| Variables Detail |
|---|
Use the Mouse X/Y to always hightlight something
If true, list is unselectable
List is still drawn when there are no items in it.
Pointers in to the list
# of items in this list
Size of each row. Subclass should set in PreDraw.
# of items per Page. Is set natively
Width of each row.. Subclass should set in PreDraw.
Color for a selection background
Image to use when displaying
Pointers in to the list
| Delegates Detail |
|---|
OnAdjustTop Source code
OnDrawItem Source code| Functions Detail |
|---|
Clear Source code
InitComponent Source code
MakeVisible Source code
SetIndex Source code
SetTopItem Source code
Sort Source code| Defaultproperties |
|---|
defaultproperties
{
bAcceptsInput=true
StyleName="STY_ListBox"
TextAlign=TXTA_Left
SelectedBKColor=(R=170,G=194,B=232,A=255)
Top=0
Index=0
ItemsPerPage=0
bTabStop=true
bVisibleWhenEmpty=false
bCaptureMouse=true
bDrawStyle=true
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||