C# 클래스 Tomboy.TaskManager.CheckDoneVisitor

Visitor that checks upwards whether the changes in the level below (task -> subtask or tasklist -> task) Made the corresponding task complete (in terms of every child is done) or incomplete The correspondonding policies can be adjusted via the Task class
상속: Visitor
파일 보기 프로젝트 열기: rggjan/Tomboy-Todo-List

공개 메소드들

메소드 설명
CheckDoneVisitor ( bool done ) : System

Expects whether we are checking for 'new' tasks/tasklists to mark as done or not done

visit ( Note n ) : void
visit ( Task task ) : void
visit ( TaskList taskList ) : void

메소드 상세

CheckDoneVisitor() 공개 메소드

Expects whether we are checking for 'new' tasks/tasklists to mark as done or not done
public CheckDoneVisitor ( bool done ) : System
done bool /// A ///
리턴 System

visit() 공개 메소드

public visit ( Note n ) : void
n Note
리턴 void

visit() 공개 메소드

public visit ( Task task ) : void
task Task
리턴 void

visit() 공개 메소드

public visit ( TaskList taskList ) : void
taskList TaskList
리턴 void