C# Class SparkleShare.SparkleControllerBase

Inheritance: ActivityListener
Afficher le fichier Open project: brandondahler/SparkleShare

Méthodes publiques

Свойство Type Description
ProgressPercentage double
ProgressSpeedDown double
ProgressSpeedUp double

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

AddToBookmarks() public abstract méthode

public abstract AddToBookmarks ( ) : void
Résultat void

CheckPassword() public méthode

public CheckPassword ( string password ) : bool
password string
Résultat bool

CreateSparkleShareFolder() public abstract méthode

public abstract CreateSparkleShareFolder ( ) : bool
Résultat bool

CreateStartupItem() public abstract méthode

public abstract CreateStartupItem ( ) : void
Résultat void

FinishFetcher() public méthode

public FinishFetcher ( ) : void
Résultat void

FinishFetcher() public méthode

public FinishFetcher ( string password ) : void
password string
Résultat void

GetAvatar() public méthode

public GetAvatar ( string email, int size ) : string
email string
size int
Résultat string

Initialize() public méthode

public Initialize ( ) : void
Résultat void

InstallProtocolHandler() public abstract méthode

public abstract InstallProtocolHandler ( ) : void
Résultat void

OpenFile() public abstract méthode

public abstract OpenFile ( string path ) : void
path string
Résultat void

OpenFolder() public abstract méthode

public abstract OpenFolder ( string path ) : void
path string
Résultat void

OpenSparkleShareFolder() public méthode

public OpenSparkleShareFolder ( ) : void
Résultat void

OpenSparkleShareFolder() public méthode

public OpenSparkleShareFolder ( string name ) : void
name string
Résultat void

OpenWebsite() public abstract méthode

public abstract OpenWebsite ( string url ) : void
url string
Résultat void

Quit() public méthode

public Quit ( ) : void
Résultat void

ShowAboutWindow() public méthode

public ShowAboutWindow ( ) : void
Résultat void

ShowEventLogWindow() public méthode

public ShowEventLogWindow ( ) : void
Résultat void

ShowSetupWindow() public méthode

public ShowSetupWindow ( PageType page_type ) : void
page_type PageType
Résultat void

SparkleControllerBase() public méthode

public SparkleControllerBase ( ) : System
Résultat System

StartFetcher() public méthode

public StartFetcher ( SparkleFetcherInfo info ) : void
info SparkleLib.SparkleFetcherInfo
Résultat void

StopFetcher() public méthode

public StopFetcher ( ) : void
Résultat void

ToggleNotifications() public méthode

public ToggleNotifications ( ) : void
Résultat void

UIHasLoaded() public méthode

public UIHasLoaded ( ) : void
Résultat void

Property Details

ProgressPercentage public_oe property

public double ProgressPercentage
Résultat double

ProgressSpeedDown public_oe property

public double ProgressSpeedDown
Résultat double

ProgressSpeedUp public_oe property

public double ProgressSpeedUp
Résultat double