C# Класс OpenMetaverse.GUI.InventoryTree

TreeView GUI component for browsing a client's inventory
Наследование: System.Windows.Forms.TreeView
Показать файл Открыть проект

Открытые методы

Метод Описание
ClearNodes ( ) : void

Thread-safe method for clearing the TreeView control

CollapseNode ( TreeNode node ) : void

Thread-safe method for collapsing a TreeNode in the control

ExpandNode ( TreeNode node ) : void

Thread-safe method for expanding a TreeNode in the control

InventoryTree ( ) : System.Collections.Generic

TreeView control for an unspecified client's inventory

InventoryTree ( GridClient client ) : System.Collections.Generic

TreeView control for the specified client's inventory

UpdateFolder ( UUID folderID ) : void

Thread-safe method for updating the contents of the specified folder UUID

Приватные методы

Метод Описание
InitializeClient ( GridClient client ) : void
InventoryTree_BeforeExpand ( object sender, System.Windows.Forms.TreeViewCancelEventArgs e ) : void
Inventory_OnFolderUpdated ( UUID folderID ) : void
Network_OnLogin ( LoginStatus login, string message ) : void

Описание методов

ClearNodes() публичный Метод

Thread-safe method for clearing the TreeView control
public ClearNodes ( ) : void
Результат void

CollapseNode() публичный Метод

Thread-safe method for collapsing a TreeNode in the control
public CollapseNode ( TreeNode node ) : void
node System.Windows.Forms.TreeNode
Результат void

ExpandNode() публичный Метод

Thread-safe method for expanding a TreeNode in the control
public ExpandNode ( TreeNode node ) : void
node System.Windows.Forms.TreeNode
Результат void

InventoryTree() публичный Метод

TreeView control for an unspecified client's inventory
public InventoryTree ( ) : System.Collections.Generic
Результат System.Collections.Generic

InventoryTree() публичный Метод

TreeView control for the specified client's inventory
public InventoryTree ( GridClient client ) : System.Collections.Generic
client GridClient
Результат System.Collections.Generic

UpdateFolder() публичный Метод

Thread-safe method for updating the contents of the specified folder UUID
public UpdateFolder ( UUID folderID ) : void
folderID UUID
Результат void