C# Class FileFind.Meshwork.GtkClient.AvatarManager

Inheritance: IAvatarManager
Afficher le fichier Open project: codebutler/meshwork Class Usage Examples

Méthodes publiques

Méthode Description
AvatarManager ( ) : System
GetAvatar ( Node node ) : Gdk.Pixbuf
GetAvatar ( string nodeID ) : Gdk.Pixbuf
GetAvatarBytes ( Node node ) : byte[]
GetAvatarBytes ( string nodeId ) : byte[]
GetMiniAvatar ( Node node ) : Gdk.Pixbuf
GetMiniAvatar ( string nodeID ) : Gdk.Pixbuf
GetSmallAvatar ( Node node ) : Gdk.Pixbuf
GetSmallAvatar ( string nodeID ) : Gdk.Pixbuf
GetSmallAvatarBytes ( Node node ) : byte[]
GetSmallAvatarBytes ( string nodeId ) : byte[]
UpdateMyAvatar ( ) : void

Private Methods

Méthode Description
AddNetwork ( Network network ) : void
GetAvatarPath ( Node node ) : string
LoadAvatar ( string filePath, Node node ) : void
RemoveAvatars ( string nodeid ) : void
network_ReceivedAvatar ( Network network, Node node, byte avatarData ) : void
network_UpdateNodeInfo ( Network network, string oldnickname, Node node ) : void
network_UserOffline ( Network network, Node node ) : void

Method Details

AvatarManager() public méthode

public AvatarManager ( ) : System
Résultat System

GetAvatar() public méthode

public GetAvatar ( Node node ) : Gdk.Pixbuf
node Node
Résultat Gdk.Pixbuf

GetAvatar() public méthode

public GetAvatar ( string nodeID ) : Gdk.Pixbuf
nodeID string
Résultat Gdk.Pixbuf

GetAvatarBytes() public méthode

public GetAvatarBytes ( Node node ) : byte[]
node Node
Résultat byte[]

GetAvatarBytes() public méthode

public GetAvatarBytes ( string nodeId ) : byte[]
nodeId string
Résultat byte[]

GetMiniAvatar() public méthode

public GetMiniAvatar ( Node node ) : Gdk.Pixbuf
node Node
Résultat Gdk.Pixbuf

GetMiniAvatar() public méthode

public GetMiniAvatar ( string nodeID ) : Gdk.Pixbuf
nodeID string
Résultat Gdk.Pixbuf

GetSmallAvatar() public méthode

public GetSmallAvatar ( Node node ) : Gdk.Pixbuf
node Node
Résultat Gdk.Pixbuf

GetSmallAvatar() public méthode

public GetSmallAvatar ( string nodeID ) : Gdk.Pixbuf
nodeID string
Résultat Gdk.Pixbuf

GetSmallAvatarBytes() public méthode

public GetSmallAvatarBytes ( Node node ) : byte[]
node Node
Résultat byte[]

GetSmallAvatarBytes() public méthode

public GetSmallAvatarBytes ( string nodeId ) : byte[]
nodeId string
Résultat byte[]

UpdateMyAvatar() public méthode

public UpdateMyAvatar ( ) : void
Résultat void