umbrello
2.35.1
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
int m_version
version of graphviz generator
Definition: dotgenerator.h:54
AssociationWidgetList associationList() const
Definition: umlscene.cpp:595
void setUseFullNodeLabels(bool state)
Definition: dotgenerator.cpp:235
int count() const
Definition: associationline.cpp:150
Definition: dotgenerator.h:19
bool createDotFile(UMLScene *scene, const QString &fileName, const QString &variant=QLatin1String("default"))
Definition: dotgenerator.cpp:383
QPointF mapToScene(const QPointF &p)
Definition: layoutgenerator.cpp:599
#define DEBUG()
Definition: debug_utils.h:127
void removePoint(int index)
Definition: associationline.cpp:136
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:1306
QString toString(Enum item)
Definition: basictypes.cpp:271
static QString pngViewer()
Definition: layoutgenerator.cpp:49
double m_scale
scale factor
Definition: dotgenerator.h:44
OptionState & optionState()
Definition: optionstate.cpp:357
QPointF origin(const QString &id)
Definition: layoutgenerator.cpp:343
@ 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
LayoutGenerator()
Definition: layoutgenerator.cpp:87
QList< QPointF > EdgePoints
Definition: layoutgenerator.h:37
@ Direct
Definition: basictypes.h:132
Uml::DiagramType::Enum type() const
Definition: umlscene.cpp:432
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:35
bool isEnabled() const
Definition: layoutgenerator.cpp:98
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:3645
void cleanup()
Definition: associationline.cpp:158
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:395
QString toString(Enum item)
Definition: basictypes.cpp:156
void endMacro()
Definition: uml.cpp:3664
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:349
void setLayout(Uml::LayoutType::Enum layout)
Definition: associationline.cpp:852
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:193
#define logWarn0(s)
Definition: uml.h:538
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:584
bool setEndPoints(const QPointF &start, const QPointF &end)
Definition: associationline.cpp:291
void addPoint(const QPointF &point)
Definition: associationline.cpp:116
bool generate(UMLScene *scene, const QString &variant=QString())
Definition: layoutgenerator.cpp:108
static bool availableConfigFiles(UMLScene *scene, QHash< QString, QString > &configFiles)
Definition: layoutgenerator.cpp:306
@ Orthogonal
Definition: basictypes.h:133
bool b
Definition: cxx11-null-pointer-constant.h:6
bool readGeneratedDotFile(const QString &fileName)
Definition: layoutgenerator.cpp:366
bool apply(UMLScene *scene)
Definition: layoutgenerator.cpp:194
void executeCommand(QUndoCommand *cmd)
Definition: uml.cpp:3623
static QString textViewer()
Definition: layoutgenerator.cpp:62
UMLWidgetList widgetList() const
Definition: umlscene.cpp:609
Uml::DiagramType::Enum diagramType(QString objType)
Definition: petaltree2uml.cpp:664