Cogito, ergo sum
UE2:GUIComboBox instance functions (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIComboBox (instance functions) |
Contents
- 1 Instance functions
- 1.1 AddItem
- 1.2 CenterMouse
- 1.3 Clear
- 1.4 find
- 1.5 FindExtra
- 1.6 FindIndex
- 1.7 Get
- 1.8 GetExtra
- 1.9 GetIndex
- 1.10 GetItem
- 1.11 GetItemObject
- 1.12 GetObject
- 1.13 GetText
- 1.14 HideListBox
- 1.15 InternalEditPressed
- 1.16 InternalListClick
- 1.17 InternalListDeActivate
- 1.18 InternalOnInvalidate
- 1.19 InternalOnKeyEvent
- 1.20 InternalOnLoadIni
- 1.21 InternalOnMousePressed
- 1.22 InternalOnSaveIni
- 1.23 ItemChanged
- 1.24 ItemCount
- 1.25 ReadOnly
- 1.26 RemoveItem
- 1.27 SetExtra
- 1.28 SetFriendlyLabel
- 1.29 SetHint
- 1.30 SetIndex
- 1.31 SetText
- 1.32 ShowListBox
- 1.33 TextChanged
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. |
Instance functions[edit]
AddItem[edit]
CenterMouse[edit]
function CenterMouse ()
Overrides: GUIMultiComponent.CenterMouse
Clear[edit]
function Clear ()
find[edit]
FindExtra[edit]
FindIndex[edit]
function int FindIndex (string Test, optional bool bExact, optional bool bExtra, optional Object Obj)
Get[edit]
function string Get ()
GetExtra[edit]
function string GetExtra ()
GetIndex[edit]
function int GetIndex ()
GetItem[edit]
GetItemObject[edit]
GetObject[edit]
function Object GetObject ()
GetText[edit]
function string GetText ()
HideListBox[edit]
function HideListBox ()
InternalEditPressed[edit]
function InternalEditPressed (GUIComponent Sender, bool bRepeat)
InternalListClick[edit]
function bool InternalListClick (GUIComponent Sender)
InternalListDeActivate[edit]
function InternalListDeActivate ()
InternalOnInvalidate[edit]
function InternalOnInvalidate (GUIComponent Who)
InternalOnKeyEvent[edit]
InternalOnLoadIni[edit]
function InternalOnLoadIni (GUIComponent Sender, string S)
InternalOnMousePressed[edit]
function InternalOnMousePressed (GUIComponent Sender, bool bRepeat)
InternalOnSaveIni[edit]
function string InternalOnSaveIni (GUIComponent Sender)
ItemChanged[edit]
function ItemChanged (GUIComponent Sender)
ItemCount[edit]
function int ItemCount ()
ReadOnly[edit]
function ReadOnly (bool b)
RemoveItem[edit]
SetExtra[edit]
SetFriendlyLabel[edit]
function SetFriendlyLabel (GUILabel NewLabel)
Overrides: GUIComponent.SetFriendlyLabel
SetHint[edit]
function SetHint (string NewHint)
Overrides: GUIComponent.SetHint
SetIndex[edit]
function SetIndex (int I)
SetText[edit]
ShowListBox[edit]
function bool ShowListBox (GUIComponent Sender)
TextChanged[edit]
function TextChanged (GUIComponent Sender)