C# Class FaceSpot.FaceOverlay

Rectangle Face Overlay For Facespot 3 Actions - Image Selection - Face Selection - Browser Zoom / Move
Inheritance: Gtk.Window
Afficher le fichier Open project: kanitw/facespot

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
ClearOverlayFaces ( ) : void
FillRectangle ( Gdk.Rectangle rect, Cairo ctx, bool known, bool selected ) : void
ShowOverlayFaces ( ) : void

Méthodes protégées

Méthode Description
ImageCoordsToWindow ( Point image ) : Point
ImageCoordsToWindow ( Gdk.Rectangle image ) : Gdk.Rectangle
OnExposeEvent ( Gdk args ) : bool

Private Methods

Méthode Description
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

Method Details

ClearOverlayFaces() public méthode

public ClearOverlayFaces ( ) : void
Résultat void

FillRectangle() public méthode

public FillRectangle ( Gdk.Rectangle rect, Cairo ctx, bool known, bool selected ) : void
rect Gdk.Rectangle
ctx Cairo
known bool
selected bool
Résultat void

ImageCoordsToWindow() protected méthode

protected ImageCoordsToWindow ( Point image ) : Point
image Point
Résultat Point

ImageCoordsToWindow() protected méthode

protected ImageCoordsToWindow ( Gdk.Rectangle image ) : Gdk.Rectangle
image Gdk.Rectangle
Résultat Gdk.Rectangle

OnExposeEvent() protected méthode

protected OnExposeEvent ( Gdk args ) : bool
args Gdk
Résultat bool

ShowOverlayFaces() public méthode

public ShowOverlayFaces ( ) : void
Résultat void