C# 클래스 SparkleShare.SparkleControllerBase

상속: ActivityListener
파일 보기 프로젝트 열기: brandondahler/SparkleShare

공개 프로퍼티들

프로퍼티 타입 설명
ProgressPercentage double
ProgressSpeedDown double
ProgressSpeedUp double

공개 메소드들

메소드 설명
AddToBookmarks ( ) : void
CheckPassword ( string password ) : bool
CreateSparkleShareFolder ( ) : bool
CreateStartupItem ( ) : void
FinishFetcher ( ) : void
FinishFetcher ( string password ) : void
GetAvatar ( string email, int size ) : string
Initialize ( ) : void
InstallProtocolHandler ( ) : void
OpenFile ( string path ) : void
OpenFolder ( string path ) : void
OpenSparkleShareFolder ( ) : void
OpenSparkleShareFolder ( string name ) : void
OpenWebsite ( string url ) : void
Quit ( ) : void
ShowAboutWindow ( ) : void
ShowEventLogWindow ( ) : void
ShowSetupWindow ( PageType page_type ) : void
SparkleControllerBase ( ) : System
StartFetcher ( SparkleFetcherInfo info ) : void
StopFetcher ( ) : void
ToggleNotifications ( ) : void
UIHasLoaded ( ) : void

비공개 메소드들

메소드 설명
AddRepository ( string folder_path ) : void
CheckRepositories ( ) : void
ClearDirectoryAttributes ( string path ) : void
GetAvatarValidationCallBack ( Object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors errors ) : bool
HandleInvite ( FileSystemEventArgs args ) : void
IsSymlink ( string file ) : bool
OnFolderActivity ( object o, FileSystemEventArgs args ) : void
RemoveRepository ( string folder_path ) : void
UpdateState ( ) : void

메소드 상세

AddToBookmarks() 공개 추상적인 메소드

public abstract AddToBookmarks ( ) : void
리턴 void

CheckPassword() 공개 메소드

public CheckPassword ( string password ) : bool
password string
리턴 bool

CreateSparkleShareFolder() 공개 추상적인 메소드

public abstract CreateSparkleShareFolder ( ) : bool
리턴 bool

CreateStartupItem() 공개 추상적인 메소드

public abstract CreateStartupItem ( ) : void
리턴 void

FinishFetcher() 공개 메소드

public FinishFetcher ( ) : void
리턴 void

FinishFetcher() 공개 메소드

public FinishFetcher ( string password ) : void
password string
리턴 void

GetAvatar() 공개 메소드

public GetAvatar ( string email, int size ) : string
email string
size int
리턴 string

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

InstallProtocolHandler() 공개 추상적인 메소드

public abstract InstallProtocolHandler ( ) : void
리턴 void

OpenFile() 공개 추상적인 메소드

public abstract OpenFile ( string path ) : void
path string
리턴 void

OpenFolder() 공개 추상적인 메소드

public abstract OpenFolder ( string path ) : void
path string
리턴 void

OpenSparkleShareFolder() 공개 메소드

public OpenSparkleShareFolder ( ) : void
리턴 void

OpenSparkleShareFolder() 공개 메소드

public OpenSparkleShareFolder ( string name ) : void
name string
리턴 void

OpenWebsite() 공개 추상적인 메소드

public abstract OpenWebsite ( string url ) : void
url string
리턴 void

Quit() 공개 메소드

public Quit ( ) : void
리턴 void

ShowAboutWindow() 공개 메소드

public ShowAboutWindow ( ) : void
리턴 void

ShowEventLogWindow() 공개 메소드

public ShowEventLogWindow ( ) : void
리턴 void

ShowSetupWindow() 공개 메소드

public ShowSetupWindow ( PageType page_type ) : void
page_type PageType
리턴 void

SparkleControllerBase() 공개 메소드

public SparkleControllerBase ( ) : System
리턴 System

StartFetcher() 공개 메소드

public StartFetcher ( SparkleFetcherInfo info ) : void
info SparkleLib.SparkleFetcherInfo
리턴 void

StopFetcher() 공개 메소드

public StopFetcher ( ) : void
리턴 void

ToggleNotifications() 공개 메소드

public ToggleNotifications ( ) : void
리턴 void

UIHasLoaded() 공개 메소드

public UIHasLoaded ( ) : void
리턴 void

프로퍼티 상세

ProgressPercentage 공개적으로 프로퍼티

public double ProgressPercentage
리턴 double

ProgressSpeedDown 공개적으로 프로퍼티

public double ProgressSpeedDown
리턴 double

ProgressSpeedUp 공개적으로 프로퍼티

public double ProgressSpeedUp
리턴 double