C# Class LongoMatch.Gui.Dialog.DrawingTool

Inheritance: Gtk.Dialog
Afficher le fichier Open project: GNOME/longomatch Class Usage Examples

Méthodes publiques

Méthode Description
Destroy ( ) : void
DrawingTool ( Gtk.Window parent ) : System
LoadFrame ( Image frame, Project project ) : void
LoadPlay ( TimelineEvent play, Image frame, FrameDrawing drawing, CameraConfig camConfig, Project project ) : void

Méthodes protégées

Méthode Description
OnKeyPressEvent ( Gdk evnt ) : bool

Private Methods

Méthode Description
EditPlayer ( Text text ) : void
EditText ( Text text ) : void
FillLineStyle ( ) : void
FillLineType ( ) : void
HandleBackgroundColorSet ( object sender, EventArgs e ) : void
HandleClearClicked ( object sender, EventArgs e ) : void
HandleColorSet ( object sender, EventArgs e ) : void
HandleConfigureObjectEvent ( IBlackboardObject drawable, DrawTool tool ) : void
HandleDeleteEvent ( object o, Gtk.DeleteEventArgs args ) : void
HandleDrawableChangedEvent ( IBlackboardObject drawable ) : void
HandleLineStyleChanged ( object sender, EventArgs e ) : void
HandleLineTypeChanged ( object sender, EventArgs e ) : void
HandleRegionOfInterestChanged ( object sender, EventArgs e ) : void
HandleScrollValueChanged ( object sender, EventArgs e ) : void
HandleShowMenuEvent ( IBlackboardObject drawable ) : void
HandleTextColorSet ( object sender, EventArgs e ) : void
HandleToolClicked ( object sender, EventArgs e ) : void
HandleZoomValueChanged ( object sender, EventArgs e ) : void
OnSavebuttonClicked ( object sender, System e ) : void
OnSavetoprojectbuttonClicked ( object sender, System e ) : void
OriginalSize ( int size ) : int
ScalledSize ( int size ) : int
UpdateLineWidth ( ) : void
UpdateTextSize ( ) : void

Method Details

Destroy() public méthode

public Destroy ( ) : void
Résultat void

DrawingTool() public méthode

public DrawingTool ( Gtk.Window parent ) : System
parent Gtk.Window
Résultat System

LoadFrame() public méthode

public LoadFrame ( Image frame, Project project ) : void
frame LongoMatch.Core.Common.Image
project Project
Résultat void

LoadPlay() public méthode

public LoadPlay ( TimelineEvent play, Image frame, FrameDrawing drawing, CameraConfig camConfig, Project project ) : void
play LongoMatch.Core.Store.TimelineEvent
frame LongoMatch.Core.Common.Image
drawing LongoMatch.Core.Store.FrameDrawing
camConfig CameraConfig
project Project
Résultat void

OnKeyPressEvent() protected méthode

protected OnKeyPressEvent ( Gdk evnt ) : bool
evnt Gdk
Résultat bool