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

Inheritance: FC3Editor.Parameters.Parameter
Afficher le fichier Open project: Azerothian/fc3editor

Protected Properties

Свойство Type Description
m_folder FC3Editor.Nomad.ObjectInventory.Entry
m_searchDirectory FC3Editor.Nomad.ObjectInventory.Entry
m_value FC3Editor.Nomad.ObjectInventory.Entry

Méthodes publiques

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

Méthodes protégées

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

Method Details

CreateUIControl() protected méthode

protected CreateUIControl ( ) : Control
Résultat System.Windows.Forms.Control

GetFirstVisibleIndex() public méthode

public GetFirstVisibleIndex ( ) : int
Résultat int

OnFolderChanged() protected méthode

protected OnFolderChanged ( ObjectInventory folder ) : void
folder FC3Editor.Nomad.ObjectInventory
Résultat void

OnSearchChanged() protected méthode

protected OnSearchChanged ( string criteria ) : void
criteria string
Résultat void

OnValueChanged() protected méthode

protected OnValueChanged ( ObjectInventory value ) : void
value FC3Editor.Nomad.ObjectInventory
Résultat void

ParamInventoryObject() public méthode

public ParamInventoryObject ( string display ) : System
display string
Résultat System

SetFirstVisibleIndex() public méthode

public SetFirstVisibleIndex ( int visibleIndex ) : void
visibleIndex int
Résultat void

UpdateSize() public méthode

public UpdateSize ( AABB size ) : void
size FC3Editor.Nomad.AABB
Résultat void

UpdateUIControl() protected méthode

protected UpdateUIControl ( Control control ) : void
control System.Windows.Forms.Control
Résultat void

Property Details

m_folder protected_oe property

protected ObjectInventory.Entry,FC3Editor.Nomad m_folder
Résultat FC3Editor.Nomad.ObjectInventory.Entry

m_searchDirectory protected_oe property

protected ObjectInventory.Entry,FC3Editor.Nomad m_searchDirectory
Résultat FC3Editor.Nomad.ObjectInventory.Entry

m_value protected_oe property

protected ObjectInventory.Entry,FC3Editor.Nomad m_value
Résultat FC3Editor.Nomad.ObjectInventory.Entry