Method | Description | |
---|---|---|
Cleanup ( ) : void |
Cleanup the backend before quitting
|
|
CreateTask ( string taskName, ICategory category ) : ITask |
Create a new task.
|
|
DeleteTask ( ITask task ) : void |
Deletes the specified task.
|
|
GetPreferencesWidget ( ) : Gtk.Widget | ||
IceBackend ( ) : System | ||
Initialize ( ) : void |
Initializes the backend
|
|
Refresh ( ) : void |
Refreshes the backend.
|
|
SaveAndUpdateTask ( Tasque.Backends.IceCore.IceTask task ) : void | ||
UpdateTask ( Tasque.Backends.IceCore.IceTask task ) : void |
Method | Description | |
---|---|---|
CompareCategoriesSortFunc ( Gtk model, Gtk a, Gtk b ) : int | ||
CompareTasksSortFunc ( Gtk model, Gtk a, Gtk b ) : int | ||
ConnectToICEcoreDaemon ( ) : void |
Connect with the ICEcore Daemon and register event handlers.
|
|
LoadTasksFromCategory ( IceCategory category ) : void | ||
OnAuthenticated ( string server, string username ) : void | ||
OnDBusNameOwnerChanged ( string serviceName, string oldOwner, string newOwner ) : void | ||
OnDisconnected ( string server, string username ) : void |
public CreateTask ( string taskName, ICategory category ) : ITask | ||
taskName | string | |
category | ICategory | |
return | ITask |
public SaveAndUpdateTask ( Tasque.Backends.IceCore.IceTask task ) : void | ||
task | Tasque.Backends.IceCore.IceTask | |
return | void |
public UpdateTask ( Tasque.Backends.IceCore.IceTask task ) : void | ||
task | Tasque.Backends.IceCore.IceTask | |
return | void |