C# Class Tomboy.TaskManager.FixAction

This class can be used to create Actions that should be carried out on the Buffer, but have to be deferred because it would render still used Gtk.TextIters useless, crashing Tomboy...
Mostra file Open project: rggjan/Tomboy-Todo-List

Public Properties

Property Type Description
Priority bool

Protected Properties

Property Type Description
addin TaskManagerNoteAddin

Public Methods

Method Description
FixAction ( TaskManagerNoteAddin addin )
fix ( ) : void

The actual fix to perform

Method Details

FixAction() public method

public FixAction ( TaskManagerNoteAddin addin )
addin TaskManagerNoteAddin

fix() public abstract method

The actual fix to perform
public abstract fix ( ) : void
return void

Property Details

Priority public_oe property

If set to true, this will be handled before other FixActions
public bool Priority
return bool

addin protected_oe property

protected TaskManagerNoteAddin,Tomboy.TaskManager addin
return TaskManagerNoteAddin