umbrello  2.32.1
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  * 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) 2002-2021 *
8  * Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
9  ***************************************************************************/
10 
11 #ifndef CMDS_H
12 #define CMDS_H
13 
14 
15 #include <QUndoCommand>
16 #include <QUndoStack>
17 
18 #include "cmds/cmdcreatediagram.h"
19 #include "cmds/cmdhandlerename.h"
20 #include "cmds/cmdremovediagram.h"
21 #include "cmds/cmdsetstereotype.h"
22 #include "cmds/cmdsetvisibility.h"
23 
24 /************************************************************
25  * Generic
26  ************************************************************/
30 
31 /************************************************************
32  * Widgets
33  ************************************************************/
46 #include "cmds/widget/cmdsetname.h"
47 #include "cmds/widget/cmdsettxt.h"
48 
49 #if QT_VERSION < 0x050000
50 #include <kundostack.h>
51 #endif
52 
53 #endif