C# Class FC3Editor.Nomad.Inventory.Entry

Afficher le fichier Open project: Azerothian/fc3editor Class Usage Examples

Protected Properties

Свойство Type Description
m_entryPtr System.IntPtr

Méthodes publiques

Méthode 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 méthode

public AddChild ( Inventory child ) : void
child Inventory
Résultat void

ClearChildren() public méthode

public ClearChildren ( ) : void
Résultat void

Entry() public méthode

public Entry ( IntPtr ptr ) : System
ptr System.IntPtr
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetBackgroundColor() public méthode

public GetBackgroundColor ( ) : Color?
Résultat Color?

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetRecursiveEntries() public méthode

public GetRecursiveEntries ( ) : IEnumerable
Résultat IEnumerable

GetTextOverlay() public méthode

public GetTextOverlay ( ) : string
Résultat string

GetThumbnailData() public méthode

public GetThumbnailData ( ) : MemoryStream
Résultat System.IO.MemoryStream

GetThumbnailOverlay() public méthode

public GetThumbnailOverlay ( ) : Image
Résultat Image

SetChildIndex() public méthode

public SetChildIndex ( Inventory child, int index ) : void
child Inventory
index int
Résultat void

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

m_entryPtr protected_oe property

protected IntPtr,System m_entryPtr
Résultat System.IntPtr