umbrello  2.39.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
cmds.h
Go to the documentation of this file.
1 /*
2  SPDX-License-Identifier: GPL-2.0-or-later
3  SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
4 */
5 
6 #ifndef CMDS_H
7 #define CMDS_H
8 
9 
10 #include <QUndoCommand>
11 #include <QUndoStack>
12 
13 #include "cmds/cmdcreatediagram.h"
14 #include "cmds/cmdhandlerename.h"
15 #include "cmds/cmdremovediagram.h"
16 #include "cmds/cmdsetstereotype.h"
17 #include "cmds/cmdsetvisibility.h"
18 
19 /************************************************************
20  * Generic
21  ************************************************************/
25 
26 /************************************************************
27  * Widgets
28  ************************************************************/
41 #include "cmds/widget/cmdsetname.h"
42 #include "cmds/widget/cmdsettxt.h"
43 
44 #endif