C# Class GnomeSubtitles.Core.SyncPoints

Show file Open project: GNOME/gnome-subtitles

Public Methods

Method 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

Method Description
Append ( SyncPoint syncPoint ) : void
Insert ( int index, SyncPoint syncPoint ) : void
LoadModelFromCollection ( ) : void
Replace ( int index, SyncPoint syncPoint ) : void

Method Details

Add() public method

public Add ( SyncPoint syncPoint ) : int
syncPoint SubLib.Core.Domain.SyncPoint
return int

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

Remove() public method

public Remove ( Gtk.TreePath paths ) : void
paths Gtk.TreePath
return void

SyncPoints() public method

public SyncPoints ( ) : Gtk
return Gtk

this() public method

public this ( Gtk.TreeIter iter ) : SyncPoint
iter Gtk.TreeIter
return SubLib.Core.Domain.SyncPoint

this() public method

public this ( Gtk.TreePath path ) : SyncPoint
path Gtk.TreePath
return SubLib.Core.Domain.SyncPoint