C# Class SparkleShare.SetupController

Mostrar archivo Open project: hbons/SparkleShare

Public Properties

Property Type Description
Presets List
SelectedPreset Sparkles.Preset

Public Methods

Method Description
AddPageCompleted ( string address, string remote_path ) : void
CheckAddPage ( string address, string remote_path, int selected_preset ) : void
CheckCryptoPasswordPage ( string password ) : void
CheckCryptoSetupPage ( string password ) : void
CheckSetupPage ( string full_name, string email ) : void
CopyToClipboardClicked ( ) : 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
SelectedPresetChanged ( int preset_index ) : void
SetupController ( ) : System
SetupPageCancelled ( ) : void
SetupPageCompleted ( string full_name, string email ) : void
ShowFilesClicked ( ) : void
StoragePageCompleted ( StorageType storage_type ) : void
SyncingCancelled ( ) : 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, double speed, string information ) : 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_preset ) : void
address string
remote_path string
selected_preset 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

CopyToClipboardClicked() public method

public CopyToClipboardClicked ( ) : void
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

SelectedPresetChanged() public method

public SelectedPresetChanged ( int preset_index ) : void
preset_index int
return void

SetupController() public method

public SetupController ( ) : System
return System

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

StoragePageCompleted() public method

public StoragePageCompleted ( StorageType storage_type ) : void
storage_type StorageType
return void

SyncingCancelled() public method

public SyncingCancelled ( ) : void
return void

Property Details

Presets public_oe property

public List Presets
return List

SelectedPreset public_oe property

public Preset,Sparkles SelectedPreset
return Sparkles.Preset