Searched refs:Task (Results 1 - 1 of 1) sorted by relevance

/inkscape/
H A Dbuildtool.cpp6538 class Task : public MakeBase class in namespace:buildtool
6573 Task(MakeBase &par) : parent(par) function in class:buildtool::Task
6579 Task(const Task &other) : parent(other.parent) function in class:buildtool::Task
6585 Task &operator=(const Task &other)
6591 virtual ~Task()
6634 Task *createTask(Element *elem, int lineNr);
6645 void assign(const Task &other)
6684 class TaskCC : public Task
[all...]

Completed in 34 milliseconds