C# Class SparkleShare.SparkleSetupController

Mostrar archivo Open project: brandondahler/SparkleShare

Public Properties

Property Type Description
Plugins List
SelectedPlugin SparkleShare.SparklePlugin

Public Methods

Method 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

Method 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 method

public AddPageCompleted ( string address, string remote_path ) : void
address string
remote_path string
return void

CheckAddPage() public method

public CheckAddPage ( string address, string remote_path, int selected_plugin ) : void
address string
remote_path string
selected_plugin int
return void

CheckCryptoPasswordPage() public method

public CheckCryptoPasswordPage ( string password ) : void
password string
return void

CheckCryptoSetupPage() public method

public CheckCryptoSetupPage ( string password ) : void
password string
return void

CheckSetupPage() public method

public CheckSetupPage ( string full_name, string email ) : void
full_name string
email string
return void

CryptoPageCancelled() public method

public CryptoPageCancelled ( ) : void
return void

CryptoPasswordPageCompleted() public method

public CryptoPasswordPageCompleted ( string password ) : void
password string
return void

CryptoSetupPageCompleted() public method

public CryptoSetupPageCompleted ( string password ) : void
password string
return void

ErrorPageCompleted() public method

public ErrorPageCompleted ( ) : void
return void

FinishPageCompleted() public method

public FinishPageCompleted ( ) : void
return void

HistoryItemChanged() public method

public HistoryItemChanged ( bool fetch_prior_history ) : void
fetch_prior_history bool
return void

InvitePageCompleted() public method

public InvitePageCompleted ( ) : void
return void

PageCancelled() public method

public PageCancelled ( ) : void
return void

SelectedPluginChanged() public method

public SelectedPluginChanged ( int plugin_index ) : void
plugin_index int
return void

SetupPageCancelled() public method

public SetupPageCancelled ( ) : void
return void

SetupPageCompleted() public method

public SetupPageCompleted ( string full_name, string email ) : void
full_name string
email string
return void

ShowFilesClicked() public method

public ShowFilesClicked ( ) : void
return void

SparkleSetupController() public method

public SparkleSetupController ( ) : System
return System

StartupItemChanged() public method

public StartupItemChanged ( bool create_startup_item ) : void
create_startup_item bool
return void

SyncingCancelled() public method

public SyncingCancelled ( ) : void
return void

TutorialPageCompleted() public method

public TutorialPageCompleted ( ) : void
return void

TutorialSkipped() public method

public TutorialSkipped ( ) : void
return void

Property Details

Plugins public_oe property

public List Plugins
return List

SelectedPlugin public_oe property

public SparklePlugin,SparkleShare SelectedPlugin
return SparkleShare.SparklePlugin