C# Class SparkleShare.SetupController

Afficher le fichier Open project: hbons/SparkleShare

Méthodes publiques

Свойство Type Description
Presets List
SelectedPreset Sparkles.Preset

Méthodes publiques

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

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, double speed, string information ) : 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_preset ) : void
address string
remote_path string
selected_preset 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

CopyToClipboardClicked() public méthode

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

SelectedPresetChanged() public méthode

public SelectedPresetChanged ( int preset_index ) : void
preset_index int
Résultat void

SetupController() public méthode

public SetupController ( ) : System
Résultat System

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

StoragePageCompleted() public méthode

public StoragePageCompleted ( StorageType storage_type ) : void
storage_type StorageType
Résultat void

SyncingCancelled() public méthode

public SyncingCancelled ( ) : void
Résultat void

Property Details

Presets public_oe property

public List Presets
Résultat List

SelectedPreset public_oe property

public Preset,Sparkles SelectedPreset
Résultat Sparkles.Preset