Home
last modified time | relevance | path

Searched refs:setRelationLag (Results 1 – 3 of 3) sorted by relevance

/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kernel/
H A Dkptproject.h467 void setRelationLag(Relation *relation, const Duration &lag);
H A Dkptcommand.cpp1233 m_project->setRelationLag(m_rel, m_newlag); in execute()
1239 m_project->setRelationLag(m_rel, m_oldlag); in unexecute()
H A Dkptproject.cpp2972 void Project::setRelationLag(Relation *rel, const Duration &lag) in setRelationLag() function in KPlato::Project