C# 클래스 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...
파일 보기 프로젝트 열기: rggjan/Tomboy-Todo-List

공개 프로퍼티들

프로퍼티 타입 설명
Priority bool

보호된 프로퍼티들

프로퍼티 타입 설명
addin TaskManagerNoteAddin

공개 메소드들

메소드 설명
FixAction ( TaskManagerNoteAddin addin )
fix ( ) : void

The actual fix to perform

메소드 상세

FixAction() 공개 메소드

public FixAction ( TaskManagerNoteAddin addin )
addin TaskManagerNoteAddin

fix() 공개 추상적인 메소드

The actual fix to perform
public abstract fix ( ) : void
리턴 void

프로퍼티 상세

Priority 공개적으로 프로퍼티

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

addin 보호되어 있는 프로퍼티

protected TaskManagerNoteAddin,Tomboy.TaskManager addin
리턴 TaskManagerNoteAddin