C# Class FC3Editor.Tools.ToolObject.AddMode.ParamInventoryObject

Inheritance: FC3Editor.Parameters.Parameter
Mostra file Open project: Azerothian/fc3editor

Protected Properties

Property Type Description
m_folder FC3Editor.Nomad.ObjectInventory.Entry
m_searchDirectory FC3Editor.Nomad.ObjectInventory.Entry
m_value FC3Editor.Nomad.ObjectInventory.Entry

Public Methods

Method Description
GetFirstVisibleIndex ( ) : int
ParamInventoryObject ( string display ) : System
SetFirstVisibleIndex ( int visibleIndex ) : void
UpdateSize ( AABB size ) : void

Protected Methods

Method Description
CreateUIControl ( ) : Control
OnFolderChanged ( ObjectInventory folder ) : void
OnSearchChanged ( string criteria ) : void
OnValueChanged ( ObjectInventory value ) : void
UpdateUIControl ( Control control ) : void

Method Details

CreateUIControl() protected method

protected CreateUIControl ( ) : Control
return System.Windows.Forms.Control

GetFirstVisibleIndex() public method

public GetFirstVisibleIndex ( ) : int
return int

OnFolderChanged() protected method

protected OnFolderChanged ( ObjectInventory folder ) : void
folder FC3Editor.Nomad.ObjectInventory
return void

OnSearchChanged() protected method

protected OnSearchChanged ( string criteria ) : void
criteria string
return void

OnValueChanged() protected method

protected OnValueChanged ( ObjectInventory value ) : void
value FC3Editor.Nomad.ObjectInventory
return void

ParamInventoryObject() public method

public ParamInventoryObject ( string display ) : System
display string
return System

SetFirstVisibleIndex() public method

public SetFirstVisibleIndex ( int visibleIndex ) : void
visibleIndex int
return void

UpdateSize() public method

public UpdateSize ( AABB size ) : void
size FC3Editor.Nomad.AABB
return void

UpdateUIControl() protected method

protected UpdateUIControl ( Control control ) : void
control System.Windows.Forms.Control
return void

Property Details

m_folder protected_oe property

protected ObjectInventory.Entry,FC3Editor.Nomad m_folder
return FC3Editor.Nomad.ObjectInventory.Entry

m_searchDirectory protected_oe property

protected ObjectInventory.Entry,FC3Editor.Nomad m_searchDirectory
return FC3Editor.Nomad.ObjectInventory.Entry

m_value protected_oe property

protected ObjectInventory.Entry,FC3Editor.Nomad m_value
return FC3Editor.Nomad.ObjectInventory.Entry