umbrello
2.38.5
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
umlobject.h
ToolBarStatePool
Definition:
toolbarstatepool.h:17
ToolBarStateOther::newWidget
bool newWidget()
Definition:
toolbarstateother.cpp:157
ToolBarStateOther::getObjectType
UMLObject::ObjectType getObjectType() const
Definition:
toolbarstateother.cpp:87
ToolBarStateOther::mouseReleaseEmpty
virtual void mouseReleaseEmpty()
Definition:
toolbarstateother.cpp:71
ToolBarStateOther::setCurrentElement
virtual void setCurrentElement()
Definition:
toolbarstateother.cpp:58
toolbarstatepool.h
ToolBarStateOther
Definition:
toolbarstateother.h:20
ToolBarStateOther::ToolBarStateOther
ToolBarStateOther(UMLScene *umlScene)
Definition:
toolbarstateother.cpp:41
UMLObject::ObjectType
ObjectType
Definition:
umlobject.h:75
UMLScene
Definition:
umlscene.h:64
ToolBarStateOther::~ToolBarStateOther
virtual ~ToolBarStateOther()
Definition:
toolbarstateother.cpp:49
Generated by
1.8.10