C# 클래스 SparkleShare.SetupController

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

공개 프로퍼티들

프로퍼티 타입 설명
Presets List
SelectedPreset Sparkles.Preset

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

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

CopyToClipboardClicked() 공개 메소드

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

SelectedPresetChanged() 공개 메소드

public SelectedPresetChanged ( int preset_index ) : void
preset_index int
리턴 void

SetupController() 공개 메소드

public SetupController ( ) : System
리턴 System

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

StoragePageCompleted() 공개 메소드

public StoragePageCompleted ( StorageType storage_type ) : void
storage_type StorageType
리턴 void

SyncingCancelled() 공개 메소드

public SyncingCancelled ( ) : void
리턴 void

프로퍼티 상세

Presets 공개적으로 프로퍼티

public List Presets
리턴 List

SelectedPreset 공개적으로 프로퍼티

public Preset,Sparkles SelectedPreset
리턴 Sparkles.Preset