Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

GUI.moComboBox

Extends
GUIMenuOption

Core.Object
|   
+-- GUI.GUI
   |   
   +-- GUI.GUIComponent
      |   
      +-- GUI.GUIMultiComponent
         |   
         +-- GUI.GUIMenuOption
            |   
            +-- GUI.moComboBox

Variables Summary
boolbReadOnly
GUIComboBoxMyComboBox
Inherited Variables from GUI.GUIMenuOption
bFlipped, bHeightFromComponent, bSquare, bVerticalLayout, Caption, CaptionWidth, ComponentClassName, ComponentJustification, ComponentWidth, LabelJustification, LabelStyle, MyComponent, MyLabel
Inherited Variables from GUI.GUIMultiComponent
Components, Controls, ControlSpecs, PropagateActivity, PropagateState, PropagateVisibility

Functions Summary
function AddItem (string Item, optional object Extra, optional string Str))
functionstring Find (string Test, bool bExact))
functionstring GetExtra ()))
functionint GetIndex ()))
functionstring GetItem (int index))
functionobject GetItemObject (int index))
functionobject GetObject ()))
functionstring GetText ()))
function InitComponent (GUIComponent MyOwner))
functionint ItemCount ()))
function ReadOnly (bool b))
function RemoveItem (int item, optional int Count))
function SetIndex (int I))
function SetText (string NewText))
Inherited Functions from GUI.GUIMenuOption
InitComponent, InternalOnChange, OnConstruct
Inherited Functions from GUI.GUIMultiComponent
Activate, AddComponent, AppendComponent, BringBackward, BringForward, BringToBack, BringToFront, CreateControl, DeActivate, DisableComponent, EnableComponent, FindCenterPoint, FindComponent, FindComponentIndex, FindControlIndex, FindDist, Free, Hide, InitComponent, InitializeControls, InsertComponent, InternalBringBackward, InternalBringForward, LogControls, MapControls, OnConstruct, RemapComponents, RemoveComponent, RemoveControl, ReorderComponents, ReweightComponents, SaveLayout, SetRadioGroup, Show, SwapControlIndicies, TabControl, TestControls


Variables Detail

bReadOnly Source code

var bool bReadOnly;

MyComboBox Source code

var GUIComboBox MyComboBox;


Functions Detail

AddItem Source code

function AddItem ( string Item, optional object Extra, optional string Str) )

Find Source code

function string Find ( string Test, bool bExact) )

GetExtra Source code

function string GetExtra ( ) )

GetIndex Source code

function int GetIndex ( ) )

GetItem Source code

function string GetItem ( int index) )

GetItemObject Source code

function object GetItemObject ( int index) )

GetObject Source code

function object GetObject ( ) )

GetText Source code

function string GetText ( ) )

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

ItemCount Source code

function int ItemCount ( ) )

ReadOnly Source code

function ReadOnly ( bool b) )

RemoveItem Source code

function RemoveItem ( int item, optional int Count) )

SetIndex Source code

function SetIndex ( int I) )

SetText Source code

function SetText ( string NewText) )


Defaultproperties

defaultproperties
{
	ComponentClassName="GUI.GUIComboBox"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:32.626 - Created with UnCodeX