C# Class Tomboy.TaskManager.TaskNoteUtilities

Class that encapsulates often used accesses to unknown tasks or tasklists (or their corresponding tag) via some position in the buffer
Show file Open project: rggjan/Tomboy-Todo-List Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetTask ( ) : Task
GetTask ( Gtk.TextIter iter ) : Task
GetTaskList ( ) : TaskList
GetTaskList ( Gtk.TextIter iter ) : TaskList
GetTaskListTag ( ) : TaskListTag
GetTaskListTag ( Gtk.TextIter iter ) : TaskListTag
GetTaskTag ( ) : TaskTag
GetTaskTag ( Gtk.TextIter iter ) : TaskTag
InTaskList ( ) : bool
InTaskList ( Gtk.TextIter cursor ) : bool
IsTextTodoItem ( String text ) : bool
RemoveTaskTags ( Gtk start, Gtk end ) : void
ResetCursor ( ) : void
TaskNoteUtilities ( Tomboy.NoteBuffer n ) : System

Method Details

GetTask() public method

public GetTask ( ) : Task
return Task

GetTask() public method

public GetTask ( Gtk.TextIter iter ) : Task
iter Gtk.TextIter
return Task

GetTaskList() public method

public GetTaskList ( ) : TaskList
return TaskList

GetTaskList() public method

public GetTaskList ( Gtk.TextIter iter ) : TaskList
iter Gtk.TextIter
return TaskList

GetTaskListTag() public method

public GetTaskListTag ( ) : TaskListTag
return TaskListTag

GetTaskListTag() public method

public GetTaskListTag ( Gtk.TextIter iter ) : TaskListTag
iter Gtk.TextIter
return TaskListTag

GetTaskTag() public method

public GetTaskTag ( ) : TaskTag
return TaskTag

GetTaskTag() public method

public GetTaskTag ( Gtk.TextIter iter ) : TaskTag
iter Gtk.TextIter
return TaskTag

InTaskList() public method

public InTaskList ( ) : bool
return bool

InTaskList() public method

public InTaskList ( Gtk.TextIter cursor ) : bool
cursor Gtk.TextIter
return bool

IsTextTodoItem() public method

public IsTextTodoItem ( String text ) : bool
text String
return bool

RemoveTaskTags() public method

public RemoveTaskTags ( Gtk start, Gtk end ) : void
start Gtk
end Gtk
return void

ResetCursor() public method

public ResetCursor ( ) : void
return void

TaskNoteUtilities() public method

public TaskNoteUtilities ( Tomboy.NoteBuffer n ) : System
n Tomboy.NoteBuffer
return System