Method | Description | |
---|---|---|
MultipleSelectionCommand ( string description, bool canGroup, SelectionIntended selectionIntended, Gtk.TreePath paths ) : GnomeSubtitles.Ui.View | ||
MultipleSelectionCommand ( string description, bool canGroup, SelectionIntended selectionIntended, Gtk.TreePath paths, bool setPaths ) : GnomeSubtitles.Ui.View |
Base constructor for classes that inherit MultipleSelectionCommand.
|
Method | Description | |
---|---|---|
GetSelectionType ( SelectionIntended selectionIntended ) : SelectionType |
public MultipleSelectionCommand ( string description, bool canGroup, SelectionIntended selectionIntended, Gtk.TreePath paths ) : GnomeSubtitles.Ui.View | ||
description | string | |
canGroup | bool | |
selectionIntended | SelectionIntended | |
paths | Gtk.TreePath | |
return | GnomeSubtitles.Ui.View |
public MultipleSelectionCommand ( string description, bool canGroup, SelectionIntended selectionIntended, Gtk.TreePath paths, bool setPaths ) : GnomeSubtitles.Ui.View | ||
description | string | The description of the command. |
canGroup | bool | Whether to possibly group the command with the previous command. |
selectionIntended | SelectionIntended | The intended selection. |
paths | Gtk.TreePath | The paths to select, or null to use auto selection if setPaths is enabled. |
setPaths | bool | Whether to set the paths based on the current selection and the selectionType |
return | GnomeSubtitles.Ui.View |