C# Class SparkleShare.SparkleSetupController

Afficher le fichier Open project: brandondahler/SparkleShare

Méthodes publiques

Свойство Type Description
Plugins List
SelectedPlugin SparkleShare.SparklePlugin

Méthodes publiques

Méthode Description
AddPageCompleted ( string address, string remote_path ) : void
CheckAddPage ( string address, string remote_path, int selected_plugin ) : void
CheckCryptoPasswordPage ( string password ) : void
CheckCryptoSetupPage ( string password ) : void
CheckSetupPage ( string full_name, string email ) : void
CryptoPageCancelled ( ) : void
CryptoPasswordPageCompleted ( string password ) : void
CryptoSetupPageCompleted ( string password ) : void
ErrorPageCompleted ( ) : void
FinishPageCompleted ( ) : void
HistoryItemChanged ( bool fetch_prior_history ) : void
InvitePageCompleted ( ) : void
PageCancelled ( ) : void
SelectedPluginChanged ( int plugin_index ) : void
SetupPageCancelled ( ) : void
SetupPageCompleted ( string full_name, string email ) : void
ShowFilesClicked ( ) : void
SparkleSetupController ( ) : System
StartupItemChanged ( bool create_startup_item ) : void
SyncingCancelled ( ) : void
TutorialPageCompleted ( ) : void
TutorialSkipped ( ) : void

Private Methods

Méthode Description
AddPageFetchErrorDelegate ( string remote_url, string errors ) : void
AddPageFetchedDelegate ( string remote_url, string warnings ) : void
InvitePageFetchErrorDelegate ( string remote_url, string errors ) : void
InvitePageFetchedDelegate ( string remote_url, string warnings ) : void
IsValidEmail ( string email ) : bool
SyncingPageFetchingDelegate ( double percentage ) : void

Method Details

AddPageCompleted() public méthode

public AddPageCompleted ( string address, string remote_path ) : void
address string
remote_path string
Résultat void

CheckAddPage() public méthode

public CheckAddPage ( string address, string remote_path, int selected_plugin ) : void
address string
remote_path string
selected_plugin int
Résultat void

CheckCryptoPasswordPage() public méthode

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

CheckCryptoSetupPage() public méthode

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

CheckSetupPage() public méthode

public CheckSetupPage ( string full_name, string email ) : void
full_name string
email string
Résultat void

CryptoPageCancelled() public méthode

public CryptoPageCancelled ( ) : void
Résultat void

CryptoPasswordPageCompleted() public méthode

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

CryptoSetupPageCompleted() public méthode

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

ErrorPageCompleted() public méthode

public ErrorPageCompleted ( ) : void
Résultat void

FinishPageCompleted() public méthode

public FinishPageCompleted ( ) : void
Résultat void

HistoryItemChanged() public méthode

public HistoryItemChanged ( bool fetch_prior_history ) : void
fetch_prior_history bool
Résultat void

InvitePageCompleted() public méthode

public InvitePageCompleted ( ) : void
Résultat void

PageCancelled() public méthode

public PageCancelled ( ) : void
Résultat void

SelectedPluginChanged() public méthode

public SelectedPluginChanged ( int plugin_index ) : void
plugin_index int
Résultat void

SetupPageCancelled() public méthode

public SetupPageCancelled ( ) : void
Résultat void

SetupPageCompleted() public méthode

public SetupPageCompleted ( string full_name, string email ) : void
full_name string
email string
Résultat void

ShowFilesClicked() public méthode

public ShowFilesClicked ( ) : void
Résultat void

SparkleSetupController() public méthode

public SparkleSetupController ( ) : System
Résultat System

StartupItemChanged() public méthode

public StartupItemChanged ( bool create_startup_item ) : void
create_startup_item bool
Résultat void

SyncingCancelled() public méthode

public SyncingCancelled ( ) : void
Résultat void

TutorialPageCompleted() public méthode

public TutorialPageCompleted ( ) : void
Résultat void

TutorialSkipped() public méthode

public TutorialSkipped ( ) : void
Résultat void

Property Details

Plugins public_oe property

public List Plugins
Résultat List

SelectedPlugin public_oe property

public SparklePlugin,SparkleShare SelectedPlugin
Résultat SparkleShare.SparklePlugin