|
|
| |
bool parseNode(const ParserNode* pn, QDomNode n, ParserTreeContext ptc); | bool parseNode(const ParserNode* pn, QDomNode n, ParserTreeContext ptc); |
| |
bool doTaskJuggler(QDomNode& n, ParserTreeContext& n); |
bool doTaskJuggler(QDomNode& n, ParserTreeContext& ptc); |
bool doProject(QDomNode& n, ParserTreeContext& n); |
bool doProject(QDomNode& n, ParserTreeContext& ptc); |
bool doProjectStart(QDomNode& n, ParserTreeContext& n); |
bool doProjectStart(QDomNode& n, ParserTreeContext& ptc); |
bool doProjectEnd(QDomNode& n, ParserTreeContext& n); |
bool doProjectEnd(QDomNode& n, ParserTreeContext& ptc); |
bool doProjectNow(QDomNode& n, ParserTreeContext& n); |
bool doProjectNow(QDomNode& n, ParserTreeContext& ptc); |
bool doCurrencyFormat(QDomNode& n, ParserTreeContext& n); |
bool doCurrencyFormat(QDomNode& n, ParserTreeContext& ptc); |
bool doScenario(QDomNode& n, ParserTreeContext& n); |
bool doScenario(QDomNode& n, ParserTreeContext& ptc); |
bool doExtend(QDomNode& n, ParserTreeContext& n); |
bool doExtend(QDomNode& n, ParserTreeContext& ptc); |
bool doExtendAttribute(QDomNode& n, ParserTreeContext& n); |
bool doExtendAttribute(QDomNode& n, ParserTreeContext& ptc); |
bool doProjectWeekdayWorkingHours(QDomNode& n, ParserTreeContext& n); |
bool doProjectWeekdayWorkingHours(QDomNode& n, ParserTreeContext& ptc); |
bool doProjectWeekdayWorkingHoursPost(QDomNode& n, ParserTreeContext& n); |
bool doProjectWeekdayWorkingHoursPost(QDomNode& n, ParserTreeContext& ptc); |
bool doShiftWeekdayWorkingHours(QDomNode& n, ParserTreeContext& n); |
bool doShiftWeekdayWorkingHours(QDomNode& n, ParserTreeContext& ptc); |
bool doShiftWeekdayWorkingHoursPost(QDomNode& n, ParserTreeContext& n); |
bool doShiftWeekdayWorkingHoursPost(QDomNode& n, ParserTreeContext& ptc); |
bool doResourceWeekdayWorkingHours(QDomNode& n, ParserTreeContext& n); |
bool doResourceWeekdayWorkingHours(QDomNode& n, ParserTreeContext& ptc); |
bool doResourceWeekdayWorkingHoursPost(QDomNode& n, ParserTreeContext& n); |
bool doResourceWeekdayWorkingHoursPost(QDomNode& n, ParserTreeContext& ptc); |
bool doTimeInterval(QDomNode& n, ParserTreeContext& n); |
bool doTimeInterval(QDomNode& n, ParserTreeContext& ptc); |
bool doTimeIntervalStart(QDomNode& n, ParserTreeContext& n); |
bool doTimeIntervalStart(QDomNode& n, ParserTreeContext& ptc); |
bool doTimeIntervalEnd(QDomNode& n, ParserTreeContext& n); |
bool doTimeIntervalEnd(QDomNode& n, ParserTreeContext& ptc); |
bool doProjectVacation(QDomNode& n, ParserTreeContext& n); |
bool doProjectVacation(QDomNode& n, ParserTreeContext& ptc); |
bool doResourceVacation(QDomNode& n, ParserTreeContext& n); |
bool doResourceVacation(QDomNode& n, ParserTreeContext& ptc); |
bool doVacationStart(QDomNode& n, ParserTreeContext& n); |
bool doVacationStart(QDomNode& n, ParserTreeContext& ptc); |
bool doVacationEnd(QDomNode& n, ParserTreeContext& n); |
bool doVacationEnd(QDomNode& n, ParserTreeContext& ptc); |
bool doCustomAttribute(QDomNode& n, ParserTreeContext& n); |
bool doCustomAttribute(QDomNode& n, ParserTreeContext& ptc); |
bool doTextAttribute(QDomNode& n, ParserTreeContext& n); |
bool doTextAttribute(QDomNode& n, ParserTreeContext& ptc); |
bool doReferenceAttribute(QDomNode& n, ParserTreeContext& n); |
bool doReferenceAttribute(QDomNode& n, ParserTreeContext& ptc); |
bool doShiftList(QDomNode& n, ParserTreeContext& n); |
bool doShiftList(QDomNode& n, ParserTreeContext& ptc); |
bool doShift(QDomNode& n, ParserTreeContext& n); |
bool doShift(QDomNode& n, ParserTreeContext& ptc); |
bool doResourceList(QDomNode& n, ParserTreeContext& n); |
bool doResourceList(QDomNode& n, ParserTreeContext& ptc); |
bool doResource(QDomNode& n, ParserTreeContext& n); |
bool doResource(QDomNode& n, ParserTreeContext& ptc); |
bool doShiftSelection(QDomNode& n, ParserTreeContext& n); |
bool doShiftSelection(QDomNode& n, ParserTreeContext& ptc); |
bool doAccountList(QDomNode& n, ParserTreeContext& n); |
bool doAccountList(QDomNode& n, ParserTreeContext& ptc); |
bool doAccount(QDomNode& n, ParserTreeContext& n); |
bool doAccount(QDomNode& n, ParserTreeContext& ptc); |
bool doTaskList(QDomNode& n, ParserTreeContext& n); |
bool doTaskList(QDomNode& n, ParserTreeContext& ptc); |
bool doTask(QDomNode& n, ParserTreeContext& n); |
bool doTask(QDomNode& n, ParserTreeContext& ptc); |
bool doTaskScenario(QDomNode& n, ParserTreeContext& n); |
bool doTaskScenario(QDomNode& n, ParserTreeContext& ptc); |
bool doTaskScenarioStart(QDomNode& n, ParserTreeContext& n); |
bool doTaskScenarioStart(QDomNode& n, ParserTreeContext& ptc); |
bool doTaskScenarioEnd(QDomNode& n, ParserTreeContext& n); |
bool doTaskScenarioEnd(QDomNode& n, ParserTreeContext& ptc); |
bool doTaskScenarioMaxEnd(QDomNode& n, ParserTreeContext& n); |
bool doTaskScenarioMaxEnd(QDomNode& n, ParserTreeContext& ptc); |
bool doTaskScenarioMinEnd(QDomNode& n, ParserTreeContext& n); |
bool doTaskScenarioMinEnd(QDomNode& n, ParserTreeContext& ptc); |
bool doTaskScenarioMaxStart(QDomNode& n, ParserTreeContext& n); |
bool doTaskScenarioMaxStart(QDomNode& n, ParserTreeContext& ptc); |
bool doTaskScenarioMinStart(QDomNode& n, ParserTreeContext& n); |
bool doTaskScenarioMinStart(QDomNode& n, ParserTreeContext& ptc); |
bool doAllocate(QDomNode& n, ParserTreeContext& n); |
bool doAllocate(QDomNode& n, ParserTreeContext& ptc); |
bool doCandidate(QDomNode& n, ParserTreeContext& n); |
bool doCandidate(QDomNode& n, ParserTreeContext& ptc); |
bool doDepends(QDomNode& n, ParserTreeContext& n); |
bool doDepends(QDomNode& n, ParserTreeContext& ptc); |
bool doPrecedes(QDomNode& n, ParserTreeContext& n); |
bool doPrecedes(QDomNode& n, ParserTreeContext& ptc); |
bool doDependencyGapScenario(QDomNode& n, ParserTreeContext& ptc); | bool doDependencyGapScenario(QDomNode& n, ParserTreeContext& ptc); |
bool doNote(QDomNode& n, ParserTreeContext& n); |
bool doNote(QDomNode& n, ParserTreeContext& ptc); |
bool doFlag(QDomNode& n, ParserTreeContext& n); |
bool doFlag(QDomNode& n, ParserTreeContext& ptc); |
bool doResourceBooking(QDomNode& n, ParserTreeContext& n); |
bool doResourceBooking(QDomNode& n, ParserTreeContext& ptc); |
bool doBooking(QDomNode& n, ParserTreeContext& n); |
bool doBooking(QDomNode& n, ParserTreeContext& ptc); |
bool doBookingPost(QDomNode& n, ParserTreeContext& n); |
bool doBookingPost(QDomNode& n, ParserTreeContext& ptc); |
| |
QString masterFile; | QString masterFile; |
Project* project; | Project* project; |