Method | Description | |
---|---|---|
Add ( |
Appends a subtitle to the end of the list.
|
|
Add ( |
Adds a subtitle to the specified position on the list.
|
|
AddExtra ( int extraCount ) : void |
Loads possible extra subtitles at the end of the model. Extra subtitles exist if subtitles were added to the base collection. |
|
AddNewAfter ( int index ) : void |
Creates a subtitle and adds it after the specified position. The timings of the new subtitle will be based on the subtitle that preceeds it. |
|
AddNewAt ( int index ) : void |
Creates a subtitle and adds it to the specified position of the list.
|
|
AddNewAt ( int index, System.TimeSpan start ) : void | ||
AddNewBefore ( int index ) : void |
Creates a subtitle and adds it before the specified position. The timings of the new subtitle will be based on the subtitle that succeeds it. |
|
Remove ( Gtk.TreePath path ) : bool |
Removes a subtitle from the collection, given its TreePath.
|
|
Remove ( int index ) : bool |
Removes a subtitle from the list, given its index.
|
|
RemoveRange ( Gtk.TreePath firstPath, Gtk.TreePath lastPath ) : bool | ||
Subtitles ( SubLib subtitles ) : GnomeSubtitles.Core | ||
this ( Gtk.TreeIter iter ) : |
||
this ( Gtk.TreePath path ) : |
||
this ( int index ) : |
Method | Description | |
---|---|---|
LoadModelFromCollection ( ) : void |
Loads the ListModel from the subtitle collection.
|
public Add ( |
||
subtitle | ||
return | void |
public Add ( |
||
subtitle | ||
index | int | |
return | void |
public AddNewAt ( int index, System.TimeSpan start ) : void | ||
index | int | |
start | System.TimeSpan | |
return | void |
public RemoveRange ( Gtk.TreePath firstPath, Gtk.TreePath lastPath ) : bool | ||
firstPath | Gtk.TreePath | |
lastPath | Gtk.TreePath | |
return | bool |
public Subtitles ( SubLib subtitles ) : GnomeSubtitles.Core | ||
subtitles | SubLib | |
return | GnomeSubtitles.Core |
public this ( Gtk.TreeIter iter ) : |
||
iter | Gtk.TreeIter | |
return |
public this ( Gtk.TreePath path ) : |
||
path | Gtk.TreePath | |
return |
public this ( int index ) : |
||
index | int | |
return |