umbrello
2.32.3
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
* 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
25
class
ToolBarStateOther
:
public
ToolBarStatePool
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
37
UMLObject::ObjectType
getObjectType
();
38
39
bool
newWidget
();
40
41
};
42
43
#endif
//TOOLBARSTATEOTHER_H
ToolBarStateOther
Definition:
toolbarstateother.h:26
ToolBarStateOther::newWidget
bool newWidget()
Definition:
toolbarstateother.cpp:165
ToolBarStateOther::mouseReleaseEmpty
virtual void mouseReleaseEmpty()
Definition:
toolbarstateother.cpp:77
ToolBarStateOther::~ToolBarStateOther
virtual ~ToolBarStateOther()
Definition:
toolbarstateother.cpp:54
ToolBarStateOther::setCurrentElement
virtual void setCurrentElement()
Definition:
toolbarstateother.cpp:63
ToolBarStateOther::ToolBarStateOther
ToolBarStateOther(UMLScene *umlScene)
Definition:
toolbarstateother.cpp:46
ToolBarStateOther::getObjectType
UMLObject::ObjectType getObjectType()
Definition:
toolbarstateother.cpp:95
ToolBarStatePool
Definition:
toolbarstatepool.h:23
UMLObject::ObjectType
ObjectType
Definition:
umlobject.h:80
UMLScene
Definition:
umlscene.h:69
toolbarstatepool.h
umlobject.h
Generated by
1.9.1