#include "UmlActivityRegion.h" void UmlActivityRegion::memo_incoming_flow() { const QVector ch = children(); unsigned n = ch.size(); unsigned i; for (i = 0; i != n; i += 1) (dynamic_cast(ch[i]))->memo_incoming_flow(); }