C# 클래스 FC3Editor.Tools.ToolObject.AddMode.ParamInventoryObject

상속: FC3Editor.Parameters.Parameter
파일 보기 프로젝트 열기: Azerothian/fc3editor

보호된 프로퍼티들

프로퍼티 타입 설명
m_folder FC3Editor.Nomad.ObjectInventory.Entry
m_searchDirectory FC3Editor.Nomad.ObjectInventory.Entry
m_value FC3Editor.Nomad.ObjectInventory.Entry

공개 메소드들

메소드 설명
GetFirstVisibleIndex ( ) : int
ParamInventoryObject ( string display ) : System
SetFirstVisibleIndex ( int visibleIndex ) : void
UpdateSize ( AABB size ) : void

보호된 메소드들

메소드 설명
CreateUIControl ( ) : Control
OnFolderChanged ( ObjectInventory folder ) : void
OnSearchChanged ( string criteria ) : void
OnValueChanged ( ObjectInventory value ) : void
UpdateUIControl ( Control control ) : void

메소드 상세

CreateUIControl() 보호된 메소드

protected CreateUIControl ( ) : Control
리턴 System.Windows.Forms.Control

GetFirstVisibleIndex() 공개 메소드

public GetFirstVisibleIndex ( ) : int
리턴 int

OnFolderChanged() 보호된 메소드

protected OnFolderChanged ( ObjectInventory folder ) : void
folder FC3Editor.Nomad.ObjectInventory
리턴 void

OnSearchChanged() 보호된 메소드

protected OnSearchChanged ( string criteria ) : void
criteria string
리턴 void

OnValueChanged() 보호된 메소드

protected OnValueChanged ( ObjectInventory value ) : void
value FC3Editor.Nomad.ObjectInventory
리턴 void

ParamInventoryObject() 공개 메소드

public ParamInventoryObject ( string display ) : System
display string
리턴 System

SetFirstVisibleIndex() 공개 메소드

public SetFirstVisibleIndex ( int visibleIndex ) : void
visibleIndex int
리턴 void

UpdateSize() 공개 메소드

public UpdateSize ( AABB size ) : void
size FC3Editor.Nomad.AABB
리턴 void

UpdateUIControl() 보호된 메소드

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

프로퍼티 상세

m_folder 보호되어 있는 프로퍼티

protected ObjectInventory.Entry,FC3Editor.Nomad m_folder
리턴 FC3Editor.Nomad.ObjectInventory.Entry

m_searchDirectory 보호되어 있는 프로퍼티

protected ObjectInventory.Entry,FC3Editor.Nomad m_searchDirectory
리턴 FC3Editor.Nomad.ObjectInventory.Entry

m_value 보호되어 있는 프로퍼티

protected ObjectInventory.Entry,FC3Editor.Nomad m_value
리턴 FC3Editor.Nomad.ObjectInventory.Entry