C# Class SparkleShare.Controller

Inheritance: BaseController
Afficher le fichier Open project: hbons/SparkleShare Class Usage Examples

Méthodes publiques

Méthode Description
Controller ( ) : System
CopyToClipboard ( string text ) : void
CreateSparkleShareFolder ( ) : bool
CreateStartupItem ( ) : void
Initialize ( ) : void
InstallProtocolHandler ( ) : void
Invoke ( Code code ) : void
OpenFile ( string path ) : void
OpenFolder ( string path ) : void
OpenWebsite ( string url ) : void
SetFolderIcon ( ) : void

Private Methods

Méthode Description
MacFileActivityTask ( BaseRepository repo, FileSystemEventArgs fse_args ) : FileActivityTask
OnFilesChanged ( List changed_files_in_basedir ) : void

Method Details

Controller() public méthode

public Controller ( ) : System
Résultat System

CopyToClipboard() public méthode

public CopyToClipboard ( string text ) : void
text string
Résultat void

CreateSparkleShareFolder() public méthode

public CreateSparkleShareFolder ( ) : bool
Résultat bool

CreateStartupItem() public méthode

public CreateStartupItem ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

InstallProtocolHandler() public méthode

public InstallProtocolHandler ( ) : void
Résultat void

Invoke() public méthode

public Invoke ( Code code ) : void
code Code
Résultat void

OpenFile() public méthode

public OpenFile ( string path ) : void
path string
Résultat void

OpenFolder() public méthode

public OpenFolder ( string path ) : void
path string
Résultat void

OpenWebsite() public méthode

public OpenWebsite ( string url ) : void
url string
Résultat void

SetFolderIcon() public méthode

public SetFolderIcon ( ) : void
Résultat void