C# 클래스 SparkleShare.SparkleSetupController

파일 보기 프로젝트 열기: brandondahler/SparkleShare

공개 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

AddPageCompleted() 공개 메소드

public AddPageCompleted ( string address, string remote_path ) : void
address string
remote_path string
리턴 void

CheckAddPage() 공개 메소드

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

CheckCryptoPasswordPage() 공개 메소드

public CheckCryptoPasswordPage ( string password ) : void
password string
리턴 void

CheckCryptoSetupPage() 공개 메소드

public CheckCryptoSetupPage ( string password ) : void
password string
리턴 void

CheckSetupPage() 공개 메소드

public CheckSetupPage ( string full_name, string email ) : void
full_name string
email string
리턴 void

CryptoPageCancelled() 공개 메소드

public CryptoPageCancelled ( ) : void
리턴 void

CryptoPasswordPageCompleted() 공개 메소드

public CryptoPasswordPageCompleted ( string password ) : void
password string
리턴 void

CryptoSetupPageCompleted() 공개 메소드

public CryptoSetupPageCompleted ( string password ) : void
password string
리턴 void

ErrorPageCompleted() 공개 메소드

public ErrorPageCompleted ( ) : void
리턴 void

FinishPageCompleted() 공개 메소드

public FinishPageCompleted ( ) : void
리턴 void

HistoryItemChanged() 공개 메소드

public HistoryItemChanged ( bool fetch_prior_history ) : void
fetch_prior_history bool
리턴 void

InvitePageCompleted() 공개 메소드

public InvitePageCompleted ( ) : void
리턴 void

PageCancelled() 공개 메소드

public PageCancelled ( ) : void
리턴 void

SelectedPluginChanged() 공개 메소드

public SelectedPluginChanged ( int plugin_index ) : void
plugin_index int
리턴 void

SetupPageCancelled() 공개 메소드

public SetupPageCancelled ( ) : void
리턴 void

SetupPageCompleted() 공개 메소드

public SetupPageCompleted ( string full_name, string email ) : void
full_name string
email string
리턴 void

ShowFilesClicked() 공개 메소드

public ShowFilesClicked ( ) : void
리턴 void

SparkleSetupController() 공개 메소드

public SparkleSetupController ( ) : System
리턴 System

StartupItemChanged() 공개 메소드

public StartupItemChanged ( bool create_startup_item ) : void
create_startup_item bool
리턴 void

SyncingCancelled() 공개 메소드

public SyncingCancelled ( ) : void
리턴 void

TutorialPageCompleted() 공개 메소드

public TutorialPageCompleted ( ) : void
리턴 void

TutorialSkipped() 공개 메소드

public TutorialSkipped ( ) : void
리턴 void

프로퍼티 상세

Plugins 공개적으로 프로퍼티

public List Plugins
리턴 List

SelectedPlugin 공개적으로 프로퍼티

public SparklePlugin,SparkleShare SelectedPlugin
리턴 SparkleShare.SparklePlugin