C# 클래스 OpenMetaverse.GUI.FriendList

ListView GUI component for viewing a client's friend list
상속: System.Windows.Forms.ListView
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs

공개 메소드들

메소드 설명
FriendList ( ) : System

TreeView control for an unspecified client's friend list

FriendList ( GridClient client ) : System

TreeView control for the specified client's friend list

비공개 메소드들

메소드 설명
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

메소드 상세

FriendList() 공개 메소드

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

FriendList() 공개 메소드

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