C# Class FSpot.App

Inheritance: Unique.App
Afficher le fichier Open project: mono/f-spot

Méthodes publiques

Méthode Description
Import ( string path ) : void
Organize ( ) : void
Shutdown ( ) : void
Slideshow ( string tagname ) : void
View ( IEnumerable uris ) : void
View ( IEnumerable uris ) : void
View ( SafeUri uri ) : void
View ( string uri ) : void

Private Methods

Méthode Description
App ( ) : System
HandleDestroyed ( object sender, EventArgs e ) : void
HandleImport ( string path ) : void
HandleMessageReceived ( object sender, Unique.MessageReceivedArgs e ) : void
HandleOrganize ( ) : void
HandleShutdown ( ) : void
HandleSlideshow ( string tagname ) : void
HandleView ( string uris ) : void
Register ( Gtk window ) : void
SendMessage ( Command command, Unique.MessageData md ) : void

Method Details

Import() public méthode

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

Organize() public méthode

public Organize ( ) : void
Résultat void

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

Slideshow() public méthode

public Slideshow ( string tagname ) : void
tagname string
Résultat void

View() public méthode

public View ( IEnumerable uris ) : void
uris IEnumerable
Résultat void

View() public méthode

public View ( IEnumerable uris ) : void
uris IEnumerable
Résultat void

View() public méthode

public View ( SafeUri uri ) : void
uri SafeUri
Résultat void

View() public méthode

public View ( string uri ) : void
uri string
Résultat void