C# Class Gtk.Tasque.TaskView

This is the main TreeView widget that is used to show tasks in Tasque's main window.
ファイルを表示 Open project: GNOME/tasque Class Usage Examples

Public Methods

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

Protected Methods

Method Description
FilterFunc ( Gtk model, Gtk iter ) : bool

Private Methods

Method 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 method

protected FilterFunc ( Gtk model, Gtk iter ) : bool
model Gtk
iter Gtk
return bool

GetColumn() public method

public GetColumn ( Type taskColumnType ) : ITaskColumn
taskColumnType System.Type
return ITaskColumn

Refilter() public method

public Refilter ( ) : void
return void

Refilter() public method

public Refilter ( ITaskList selectedTaskList ) : void
selectedTaskList ITaskList
return void

TaskView() public method

public TaskView ( Gtk model, IPreferences preferences ) : System
model Gtk
preferences IPreferences
return System