umbrello
2.39.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
umbrello
toolbarstateother.h
Go to the documentation of this file.
1
/*
2
SPDX-License-Identifier: GPL-2.0-or-later
3
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
4
*/
5
6
#ifndef TOOLBARSTATEOTHER_H
7
#define TOOLBARSTATEOTHER_H
8
9
#include "
toolbarstatepool.h
"
10
#include "
umlobject.h
"
11
20
class
ToolBarStateOther
:
public
ToolBarStatePool
21
{
22
Q_OBJECT
23
public
:
24
explicit
ToolBarStateOther
(
UMLScene
*umlScene);
25
virtual
~ToolBarStateOther
();
26
27
private
:
28
virtual
void
setCurrentElement
();
29
30
virtual
void
mouseReleaseEmpty
();
31
32
UMLObject::ObjectType
getObjectType
()
const
;
33
34
bool
newWidget
();
35
36
};
37
38
#endif
//TOOLBARSTATEOTHER_H
ToolBarStateOther
Definition:
toolbarstateother.h:21
ToolBarStateOther::newWidget
bool newWidget()
Definition:
toolbarstateother.cpp:157
ToolBarStateOther::mouseReleaseEmpty
virtual void mouseReleaseEmpty()
Definition:
toolbarstateother.cpp:71
ToolBarStateOther::~ToolBarStateOther
virtual ~ToolBarStateOther()
Definition:
toolbarstateother.cpp:49
ToolBarStateOther::setCurrentElement
virtual void setCurrentElement()
Definition:
toolbarstateother.cpp:58
ToolBarStateOther::ToolBarStateOther
ToolBarStateOther(UMLScene *umlScene)
Definition:
toolbarstateother.cpp:41
ToolBarStateOther::getObjectType
UMLObject::ObjectType getObjectType() const
Definition:
toolbarstateother.cpp:87
ToolBarStatePool
Definition:
toolbarstatepool.h:18
UMLObject::ObjectType
ObjectType
Definition:
umlobject.h:76
UMLScene
Definition:
umlscene.h:65
toolbarstatepool.h
umlobject.h
Generated by
1.9.1