C# Class SIPSorcery.UIControls.AssetViewPanel

Inheritance: System.Windows.Controls.StackPanel
Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

Свойство Type Description
GetAssetList GetAssetListDelegate

Méthodes publiques

Méthode Description
AssetAdded ( ) : void

Lets the panel know the asset manager created a new asset and that the total and list display count should be incremented.

AssetDeleted ( ) : void

The opposite of adding an asset. Lets the panel know the asset manager deleted an asset and that the total and list display count should be decremented.

AssetViewPanel ( ) : System
CloseDetailsPane ( ) : void
MenuEnableAdd ( bool isEnabled ) : void
MenuEnableFilter ( bool isEnabled ) : void
MenuEnableHelp ( bool isEnabled ) : void
MenuEnableRefresh ( bool isEnabled ) : void
RefreshAsync ( ) : void
SetAssetListSource ( IEnumerable list ) : void
SetDetailsElement ( UIElement detailsElement ) : void
SetHeight ( double height ) : void
SetMenuBarWdth ( double width ) : void
SetTitle ( string title ) : void

Private Methods

Méthode Description
AssetViewPanel_Loaded ( object sender, RoutedEventArgs e ) : void
DetailsBorder_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
MenuBar_Add ( ) : void
MenuBar_Help ( ) : void
MenuBar_PageFirst ( ) : void
MenuBar_PageLast ( ) : void
MenuBar_PageNext ( ) : void
MenuBar_PagePrevious ( ) : void

Method Details

AssetAdded() public méthode

Lets the panel know the asset manager created a new asset and that the total and list display count should be incremented.
public AssetAdded ( ) : void
Résultat void

AssetDeleted() public méthode

The opposite of adding an asset. Lets the panel know the asset manager deleted an asset and that the total and list display count should be decremented.
public AssetDeleted ( ) : void
Résultat void

AssetViewPanel() public méthode

public AssetViewPanel ( ) : System
Résultat System

CloseDetailsPane() public méthode

public CloseDetailsPane ( ) : void
Résultat void

MenuEnableAdd() public méthode

public MenuEnableAdd ( bool isEnabled ) : void
isEnabled bool
Résultat void

MenuEnableFilter() public méthode

public MenuEnableFilter ( bool isEnabled ) : void
isEnabled bool
Résultat void

MenuEnableHelp() public méthode

public MenuEnableHelp ( bool isEnabled ) : void
isEnabled bool
Résultat void

MenuEnableRefresh() public méthode

public MenuEnableRefresh ( bool isEnabled ) : void
isEnabled bool
Résultat void

RefreshAsync() public méthode

public RefreshAsync ( ) : void
Résultat void

SetAssetListSource() public méthode

public SetAssetListSource ( IEnumerable list ) : void
list IEnumerable
Résultat void

SetDetailsElement() public méthode

public SetDetailsElement ( UIElement detailsElement ) : void
detailsElement UIElement
Résultat void

SetHeight() public méthode

public SetHeight ( double height ) : void
height double
Résultat void

SetMenuBarWdth() public méthode

public SetMenuBarWdth ( double width ) : void
width double
Résultat void

SetTitle() public méthode

public SetTitle ( string title ) : void
title string
Résultat void

Property Details

GetAssetList public_oe property

public GetAssetListDelegate GetAssetList
Résultat GetAssetListDelegate