C# Class GnomeSubtitles.Core.Command.MultipleSelectionCommand

Inheritance: Command
显示文件 Open project: GNOME/gnome-subtitles

Public Methods

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.

Private Methods

Method Description
GetSelectionType ( SelectionIntended selectionIntended ) : SelectionType

Method Details

MultipleSelectionCommand() public method

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

MultipleSelectionCommand() public method

Base constructor for classes that inherit MultipleSelectionCommand.
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