umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
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
23class PinWidget : public PinPortBase
24{
25 Q_OBJECT
26public:
27
29 virtual ~PinWidget();
30
31 // int getMinY();
32
33public slots:
34 void slotMenuSelection(QAction* action);
35
36// private:
37 // int m_nY;
38};
39
40#endif
Abstract base class for PinWidget and PortWidget.
Definition: pinportbase.h:23
A graphical version of a UML pin.
Definition: pinwidget.h:24
PinWidget(UMLScene *scene, UMLWidget *owner, Uml::ID::Type id=Uml::ID::None)
Definition: pinwidget.cpp:32
void slotMenuSelection(QAction *action)
Definition: pinwidget.cpp:55
virtual ~PinWidget()
Definition: pinwidget.cpp:48
Definition: umlscene.h:65
The base class for graphical UML objects.
Definition: umlwidget.h:36
const Type None
special value for uninitialized ID
Definition: basictypes.h:373
std::string Type
Definition: basictypes.h:371