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... More...
Inherited by Tomboy.TaskManager.FixDeleteAction, Tomboy.TaskManager.FixDeleteEmptyCheckBoxAction, Tomboy.TaskManager.FixTitleAction, Tomboy.TaskManager.FixUndoAction, and Tomboy.TaskManager.NewTaskAction.
Public Member Functions | |
FixAction (TaskManagerNoteAddin addin) | |
abstract void | fix () |
The actual fix to perform. | |
Public Attributes | |
bool | Priority |
If set to true, this will be handled before other FixActions. | |
Protected Attributes | |
TaskManagerNoteAddin | addin |
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...
abstract void Tomboy.TaskManager.FixAction.fix | ( | ) | [pure virtual] |
The actual fix to perform.
Implemented in Tomboy.TaskManager.FixUndoAction, Tomboy.TaskManager.FixDeleteAction, Tomboy.TaskManager.FixDeleteEmptyCheckBoxAction, Tomboy.TaskManager.FixTitleAction, and Tomboy.TaskManager.NewTaskAction.
If set to true, this will be handled before other FixActions.