C# 클래스 FaceSpot.Db.Face

상속: FSpot.DbItem, IDisposable
파일 보기 프로젝트 열기: kanitw/facespot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
autoDetected bool
iconPixbuf Gdk.Pixbuf
iconWasCleared bool
photo FSpot.Photo

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Face() 공개 메소드

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
리턴 System

HasRejected() 공개 메소드

public HasRejected ( FSpot.Tag tag ) : bool
tag FSpot.Tag
리턴 bool

프로퍼티 상세

autoDetected 공개적으로 프로퍼티

public bool autoDetected
리턴 bool

iconPixbuf 공개적으로 프로퍼티

public Pixbuf,Gdk iconPixbuf
리턴 Gdk.Pixbuf

iconWasCleared 공개적으로 프로퍼티

public bool iconWasCleared
리턴 bool

photo 공개적으로 프로퍼티

public Photo,FSpot photo
리턴 FSpot.Photo