umbrello  2.31.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  * 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-2020 *
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  ************************************************************/
31 
32 /************************************************************
33  * Widgets
34  ************************************************************/
47 #include "cmds/widget/cmdsetname.h"
48 #include "cmds/widget/cmdsettxt.h"
49 
50 #if QT_VERSION < 0x050000
51 #include <kundostack.h>
52 #endif
53 
54 #endif
cmdcreatediagram.h
cmdchangelinewidth.h
cmdcreatewidget.h
cmdchangeusefillcolor.h
cmdremoveumlobject.h
cmdmovewidget.h
cmdsetstereotype.h
cmdchangefont.h
cmdchangefillcolor.h
cmdchangetextcolor.h
cmdremovediagram.h
cmdsetname.h
cmdchangevisualproperty.h
cmdcreateumlobject.h
cmdsettxt.h
cmdhandlerename.h
cmdchangemultiplicity.h
cmdrenameumlinstancetype.h
cmdrenameumlobject.h
cmdsetvisibility.h
cmdremovewidget.h
cmdresizewidget.h
cmdchangelinecolor.h