C# 클래스 OpenRA.Mods.Common.Widgets.Logic.ReplayBrowserLogic

상속: ChromeLogic
파일 보기 프로젝트 열기: pchote/OpenRA

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
AddReplay ( ReplayMetadata replay, ScrollItemWidget template ) : void
ApplyFilter ( ) : void
DeleteReplay ( ReplayMetadata replay ) : void
EvaluateReplayVisibility ( ReplayMetadata replay ) : bool
LoadReplays ( string dir, ScrollItemWidget template ) : void
OnGameStart ( ) : void
RenameReplay ( ReplayMetadata replay, string newFilenameWithoutExtension ) : void
ReplayBrowserLogic ( OpenRA.Widgets.Widget widget, ModData modData, System.Action onExit, System.Action onStart ) : System
SelectFirstVisibleReplay ( ) : void
SelectReplay ( ReplayMetadata replay ) : void
SetupFilters ( ) : void
SetupManagement ( ) : void
SetupReplayDependentFilters ( ) : void
WatchReplay ( ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void