umbrello
25.04.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
umbrello
umlwidgets
pinwidget.h
Go to the documentation of this file.
1
/*
2
SPDX-License-Identifier: GPL-2.0-or-later
3
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
4
*/
5
6
#ifndef PINWIDGET_H
7
#define PINWIDGET_H
8
9
#include "
pinportbase.h
"
10
23
class
PinWidget
:
public
PinPortBase
24
{
25
Q_OBJECT
26
public
:
27
28
PinWidget
(
UMLScene
* scene,
UMLWidget
* owner,
Uml::ID::Type
id
=
Uml::ID::None
);
29
virtual
~PinWidget
();
30
31
public
Q_SLOTS:
32
void
slotMenuSelection
(QAction* action);
33
34
// private:
35
// int m_nY;
36
};
37
38
#endif
PinPortBase
Abstract base class for PinWidget and PortWidget.
Definition
pinportbase.h:23
PinWidget
A graphical version of a UML pin.
Definition
pinwidget.h:24
PinWidget::slotMenuSelection
void slotMenuSelection(QAction *action)
Definition
pinwidget.cpp:55
PinWidget::~PinWidget
virtual ~PinWidget()
Definition
pinwidget.cpp:48
UMLScene
Definition
umlscene.h:65
UMLWidget
The base class for graphical UML objects.
Definition
umlwidget.h:36
Uml::ID::None
const Type None
special value for uninitialized ID
Definition
basictypes.h:373
Uml::ID::Type
std::string Type
Definition
basictypes.h:371
pinportbase.h
Generated by
1.9.8