C# Class FSpot.Loaders.GdkImageLoader

Inheritance: Gdk.PixbufLoader, IImageLoader
Datei anzeigen Open project: mono/f-spot

Public Methods

Method Description
Close ( ) : bool
Dispose ( ) : void
GdkImageLoader ( ) : System
HandleReadDone ( IAsyncResult ar ) : void
Load ( SafeUri uri ) : void

Protected Methods

Method Description
OnAreaPrepared ( ) : void
OnAreaUpdated ( int x, int y, int width, int height ) : void
OnCompleted ( ) : void

Method Details

Close() public method

public Close ( ) : bool
return bool

Dispose() public method

public Dispose ( ) : void
return void

GdkImageLoader() public method

public GdkImageLoader ( ) : System
return System

HandleReadDone() public method

public HandleReadDone ( IAsyncResult ar ) : void
ar IAsyncResult
return void

Load() public method

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

OnAreaPrepared() protected method

protected OnAreaPrepared ( ) : void
return void

OnAreaUpdated() protected method

protected OnAreaUpdated ( int x, int y, int width, int height ) : void
x int
y int
width int
height int
return void

OnCompleted() protected method

protected OnCompleted ( ) : void
return void