umbrello  2.32.1
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  * This program is free software; you can redistribute it and/or modify *
3  * it under the terms of the GNU General Public License as published by *
4  * the Free Software Foundation; either version 2 of the License, or *
5  * (at your option) any later version. *
6  * *
7  * copyright (C) 2004-2020 *
8  * Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
9  ***************************************************************************/
10 
11 #ifndef TOOLBARSTATEOTHER_H
12 #define TOOLBARSTATEOTHER_H
13 
14 #include "toolbarstatepool.h"
15 #include "umlobject.h"
16 
26 {
27  Q_OBJECT
28 public:
29  explicit ToolBarStateOther(UMLScene *umlScene);
30  virtual ~ToolBarStateOther();
31 
32 private:
33  virtual void setCurrentElement();
34 
35  virtual void mouseReleaseEmpty();
36 
38 
39  bool newWidget();
40 
41 };
42 
43 #endif //TOOLBARSTATEOTHER_H
Definition: toolbarstateother.h:26
bool newWidget()
Definition: toolbarstateother.cpp:165
virtual void mouseReleaseEmpty()
Definition: toolbarstateother.cpp:77
virtual ~ToolBarStateOther()
Definition: toolbarstateother.cpp:54
virtual void setCurrentElement()
Definition: toolbarstateother.cpp:63
ToolBarStateOther(UMLScene *umlScene)
Definition: toolbarstateother.cpp:46
UMLObject::ObjectType getObjectType()
Definition: toolbarstateother.cpp:95
Definition: toolbarstatepool.h:23
ObjectType
Definition: umlobject.h:81
Definition: umlscene.h:70