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...
Afficher le fichier Open project: rggjan/Tomboy-Todo-List

Méthodes publiques

Свойство Type Description
Priority bool

Protected Properties

Свойство Type Description
addin TaskManagerNoteAddin

Méthodes publiques

Méthode Description
FixAction ( TaskManagerNoteAddin addin )
fix ( ) : void

The actual fix to perform

Method Details

FixAction() public méthode

public FixAction ( TaskManagerNoteAddin addin )
addin TaskManagerNoteAddin

fix() public abstract méthode

The actual fix to perform
public abstract fix ( ) : void
Résultat void

Property Details

Priority public_oe property

If set to true, this will be handled before other FixActions
public bool Priority
Résultat bool

addin protected_oe property

protected TaskManagerNoteAddin,Tomboy.TaskManager addin
Résultat TaskManagerNoteAddin