C# 클래스 SIPSorcery.UIControls.AssetViewPanel

상속: System.Windows.Controls.StackPanel
파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GetAssetList GetAssetListDelegate

공개 메소드들

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

비공개 메소드들

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

메소드 상세

AssetAdded() 공개 메소드

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
리턴 void

AssetDeleted() 공개 메소드

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
리턴 void

AssetViewPanel() 공개 메소드

public AssetViewPanel ( ) : System
리턴 System

CloseDetailsPane() 공개 메소드

public CloseDetailsPane ( ) : void
리턴 void

MenuEnableAdd() 공개 메소드

public MenuEnableAdd ( bool isEnabled ) : void
isEnabled bool
리턴 void

MenuEnableFilter() 공개 메소드

public MenuEnableFilter ( bool isEnabled ) : void
isEnabled bool
리턴 void

MenuEnableHelp() 공개 메소드

public MenuEnableHelp ( bool isEnabled ) : void
isEnabled bool
리턴 void

MenuEnableRefresh() 공개 메소드

public MenuEnableRefresh ( bool isEnabled ) : void
isEnabled bool
리턴 void

RefreshAsync() 공개 메소드

public RefreshAsync ( ) : void
리턴 void

SetAssetListSource() 공개 메소드

public SetAssetListSource ( IEnumerable list ) : void
list IEnumerable
리턴 void

SetDetailsElement() 공개 메소드

public SetDetailsElement ( UIElement detailsElement ) : void
detailsElement UIElement
리턴 void

SetHeight() 공개 메소드

public SetHeight ( double height ) : void
height double
리턴 void

SetMenuBarWdth() 공개 메소드

public SetMenuBarWdth ( double width ) : void
width double
리턴 void

SetTitle() 공개 메소드

public SetTitle ( string title ) : void
title string
리턴 void

프로퍼티 상세

GetAssetList 공개적으로 프로퍼티

public GetAssetListDelegate GetAssetList
리턴 GetAssetListDelegate