umbrello  2.35.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
interfacewidget.h
Go to the documentation of this file.
1 /*
2  SPDX-License-Identifier: GPL-2.0-or-later
3  SPDX-FileCopyrightText: 2019-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
4 */
5 
6 #ifndef INTERFACEWIDGET_H
7 #define INTERFACEWIDGET_H
8 
9 #include "classifierwidget.h"
10 
20 {
21 public:
23  InterfaceWidget(UMLScene * scene, UMLPackage * p);
24 };
25 
26 #endif // INTERFACEWIDGET_H
classifierwidget.h
DEBUG_REGISTER_DISABLED
#define DEBUG_REGISTER_DISABLED(src)
Definition: debug_utils.h:135
InterfaceWidget::InterfaceWidget
InterfaceWidget(UMLScene *scene, UMLClassifier *c)
Definition: interfacewidget.cpp:14
ClassifierWidget
Common implementation for class widget and interface widget.
Definition: classifierwidget.h:27
interfacewidget.h
c
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
InterfaceWidget
Definition: interfacewidget.h:19
classifier.h
UMLClassifier
Information for a non-graphical Concept/Class.
Definition: classifier.h:34
debug_utils.h
UMLScene
Definition: umlscene.h:64
UMLPackage
Non-graphical information for a Package.
Definition: package.h:27