Method | Description | |
---|---|---|
DeserializeTasklists ( ) : void |
Loads (in terms of Tasks and Tasklists) the contents of a note
|
|
FixList ( ) : void |
Fixes all the items in the fix_list
|
|
Initialize ( ) : void |
Initialize the Note (but no loading/buffer yet)
|
|
OnNoteOpened ( ) : void |
Loads the content of the buffer, sets up GUI
|
|
OnPriorityClicked ( Task t ) : bool | ||
Repair ( object o, |
Do all the Buffer modifications that can not be done during the actual events
|
|
Shutdown ( ) : void | ||
StartListeners ( ) : void |
Start all the TextBuffer listeners, + the keyrelease repair listener.
|
|
StopListeners ( ) : void |
Stop all the TextBuffer listeners, + the keyrelease repair listener
|
|
TaskManagerNoteAddin ( ) : System | ||
TaskManagerNoteAddin ( |
This constructor is used in Unit tests to initialize the addin for notes created in the tests on-the-fly. It calls the underlying Initialize function in NoteAddin which takes care of the rest.
|
|
ValidateTaskLists ( ) : void |
Look for deleted tasks and delete them from the internal structures, if necessary
|
Method | Description | |
---|---|---|
BufferInsertText ( object o, Gtk args ) : void |
Check for changes (related to taskmanager) when text is written into the buffer
|
|
DeleteRange ( object o, Gtk args ) : void |
Listener for delete events, repairs tasks if necessary...
|
public Repair ( object o, |
||
o | object |
/// A |
args |
/// A |
|
return | void |
public TaskManagerNoteAddin ( |
||
note |
/// A |
|
return | System |