Свойство | Тип | Описание | |
---|---|---|---|
Plugins | List |
||
SelectedPlugin | SparkleShare.SparklePlugin |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
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 |
public AddPageCompleted ( string address, string remote_path ) : void | ||
address | string | |
remote_path | string | |
Результат | void |
public CheckAddPage ( string address, string remote_path, int selected_plugin ) : void | ||
address | string | |
remote_path | string | |
selected_plugin | int | |
Результат | void |
public CheckCryptoPasswordPage ( string password ) : void | ||
password | string | |
Результат | void |
public CheckCryptoSetupPage ( string password ) : void | ||
password | string | |
Результат | void |
public CheckSetupPage ( string full_name, string email ) : void | ||
full_name | string | |
string | ||
Результат | void |
public CryptoPasswordPageCompleted ( string password ) : void | ||
password | string | |
Результат | void |
public CryptoSetupPageCompleted ( string password ) : void | ||
password | string | |
Результат | void |
public HistoryItemChanged ( bool fetch_prior_history ) : void | ||
fetch_prior_history | bool | |
Результат | void |
public SelectedPluginChanged ( int plugin_index ) : void | ||
plugin_index | int | |
Результат | void |
public SetupPageCompleted ( string full_name, string email ) : void | ||
full_name | string | |
string | ||
Результат | void |
public SparkleSetupController ( ) : System | ||
Результат | System |
public StartupItemChanged ( bool create_startup_item ) : void | ||
create_startup_item | bool | |
Результат | void |