Method | Description | |
---|---|---|
ContainsTask ( ITask task, Gtk &iter ) : bool |
Convenience method to determine whether the specified task is currently shown in this TaskGroup.
|
|
EnterEditMode ( ITask task, Gtk iter ) : void | ||
GetIterIndex ( Gtk iter ) : int | ||
GetIterPos ( Gtk iter ) : int | ||
GetNChildren ( Gtk iter ) : int | ||
Refilter ( ITaskList selectedTaskList ) : void | ||
TaskGroup ( string groupName, System.DateTime rangeStart, System.DateTime rangeEnd, ICollection |
Method | Description | |
---|---|---|
CreateModel ( System.DateTime rangeStart, System.DateTime rangeEnd, ICollection |
||
OnRealized ( ) : void | ||
OnStyleSet ( Gtk.Style previous_style ) : void |
Method | Description | |
---|---|---|
GetHeaderMarkup ( string groupName ) : string | ||
GetHighlightColor ( ) : string |
This returns the current highlight color from the GTK theme
|
|
GetSelectedTaskList ( ) : ITaskList |
This returns the currently selected taskList. TODO: This should really be moved as a method Application or or something.
|
|
OnButtonPressed ( object sender, Gtk args ) : void | ||
OnNumberOfTasksChanged ( object sender, |
||
OnRowActivated ( object sender, Gtk args ) : void | ||
Refilter ( ) : void |
Refilter the hard way by discovering the taskList to filter on
|
public ContainsTask ( ITask task, Gtk &iter ) : bool | ||
task | ITask |
/// A |
iter | Gtk |
/// A |
return | bool |
protected CreateModel ( System.DateTime rangeStart, System.DateTime rangeEnd, ICollection |
||
rangeStart | System.DateTime | |
rangeEnd | System.DateTime | |
tasks | ICollection |
|
return | TreeModel |
public EnterEditMode ( ITask task, Gtk iter ) : void | ||
task | ITask | |
iter | Gtk | |
return | void |
protected OnStyleSet ( Gtk.Style previous_style ) : void | ||
previous_style | Gtk.Style | |
return | void |
public Refilter ( ITaskList selectedTaskList ) : void | ||
selectedTaskList | ITaskList | |
return | void |
public TaskGroup ( string groupName, System.DateTime rangeStart, System.DateTime rangeEnd, ICollection |
||
groupName | string | |
rangeStart | System.DateTime | |
rangeEnd | System.DateTime | |
tasks | ICollection |
|
application | ||
return | System |