C# Class OpenMetaverse.GUI.FriendList

ListView GUI component for viewing a client's friend list
Inheritance: System.Windows.Forms.ListView
Show file Open project: 3di/3di-viewer-rei-libs

Public Methods

Method Description
FriendList ( ) : System

TreeView control for an unspecified client's friend list

FriendList ( GridClient client ) : System

TreeView control for the specified client's friend list

Private Methods

Method Description
FriendList_ColumnClick ( object sender, System.Windows.Forms.ColumnClickEventArgs e ) : void
FriendList_DoubleClick ( object sender, System e ) : void
Friends_OnFriendNamesReceived ( string>.Dictionary names ) : void
Friends_OnFriendOffline ( FriendInfo friend ) : void
Friends_OnFriendOnline ( FriendInfo friend ) : void
InitializeClient ( GridClient client ) : void
Network_OnLogin ( LoginStatus login, string message ) : void
RefreshFriends ( ) : void

Method Details

FriendList() public method

TreeView control for an unspecified client's friend list
public FriendList ( ) : System
return System

FriendList() public method

TreeView control for the specified client's friend list
public FriendList ( GridClient client ) : System
client GridClient
return System