C# Class FaceSpot.Db.Face

Inheritance: FSpot.DbItem, IDisposable
Show file Open project: kanitw/facespot Class Usage Examples

Public Properties

Property Type Description
autoDetected bool
iconPixbuf Gdk.Pixbuf
iconWasCleared bool
photo FSpot.Photo

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void
Face ( uint id, uint leftX, uint topY, uint width, Photo photo, FSpot.Tag tag, bool tagConfirmed, bool autoDetected, bool autoRecognized, Gdk.Pixbuf icon, long unix_time ) : System
HasRejected ( FSpot.Tag tag ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Face() public method

public Face ( uint id, uint leftX, uint topY, uint width, Photo photo, FSpot.Tag tag, bool tagConfirmed, bool autoDetected, bool autoRecognized, Gdk.Pixbuf icon, long unix_time ) : System
id uint
leftX uint
topY uint
width uint
photo FSpot.Photo
tag FSpot.Tag
tagConfirmed bool
autoDetected bool
autoRecognized bool
icon Gdk.Pixbuf
unix_time long
return System

HasRejected() public method

public HasRejected ( FSpot.Tag tag ) : bool
tag FSpot.Tag
return bool

Property Details

autoDetected public property

public bool autoDetected
return bool

iconPixbuf public property

public Pixbuf,Gdk iconPixbuf
return Gdk.Pixbuf

iconWasCleared public property

public bool iconWasCleared
return bool

photo public property

public Photo,FSpot photo
return FSpot.Photo