| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIContextMenu
| Constants Summary |
|---|
| Inherited Contants from XInterface.GUI |
|---|
| Counter, QBTN_Abort, QBTN_AbortRetry, QBTN_Cancel, QBTN_Continue, QBTN_Ignore, QBTN_No, QBTN_Ok, QBTN_OkCancel, QBTN_Retry, QBTN_Yes, QBTN_YesNo, QBTN_YesNoCancel |
| Variables Summary | |
|---|---|
| array<string> | ContextItems |
| int | ItemHeight |
| int | ItemIndex |
| GUIStyles | SelectionStyle |
| string | SelectionStyleName |
| Inherited Variables from XInterface.GUI |
|---|
| Controller, SaveColor, SaveFont, SaveModulation, SaveStyle, SaveX, SaveY |
| Enumerations Summary |
|---|
| Inherited Enumerations from XInterface.GUIComponent |
|---|
| EClickSound, EParentScaleType |
| Inherited Enumerations from XInterface.GUI |
|---|
| EAnimationType, eCellStyle, eDrawDirection, eDropState, eEditMask, eFontScale, eIconPosition, eImgAlign, eImgStyle, EMenuRenderStyle, eMenuState, EOrientation, ePageAlign, eTextAlign, eTextCase |
| Structures Summary |
|---|
| Inherited Structures from XInterface.GUI |
|---|
| APackInfo, AutoLoginInfo, GUIListElem, GUITabItem, GUITreeNode, ImageListElem, MultiSelectListElem |
| Delegates Summary | ||
|---|---|---|
![]() | bool | OnClose (GUIContextMenu Sender) |
![]() | bool | OnContextHitTest (float MouseX, float MouseY) |
![]() | bool | OnOpen (GUIContextMenu Sender) |
![]() | OnSelect (GUIContextMenu Sender, int ClickIndex) | |
| Functions Summary | ||
|---|---|---|
![]() | int | AddItem (string NewItem)) |
![]() | int | InsertItem (string NewItem, int Index)) |
![]() | bool | RemoveItemByIndex (int Index)) |
![]() | bool | RemoveItemByName (string ItemName)) |
![]() | bool | ReplaceItem (int Index, string NewItem )) |
| Inherited Functions from XInterface.GUI |
|---|
| GetModList, GetModLogo, GetModValue, IsDigit, JoinArray, Profile |
| Variables Detail |
|---|
| Delegates Detail |
|---|
OnClose Source code
OnContextHitTest Source code
OnOpen Source code
OnSelect Source code| Functions Detail |
|---|
AddItem Source code
InsertItem Source code
RemoveItemByIndex Source code
RemoveItemByName Source code
ReplaceItem Source code| Defaultproperties |
|---|
defaultproperties
{
SelectionStyleName="ListSelection"
FontScale=FNS_Small
StyleName="ContextMenu"
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||