C# Class Nomad.Inventory.InventoryEntry

Mostrar archivo Open project: Azerothian/fc3editor Class Usage Examples

Protected Properties

Property Type Description
m_entryPtr System.IntPtr

Public Methods

Method Description
AddChild ( InventoryEntry child ) : void
ClearChildren ( ) : void
Equals ( object obj ) : bool
GetBackgroundColor ( ) : Color?
GetHashCode ( ) : int
GetRecursiveEntries ( ) : IEnumerable
GetTextOverlay ( ) : string
GetThumbnailData ( ) : MemoryStream
GetThumbnailOverlay ( ) : Image
InventoryEntry ( IntPtr ptr ) : System
SetChildIndex ( InventoryEntry child, int index ) : void
operator ( ) : bool

Method Details

AddChild() public method

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

ClearChildren() public method

public ClearChildren ( ) : void
return void

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

InventoryEntry() public method

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

SetChildIndex() public method

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

operator() public static method

public static operator ( ) : bool
return bool

Property Details

m_entryPtr protected_oe property

protected IntPtr,System m_entryPtr
return System.IntPtr