C# 클래스 FaceSpot.FaceOverlay

Rectangle Face Overlay For Facespot 3 Actions - Image Selection - Face Selection - Browser Zoom / Move
상속: Gtk.Window
파일 보기 프로젝트 열기: kanitw/facespot

Private Properties

프로퍼티 타입 설명
ComputeScaledSize void
DrawFaceRectangles void
FaceOverlay System
HandleButtonPressEvent void
HandleButtonReleaseEvent void
HandleMotionNotifyEvent void
MainWindowToplevelPhotoViewViewExposeEvent void
MainWindowToplevelWindowExposeEvent void
ViewExposeEvent void
ViewHidden void
ViewItemChanged void
ViewShown void
ViewZoomChanged void
WinConfigureEvent void

공개 메소드들

메소드 설명
ClearOverlayFaces ( ) : void
FillRectangle ( Gdk.Rectangle rect, Cairo ctx, bool known, bool selected ) : void
ShowOverlayFaces ( ) : void

보호된 메소드들

메소드 설명
ImageCoordsToWindow ( Point image ) : Point
ImageCoordsToWindow ( Gdk.Rectangle image ) : Gdk.Rectangle
OnExposeEvent ( Gdk args ) : bool

비공개 메소드들

메소드 설명
ComputeScaledSize ( ) : void
DrawFaceRectangles ( ) : void
FaceOverlay ( ) : System
HandleButtonPressEvent ( object o, ButtonPressEventArgs args ) : void
HandleButtonReleaseEvent ( object o, Gtk.ButtonReleaseEventArgs args ) : void
HandleMotionNotifyEvent ( object o, Gtk.MotionNotifyEventArgs args ) : void
MainWindowToplevelPhotoViewViewExposeEvent ( object o, ExposeEventArgs args ) : void
MainWindowToplevelWindowExposeEvent ( object o, ExposeEventArgs args ) : void
ViewExposeEvent ( object o, ExposeEventArgs args ) : void
ViewHidden ( object sender, EventArgs e ) : void
ViewItemChanged ( object sender, FSpot.BrowsablePointerChangedEventArgs e ) : void
ViewShown ( object sender, EventArgs e ) : void
ViewZoomChanged ( object sender, EventArgs e ) : void
WinConfigureEvent ( object o, Gtk.ConfigureEventArgs args ) : void

메소드 상세

ClearOverlayFaces() 공개 메소드

public ClearOverlayFaces ( ) : void
리턴 void

FillRectangle() 공개 메소드

public FillRectangle ( Gdk.Rectangle rect, Cairo ctx, bool known, bool selected ) : void
rect Gdk.Rectangle
ctx Cairo
known bool
selected bool
리턴 void

ImageCoordsToWindow() 보호된 메소드

protected ImageCoordsToWindow ( Point image ) : Point
image Point
리턴 Point

ImageCoordsToWindow() 보호된 메소드

protected ImageCoordsToWindow ( Gdk.Rectangle image ) : Gdk.Rectangle
image Gdk.Rectangle
리턴 Gdk.Rectangle

OnExposeEvent() 보호된 메소드

protected OnExposeEvent ( Gdk args ) : bool
args Gdk
리턴 bool

ShowOverlayFaces() 공개 메소드

public ShowOverlayFaces ( ) : void
리턴 void