class UmlItem
!!!144130.cpp!!! fileControl(in ci : bool) : void
UmlCom::trace("Error : must be applied on a Package");
!!!144386.cpp!!! getFiles(inout files : QDict, in rec : unsigned) : void
QFileInfo fi(supportFile());
if (fi.exists())
files.replace(fi.fileName(), (void *) 1);
const QVector ch = children();
unsigned index;
for (index = 0; index != ch.size(); index += 1)
ch[index]->getFiles(files, rec);