umbrello
2.31.3
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
umbrello
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
************************************************************/
27
#include "
cmds/generic/cmdcreateumlobject.h
"
28
#include "
cmds/generic/cmdremoveumlobject.h
"
29
#include "
cmds/generic/cmdrenameumlinstancetype.h
"
30
#include "
cmds/generic/cmdrenameumlobject.h
"
31
32
/************************************************************
33
* Widgets
34
************************************************************/
35
#include "
cmds/widget/cmdchangefillcolor.h
"
36
#include "
cmds/widget/cmdchangefont.h
"
37
#include "
cmds/widget/cmdchangelinecolor.h
"
38
#include "
cmds/widget/cmdchangelinewidth.h
"
39
#include "
cmds/widget/cmdchangemultiplicity.h
"
40
#include "
cmds/widget/cmdchangetextcolor.h
"
41
#include "
cmds/widget/cmdchangeusefillcolor.h
"
42
#include "
cmds/widget/cmdchangevisualproperty.h
"
43
#include "
cmds/widget/cmdcreatewidget.h
"
44
#include "
cmds/widget/cmdmovewidget.h
"
45
#include "
cmds/widget/cmdremovewidget.h
"
46
#include "
cmds/widget/cmdresizewidget.h
"
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
cmdcreatewidget.h
cmdsetname.h
cmdchangemultiplicity.h
cmdremoveumlobject.h
cmdremovediagram.h
cmdchangeusefillcolor.h
cmdchangefillcolor.h
cmdsetvisibility.h
cmdcreatediagram.h
cmdhandlerename.h
cmdrenameumlinstancetype.h
cmdchangetextcolor.h
cmdchangevisualproperty.h
cmdsettxt.h
cmdresizewidget.h
cmdrenameumlobject.h
cmdchangelinewidth.h
cmdsetstereotype.h
cmdmovewidget.h
cmdcreateumlobject.h
cmdchangefont.h
cmdremovewidget.h
cmdchangelinecolor.h
Generated by
1.8.13