C# Class Gtk.Tasque.TaskView

This is the main TreeView widget that is used to show tasks in Tasque's main window.
Afficher le fichier Open project: GNOME/tasque Class Usage Examples

Méthodes publiques

Méthode Description
GetColumn ( Type taskColumnType ) : ITaskColumn
Refilter ( ) : void
Refilter ( ITaskList selectedTaskList ) : void
TaskView ( Gtk model, IPreferences preferences ) : System

Méthodes protégées

Méthode Description
FilterFunc ( Gtk model, Gtk iter ) : bool

Private Methods

Méthode Description
AddColumn ( TypeExtensionNode colNode, List nodes ) : bool
ConnectEvents ( ) : void
OnRowDeletedHandler ( object sender, Gtk args ) : void
OnRowInsertedHandler ( object sender, Gtk args ) : void

Method Details

FilterFunc() protected méthode

protected FilterFunc ( Gtk model, Gtk iter ) : bool
model Gtk
iter Gtk
Résultat bool

GetColumn() public méthode

public GetColumn ( Type taskColumnType ) : ITaskColumn
taskColumnType System.Type
Résultat ITaskColumn

Refilter() public méthode

public Refilter ( ) : void
Résultat void

Refilter() public méthode

public Refilter ( ITaskList selectedTaskList ) : void
selectedTaskList ITaskList
Résultat void

TaskView() public méthode

public TaskView ( Gtk model, IPreferences preferences ) : System
model Gtk
preferences IPreferences
Résultat System