Home
last modified time | relevance | path

Searched refs:setPercentFinished (Results 1 – 6 of 6) sorted by relevance

/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kernel/tests/
H A DAccountsTester.cpp138 t->completion().setPercentFinished(tomorrow, 50); in defaultAccount()
238 t->completion().setPercentFinished(tomorrow, 50); in startupDefault()
516 t->completion().setPercentFinished(tomorrow, 50); in subaccounts()
H A DProjectTester.cpp1554 task1->completion().setPercentFinished(task1->endTime().date(), 100); in reschedule()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/ui/
H A Dkpttaskprogresspanel.cpp293 m_completion.setPercentFinished(dt.date(), 100); in setFinished()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kernel/
H A Dkpttask.h165 void setPercentFinished(QDate date, int value);
H A Dkptcommand.cpp2011 m_completion.setPercentFinished(m_date, m_newvalue); in execute()
2015 m_completion.setPercentFinished(m_date, m_oldvalue); in unexecute()
H A Dkpttask.cpp3077 void Completion::setPercentFinished(QDate date, int value) in setPercentFinished() function in KPlato::Completion