umbrello  2.39.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
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 
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 
33 
34  bool newWidget();
35 
36 };
37 
38 #endif //TOOLBARSTATEOTHER_H
Definition: toolbarstateother.h:21
bool newWidget()
Definition: toolbarstateother.cpp:157
virtual void mouseReleaseEmpty()
Definition: toolbarstateother.cpp:71
virtual ~ToolBarStateOther()
Definition: toolbarstateother.cpp:49
virtual void setCurrentElement()
Definition: toolbarstateother.cpp:58
ToolBarStateOther(UMLScene *umlScene)
Definition: toolbarstateother.cpp:41
UMLObject::ObjectType getObjectType() const
Definition: toolbarstateother.cpp:87
Definition: toolbarstatepool.h:18
ObjectType
Definition: umlobject.h:76
Definition: umlscene.h:65