C# Class FSpot.App

Inheritance: Unique.App
Exibir arquivo Open project: mono/f-spot

Public Methods

Method 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

Method 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 method

public Import ( string path ) : void
path string
return void

Organize() public method

public Organize ( ) : void
return void

Shutdown() public method

public Shutdown ( ) : void
return void

Slideshow() public method

public Slideshow ( string tagname ) : void
tagname string
return void

View() public method

public View ( IEnumerable uris ) : void
uris IEnumerable
return void

View() public method

public View ( IEnumerable uris ) : void
uris IEnumerable
return void

View() public method

public View ( SafeUri uri ) : void
uri SafeUri
return void

View() public method

public View ( string uri ) : void
uri string
return void