C# 클래스 ZeroInstall.Central.WinForms.AppTileList

Displays a list of AppTiles.
상속: System.Windows.Forms.UserControl, IAppTileList
파일 보기 프로젝트 열기: 0install/0install-win

공개 프로퍼티들

프로퍼티 타입 설명
TextSearch HintTextBox

Private Properties

프로퍼티 타입 설명
RecolorTiles void
RemoveTile void

공개 메소드들

메소드 설명
AddQueuedTiles ( ) : void
AppTileList ( ) : System

Creates a new AppTile list.

Clear ( ) : void
GetTile ( FeedUri interfaceUri ) : IAppTile
PerformScroll ( int delta ) : void

Scrolls the list by a specified delta.

QueueNewTile ( FeedUri interfaceUri, string appName, AppStatus status, IIconCache iconCache = null, bool machineWide = false ) : IAppTile
RemoveTile ( FeedUri interfaceUri ) : void
ShowCategories ( ) : void

보호된 메소드들

메소드 설명
RefilterTiles ( ) : void

Applies the search filter to the list of tiles. Should be called after the filter was changed.

비공개 메소드들

메소드 설명
RecolorTiles ( ) : void

Colors all application tiles in the list. Should be called after one or more tiles were removed.

RemoveTile ( AppTile tile ) : void

Removes an application tile from the list.

Disposes the AppTile (it cannot be reused).

메소드 상세

AddQueuedTiles() 공개 메소드

public AddQueuedTiles ( ) : void
리턴 void

AppTileList() 공개 메소드

Creates a new AppTile list.
public AppTileList ( ) : System
리턴 System

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetTile() 공개 메소드

public GetTile ( FeedUri interfaceUri ) : IAppTile
interfaceUri FeedUri
리턴 IAppTile

PerformScroll() 공개 메소드

Scrolls the list by a specified delta.
public PerformScroll ( int delta ) : void
delta int
리턴 void

QueueNewTile() 공개 메소드

public QueueNewTile ( FeedUri interfaceUri, string appName, AppStatus status, IIconCache iconCache = null, bool machineWide = false ) : IAppTile
interfaceUri FeedUri
appName string
status AppStatus
iconCache IIconCache
machineWide bool
리턴 IAppTile

RefilterTiles() 보호된 메소드

Applies the search filter to the list of tiles. Should be called after the filter was changed.
protected RefilterTiles ( ) : void
리턴 void

RemoveTile() 공개 메소드

public RemoveTile ( FeedUri interfaceUri ) : void
interfaceUri FeedUri
리턴 void

ShowCategories() 공개 메소드

public ShowCategories ( ) : void
리턴 void

프로퍼티 상세

TextSearch 공개적으로 프로퍼티

Allows the user to search/filter the AppTiles.
public HintTextBox TextSearch
리턴 HintTextBox