umbrello
2.32.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
umbrello
dialogs
umlroledialog.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) 2003-2020 *
8
* Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
9
***************************************************************************/
10
11
12
#ifndef UMLROLEDIALOG_H
13
#define UMLROLEDIALOG_H
14
15
//kde includes
16
#include "
singlepagedialogbase.h
"
17
21
class
UMLRole
;
22
class
UMLRoleProperties
;
23
24
class
UMLRoleDialog
:
public
SinglePageDialogBase
25
{
26
Q_OBJECT
27
public
:
28
32
UMLRoleDialog
(QWidget * parent,
UMLRole
* pRole);
33
37
~UMLRoleDialog
();
38
39
protected
:
40
41
void
setupDialog
();
42
43
bool
apply
();
44
48
UMLRole
*
m_pRole
;
49
50
private
:
51
52
UMLRoleProperties
*
m_pRoleProps
;
53
54
public
slots:
55
};
56
57
#endif
umlrole.h
umlroleproperties.h
UMLRoleDialog::m_pRoleProps
UMLRoleProperties * m_pRoleProps
Definition:
umlroledialog.h:52
SinglePageDialogBase
Definition:
singlepagedialogbase.h:36
singlepagedialogbase.h
UMLRoleProperties::apply
void apply()
Definition:
umlroleproperties.cpp:75
UMLRole
Definition:
umlrole.h:25
UMLRoleProperties
Definition:
umlroleproperties.h:32
i18n
#define i18n
Definition:
main.cpp:39
UMLRoleDialog::m_pRole
UMLRole * m_pRole
Definition:
umlroledialog.h:48
UMLRoleDialog::UMLRoleDialog
UMLRoleDialog(QWidget *parent, UMLRole *pRole)
Definition:
umlroledialog.cpp:21
umlroledialog.h
UMLRoleDialog
Definition:
umlroledialog.h:25
UMLRoleDialog::apply
bool apply()
Definition:
umlroledialog.cpp:51
UMLRoleDialog::setupDialog
void setupDialog()
Definition:
umlroledialog.cpp:36
UMLRoleDialog::~UMLRoleDialog
~UMLRoleDialog()
Definition:
umlroledialog.cpp:29
Generated by
1.8.20