Tomboy.TaskManager.Visitor Class Reference

The class that describes the visitor pattern over the tasks structure. Although visit (Note n) is not used here, it may turn out to be useful in the future (e.g. for printing or similar). More...

Inherited by Tomboy.TaskManager.CheckDoneVisitor, Tomboy.TaskManager.GetAvPriorityVisitor, Tomboy.TaskManager.GetMinDueDateVisitor, and Tomboy.TaskManager.SetDoneVisitor.

List of all members.

Public Member Functions

abstract void visit (Note note)
abstract void visit (TaskList taskList)
abstract void visit (Task task)

Protected Attributes

List< AttributedTaskvisited
 The tasks and task lists already visited (necessary for detecting cyclic behavior).

Detailed Description

The class that describes the visitor pattern over the tasks structure. Although visit (Note n) is not used here, it may turn out to be useful in the future (e.g. for printing or similar).


Member Data Documentation

The tasks and task lists already visited (necessary for detecting cyclic behavior).


The documentation for this class was generated from the following file:
Generated on Fri May 28 00:23:18 2010 for TaskManager by  doxygen 1.6.3