C# Class Tomboy.NoteTagsWatcher

Inheritance: Tomboy.NoteAddin
Exibir arquivo Open project: GNOME/tomboy

Public Methods

Method Description
Initialize ( ) : void
OnNoteOpened ( ) : void
Shutdown ( ) : void

Private Methods

Method Description
NoteTagsWatcher ( ) : System
OnTagAdded ( Note note, Tomboy.Tag tag ) : void
OnTagRemoved ( Note note, string tag_name ) : void

Keep the TagManager clean by removing tags that are no longer tagging any other notes.

OnTagRemoving ( Note note, Tomboy.Tag tag ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

OnNoteOpened() public method

public OnNoteOpened ( ) : void
return void

Shutdown() public method

public Shutdown ( ) : void
return void