C# 클래스 OpenMetaverse.GUI.AvatarList

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

공개 메소드들

메소드 설명
AvatarList ( ) : System

TreeView control for an unspecified client's nearby avatar list

AvatarList ( GridClient client ) : System

TreeView control for the specified client's nearby avatar list

ClearNodes ( ) : void

Thread-safe method for clearing the TreeView control

비공개 메소드들

메소드 설명
AvatarList_ColumnClick ( object sender, System.Windows.Forms.ColumnClickEventArgs e ) : void
AvatarList_DoubleClick ( object sender, EventArgs e ) : void
InitializeClient ( GridClient client ) : void
Network_OnCurrentSimChanged ( Simulator PreviousSimulator ) : void
Objects_OnNewAvatar ( Simulator simulator, Avatar avatar, ulong regionHandle, ushort timeDilation ) : void
Objects_OnObjectKilled ( Simulator simulator, uint objectID ) : void
Objects_OnObjectUpdated ( Simulator simulator, ObjectUpdate update, ulong regionHandle, ushort timeDilation ) : void
RemoveAvatar ( uint localID ) : void
UpdateAvatar ( Avatar avatar ) : void

메소드 상세

AvatarList() 공개 메소드

TreeView control for an unspecified client's nearby avatar list
public AvatarList ( ) : System
리턴 System

AvatarList() 공개 메소드

TreeView control for the specified client's nearby avatar list
public AvatarList ( GridClient client ) : System
client OpenMetaverse.GridClient
리턴 System

ClearNodes() 공개 메소드

Thread-safe method for clearing the TreeView control
public ClearNodes ( ) : void
리턴 void