C# 클래스 GnomeSubtitles.Core.SyncPoints

파일 보기 프로젝트 열기: GNOME/gnome-subtitles

공개 메소드들

메소드 설명
Add ( SyncPoint syncPoint ) : int
GetEnumerator ( ) : IEnumerator
Remove ( Gtk.TreePath paths ) : void
SyncPoints ( ) : Gtk
this ( Gtk.TreeIter iter ) : SyncPoint
this ( Gtk.TreePath path ) : SyncPoint

비공개 메소드들

메소드 설명
Append ( SyncPoint syncPoint ) : void
Insert ( int index, SyncPoint syncPoint ) : void
LoadModelFromCollection ( ) : void
Replace ( int index, SyncPoint syncPoint ) : void

메소드 상세

Add() 공개 메소드

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

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

Remove() 공개 메소드

public Remove ( Gtk.TreePath paths ) : void
paths Gtk.TreePath
리턴 void

SyncPoints() 공개 메소드

public SyncPoints ( ) : Gtk
리턴 Gtk

this() 공개 메소드

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

this() 공개 메소드

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