umbrello
2.31.3
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
umbrello
import_rose.h
Go to the documentation of this file.
1
/***************************************************************************
2
* This program is free software; you can redistribute it and/or modify *
3
* it under the terms of the GNU General Public License as published by *
4
* the Free Software Foundation; either version 2 of the License, or *
5
* (at your option) any later version. *
6
* *
7
* copyright (C) 2006-2020 *
8
* Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
9
***************************************************************************/
10
11
#ifndef IMPORT_ROSE__H
12
#define IMPORT_ROSE__H
13
14
#include <QFile>
15
16
class
UMLPackage
;
17
24
namespace
Import_Rose
{
25
26
UMLPackage
*
loadFromMDL
(QFile & file,
UMLPackage
*parentPkg = 0);
27
28
QString
mdlPath
();
29
30
}
31
32
#endif
UMLPackage
Non-graphical information for a Package.
Definition:
package.h:32
Import_Rose::mdlPath
QString mdlPath()
Definition:
import_rose.cpp:58
Import_Rose
Definition:
import_rose.cpp:33
Import_Rose::loadFromMDL
UMLPackage * loadFromMDL(QFile &file, UMLPackage *parentPkg)
Definition:
import_rose.cpp:397
Generated by
1.8.13