C# Class FaceSpot.Db.Face

Inheritance: FSpot.DbItem, IDisposable
Datei anzeigen 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_oe property

public bool autoDetected
return bool

iconPixbuf public_oe property

public Pixbuf,Gdk iconPixbuf
return Gdk.Pixbuf

iconWasCleared public_oe property

public bool iconWasCleared
return bool

photo public_oe property

public Photo,FSpot photo
return FSpot.Photo