C# Class FC3Editor.Nomad.Inventory.Entry

Show file Open project: Azerothian/fc3editor Class Usage Examples

Protected Properties

Property Type Description
m_entryPtr System.IntPtr

Public Methods

Method Description
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

Method Details

AddChild() public method

public AddChild ( Inventory child ) : void
child Inventory
return void

ClearChildren() public method

public ClearChildren ( ) : void
return void

Entry() public method

public Entry ( IntPtr ptr ) : System
ptr System.IntPtr
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetBackgroundColor() public method

public GetBackgroundColor ( ) : Color?
return Color?

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetRecursiveEntries() public method

public GetRecursiveEntries ( ) : IEnumerable
return IEnumerable

GetTextOverlay() public method

public GetTextOverlay ( ) : string
return string

GetThumbnailData() public method

public GetThumbnailData ( ) : MemoryStream
return System.IO.MemoryStream

GetThumbnailOverlay() public method

public GetThumbnailOverlay ( ) : Image
return Image

SetChildIndex() public method

public SetChildIndex ( Inventory child, int index ) : void
child Inventory
index int
return void

operator() public static method

public static operator ( ) : bool
return bool

Property Details

m_entryPtr protected property

protected IntPtr,System m_entryPtr
return System.IntPtr