umbrello
2.32.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
Go to the documentation of this file.
6 #ifndef LAYOUTGENERATOR_H
47 QPointF
origin(
const QString &
id);
Definition: layoutgenerator.h:33
int x
Definition: cxx11-lambda-functions-and-expressions.h:4
const AssociationWidgetList associationList() const
Definition: umlscene.cpp:585
int m_version
version of graphviz generator
Definition: dotgenerator.h:54
void setUseFullNodeLabels(bool state)
Definition: dotgenerator.cpp:231
int count() const
Definition: associationline.cpp:148
Definition: dotgenerator.h:19
bool createDotFile(UMLScene *scene, const QString &fileName, const QString &variant=QLatin1String("default"))
Definition: dotgenerator.cpp:372
QPointF mapToScene(const QPointF &p)
Definition: layoutgenerator.cpp:597
void removePoint(int index)
Definition: associationline.cpp:134
QMap< QString, QStringList > ParameterList
Definition: layoutgenerator.h:39
@ A
Definition: basictypes.h:237
QString m_dotPath
contains path to generator executable
Definition: dotgenerator.h:53
QString toString(const ID::Type &id)
Definition: basictypes.cpp:1300
QString toString(Enum item)
Definition: basictypes.cpp:269
static QString pngViewer()
Definition: layoutgenerator.cpp:48
double m_scale
scale factor
Definition: dotgenerator.h:44
OptionState & optionState()
Definition: optionstate.cpp:357
QPointF origin(const QString &id)
Definition: layoutgenerator.cpp:341
@ Spline
Definition: basictypes.h:135
@ Polyline
Definition: basictypes.h:134
it is up to the author donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License If the distribution and or use of the Library is restricted in certain countries either by patents or by copyrighted the original copyright holder who places the Library under this License may add an geographical distribution limitation excluding those so that distribution is permitted only in or among countries not thus excluded In such this License incorporates the limitation as if written in the body of this License The Free Software Foundation may publish revised and or new versions of the Library General Public License from time to time Such new versions will be similar in spirit to the present but may differ in detail to address new problems or concerns Each version is given a distinguishing version number If the Library specifies a version number of this License which applies to it and any later you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation If the Library does not specify a license version number
Definition: LGPL-2.0-only.txt:368
QString a
Definition: petalnode.cpp:13
#define uWarning()
Definition: debug_utils.h:110
LayoutGenerator()
Definition: layoutgenerator.cpp:83
QList< QPointF > EdgePoints
Definition: layoutgenerator.h:37
@ Direct
Definition: basictypes.h:132
Uml::DiagramType::Enum type() const
Definition: umlscene.cpp:422
EdgeType m_edges
list of edges found in parsed dot file
Definition: layoutgenerator.h:56
QHash< QString, EdgePoints > EdgeType
Definition: layoutgenerator.h:38
Definition: associationline.h:100
#define i18n
Definition: main.cpp:34
bool isEnabled() const
Definition: layoutgenerator.cpp:94
QHash< QString, QRectF > NodeType
Definition: layoutgenerator.h:36
if the work is an executable linked with the with the complete machine readable work that uses the as object code and or source so that the user can modify the Library and then relink to produce a modified executable containing the modified valid for at least three to give the same user the materials specified in for a charge no more than the cost of performing this distribution c If distribution of the work is made by offering access to copy from a designated offer equivalent access to copy the above specified materials from the same place d Verify that the user has already received a copy of these materials or that you have already sent this user a copy For an executable
Definition: LGPL-2.0-only.txt:274
void beginMacro(const QString &text)
Definition: uml.cpp:3469
#define uDebug()
Definition: debug_utils.h:108
void cleanup()
Definition: associationline.cpp:156
const UMLWidgetList widgetList() const
Definition: umlscene.cpp:599
Displays a line of text or an operation.
Definition: floatingtextwidget.h:31
@ B
Definition: basictypes.h:238
bool parseLine(const QString &line)
Definition: layoutgenerator.cpp:393
QString toString(Enum item)
Definition: basictypes.cpp:154
void endMacro()
Definition: uml.cpp:3488
type show c for details The hypothetical commands show w and show c should show the appropriate parts of the General Public License Of the commands you use may be called something other than show w and show c
Definition: GPL-2.0-only.txt:301
QHash< QString, QString > m_edgeParameters
contains global edge parameters
Definition: dotgenerator.h:47
static UMLApp * app()
Definition: uml.cpp:275
void setLayout(Uml::LayoutType::Enum layout)
Definition: associationline.cpp:848
bool splitParameters(QMap< QString, QStringList > &map, const QString &s)
QDebug operator<<(QDebug out, const QXmlStreamAttribute &a)
Definition: shared.cpp:17
QString generatorFullPath() const
Definition: dotgenerator.cpp:189
QHash< QString, QPointF > m_edgeLabelPosition
contains global node parameters
Definition: layoutgenerator.h:57
QRectF m_boundingRect
Definition: layoutgenerator.h:54
NodeType m_nodes
list of nodes found in parsed dot file
Definition: layoutgenerator.h:55
QPointF m_origin
Definition: dotgenerator.h:49
friend QDebug operator<<(QDebug out, LayoutGenerator &c)
Definition: umlscene.h:64
QString fixID(const QString &_id)
Definition: dotgenerator.cpp:572
bool setEndPoints(const QPointF &start, const QPointF &end)
Definition: associationline.cpp:287
void addPoint(const QPointF &point)
Definition: associationline.cpp:114
bool generate(UMLScene *scene, const QString &variant=QString())
Definition: layoutgenerator.cpp:104
static bool availableConfigFiles(UMLScene *scene, QHash< QString, QString > &configFiles)
Definition: layoutgenerator.cpp:304
@ Orthogonal
Definition: basictypes.h:133
bool b
Definition: cxx11-null-pointer-constant.h:6
bool readGeneratedDotFile(const QString &fileName)
Definition: layoutgenerator.cpp:364
bool apply(UMLScene *scene)
Definition: layoutgenerator.cpp:190
void executeCommand(QUndoCommand *cmd)
Definition: uml.cpp:3447
static QString textViewer()
Definition: layoutgenerator.cpp:61
Uml::DiagramType::Enum diagramType(QString objType)
Definition: petaltree2uml.cpp:604