Home
last modified time | relevance | path

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

/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/scripting/scripts/
H A Dsample_project.py19 State_NotScheduled = 11 variable
26 if testBit( int_type, State_NotScheduled ) is True:
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/models/
H A Dkptworkpackagemodel.cpp173 …row, NodeModel::NodeStatus, source_parent).data(Qt::EditRole).toInt() & Node::State_NotScheduled) { in filterAcceptsRow()
H A Dkptnodeitemmodel.cpp1334 if (st & Node::State_NotScheduled) { in status()
1381 if (st & Node::State_NotScheduled) { in status()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kernel/
H A Dkptnode.h84 State_NotScheduled = 2048, enumerator
H A Dkpttask.cpp2900 st |= State_NotScheduled; in state()
/dports/editors/calligraplan/calligraplan-3.3.0/src/workpackage/
H A Dtaskworkpackageview.cpp553 if (state & Node::State_NotScheduled) { in paintGanttItem()