umbrello 2.39.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
#include "import_rose.h"
#include "uml.h"
#include "umldoc.h"
#include "folder.h"
#include "debug_utils.h"
#include "import_utils.h"
#include "petalnode.h"
#include "petaltree2uml.h"
#include <KLocalizedString>
#include <QMessageBox>
#include <QRegExp>
#include <QString>
#include <QStringList>
#include <QTextStream>
Namespaces | |
namespace | Import_Rose |
Macros | |
#define | DBG_SRC QStringLiteral("Import_Rose") |
#define | SETCODEC(str) stream.setCodec(str); break |
#define DBG_SRC QStringLiteral("Import_Rose") |
#define SETCODEC | ( | str | ) | stream.setCodec(str); break |