C# Class GnomeSubtitles.Core.SyncPoints

Afficher le fichier Open project: GNOME/gnome-subtitles

Méthodes publiques

Méthode Description
Add ( SyncPoint syncPoint ) : int
GetEnumerator ( ) : IEnumerator
Remove ( Gtk.TreePath paths ) : void
SyncPoints ( ) : Gtk
this ( Gtk.TreeIter iter ) : SyncPoint
this ( Gtk.TreePath path ) : SyncPoint

Private Methods

Méthode Description
Append ( SyncPoint syncPoint ) : void
Insert ( int index, SyncPoint syncPoint ) : void
LoadModelFromCollection ( ) : void
Replace ( int index, SyncPoint syncPoint ) : void

Method Details

Add() public méthode

public Add ( SyncPoint syncPoint ) : int
syncPoint SubLib.Core.Domain.SyncPoint
Résultat int

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Remove() public méthode

public Remove ( Gtk.TreePath paths ) : void
paths Gtk.TreePath
Résultat void

SyncPoints() public méthode

public SyncPoints ( ) : Gtk
Résultat Gtk

this() public méthode

public this ( Gtk.TreeIter iter ) : SyncPoint
iter Gtk.TreeIter
Résultat SubLib.Core.Domain.SyncPoint

this() public méthode

public this ( Gtk.TreePath path ) : SyncPoint
path Gtk.TreePath
Résultat SubLib.Core.Domain.SyncPoint