C# 클래스 FC3Editor.Nomad.Inventory.Entry

파일 보기 프로젝트 열기: Azerothian/fc3editor 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_entryPtr System.IntPtr

공개 메소드들

메소드 설명
AddChild ( Inventory child ) : void
ClearChildren ( ) : void
Entry ( IntPtr ptr ) : System
Equals ( object obj ) : bool
GetBackgroundColor ( ) : Color?
GetHashCode ( ) : int
GetRecursiveEntries ( ) : IEnumerable
GetTextOverlay ( ) : string
GetThumbnailData ( ) : MemoryStream
GetThumbnailOverlay ( ) : Image
SetChildIndex ( Inventory child, int index ) : void
operator ( ) : bool

메소드 상세

AddChild() 공개 메소드

public AddChild ( Inventory child ) : void
child Inventory
리턴 void

ClearChildren() 공개 메소드

public ClearChildren ( ) : void
리턴 void

Entry() 공개 메소드

public Entry ( IntPtr ptr ) : System
ptr System.IntPtr
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetBackgroundColor() 공개 메소드

public GetBackgroundColor ( ) : Color?
리턴 Color?

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetRecursiveEntries() 공개 메소드

public GetRecursiveEntries ( ) : IEnumerable
리턴 IEnumerable

GetTextOverlay() 공개 메소드

public GetTextOverlay ( ) : string
리턴 string

GetThumbnailData() 공개 메소드

public GetThumbnailData ( ) : MemoryStream
리턴 System.IO.MemoryStream

GetThumbnailOverlay() 공개 메소드

public GetThumbnailOverlay ( ) : Image
리턴 Image

SetChildIndex() 공개 메소드

public SetChildIndex ( Inventory child, int index ) : void
child Inventory
index int
리턴 void

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

m_entryPtr 보호되어 있는 프로퍼티

protected IntPtr,System m_entryPtr
리턴 System.IntPtr