Method | Description | |
---|---|---|
AddChildWidget ( Gtk childAnchor, Gtk widget ) : void | ||
AddTag ( Tag tag ) : void | ||
ContainsTag ( Tag tag ) : bool | ||
CreateExistingNote ( |
||
CreateNewNote ( string title, string filepath, NoteManager manager ) : |
Creates a New Note with the given values.
|
|
Delete ( ) : void | ||
GetCompleteNoteXml ( ) : string |
Return the complete contents of this note's .note XML file In case of any error, null is returned.
|
|
GetHashCode ( ) : int | ||
Load ( string read_file, NoteManager manager ) : Note | ||
LoadForeignNoteXml ( string foreignNoteXml, ChangeType changeType ) : void | ||
QueueSave ( ChangeType changeType ) : void |
Set a timeout to execute the save. Possibly invalidate the text, which causes a re-serialize when the timeout is called...
|
|
RemoveTag ( Tag tag ) : void | ||
RenameWithoutLinkUpdate ( string newTitle ) : void | ||
Save ( ) : void | ||
SetTitle ( string new_title, bool from_user_action ) : void |
Method | Description | |
---|---|---|
BufferTagApplied ( object sender, Gtk args ) : void | ||
BufferTagRemoved ( object sender, Gtk args ) : void | ||
ContainsText ( string text ) : bool | ||
DebugSave ( string format ) : void | ||
HandleLinkRename ( string old_title, Note renamed, bool rename_links ) : void | ||
Note ( NoteData data, string filepath, NoteManager manager ) : System | ||
OnBufferChanged ( object sender, EventArgs args ) : void | ||
OnBufferMarkSet ( object sender, Gtk args ) : void | ||
ParseTags ( XmlNode tagNodes ) : List |
||
ProcessChildWidgetQueue ( ) : void | ||
ProcessRenameLinkUpdate ( string old_title ) : void | ||
RemoveLinks ( string old_title, Note renamed ) : void | ||
RenameLinks ( string old_title, Note renamed ) : void | ||
SaveTimeout ( object sender, EventArgs args ) : void | ||
UrlFromPath ( string filepath ) : string |
Returns a Tomboy URL from the given path.
|
|
WindowConfigureEvent ( object sender, Gtk args ) : void | ||
WindowDestroyed ( object sender, EventArgs args ) : void |
public AddChildWidget ( Gtk childAnchor, Gtk widget ) : void | ||
childAnchor | Gtk | |
widget | Gtk | |
return | void |
public static CreateExistingNote ( |
||
data | ||
filepath | string | |
manager | NoteManager | |
return |
public static CreateNewNote ( string title, string filepath, NoteManager manager ) : |
||
title | string |
/// A |
filepath | string |
/// A |
manager | NoteManager |
/// A |
return |
public static Load ( string read_file, NoteManager manager ) : Note | ||
read_file | string | |
manager | NoteManager | |
return | Note |
public LoadForeignNoteXml ( string foreignNoteXml, ChangeType changeType ) : void | ||
foreignNoteXml | string | |
changeType | ChangeType | |
return | void |
public QueueSave ( ChangeType changeType ) : void | ||
changeType | ChangeType | |
return | void |
public RenameWithoutLinkUpdate ( string newTitle ) : void | ||
newTitle | string | |
return | void |
public SetTitle ( string new_title, bool from_user_action ) : void | ||
new_title | string | |
from_user_action | bool | |
return | void |