umbrello
2.32.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
umbrello
umlwidgets
interfacewidget.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) 2019-2020 *
8
* Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
9
***************************************************************************/
10
11
#ifndef INTERFACEWIDGET_H
12
#define INTERFACEWIDGET_H
13
14
#include "
classifierwidget.h
"
15
24
class
InterfaceWidget
:
public
ClassifierWidget
25
{
26
public
:
27
InterfaceWidget
(
UMLScene
* scene,
UMLClassifier
* c);
28
InterfaceWidget
(
UMLScene
* scene,
UMLPackage
* p);
29
};
30
31
#endif
// INTERFACEWIDGET_H
ClassifierWidget
Common implementation for class widget and interface widget.
Definition:
classifierwidget.h:33
InterfaceWidget
Definition:
interfacewidget.h:25
InterfaceWidget::InterfaceWidget
InterfaceWidget(UMLScene *scene, UMLClassifier *c)
Definition:
interfacewidget.cpp:19
UMLClassifier
Information for a non-graphical Concept/Class.
Definition:
classifier.h:40
UMLPackage
Non-graphical information for a Package.
Definition:
package.h:33
UMLScene
Definition:
umlscene.h:70
classifierwidget.h
Generated by
1.9.1