Property | Type | Description | |
---|---|---|---|
Presets | List |
||
SelectedPreset |
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 |
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 |
public AddPageCompleted ( string address, string remote_path ) : void | ||
address | string | |
remote_path | string | |
return | void |
public CheckAddPage ( string address, string remote_path, int selected_preset ) : void | ||
address | string | |
remote_path | string | |
selected_preset | int | |
return | void |
public CheckCryptoPasswordPage ( string password ) : void | ||
password | string | |
return | void |
public CheckCryptoSetupPage ( string password ) : void | ||
password | string | |
return | void |
public CheckSetupPage ( string full_name, string email ) : void | ||
full_name | string | |
string | ||
return | void |
public CryptoPasswordPageCompleted ( string password ) : void | ||
password | string | |
return | void |
public CryptoSetupPageCompleted ( string password ) : void | ||
password | string | |
return | void |
public HistoryItemChanged ( bool fetch_prior_history ) : void | ||
fetch_prior_history | bool | |
return | void |
public SelectedPresetChanged ( int preset_index ) : void | ||
preset_index | int | |
return | void |
public SetupPageCompleted ( string full_name, string email ) : void | ||
full_name | string | |
string | ||
return | void |
public StoragePageCompleted ( StorageType storage_type ) : void | ||
storage_type | StorageType | |
return | void |