umbrello
26.03.70-f7b1fd3
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
dialogs
messagewidgetpropertiesdialog.h
Go to the documentation of this file.
1
/*
2
SPDX-License-Identifier: GPL-2.0-or-later
3
SPDX-FileCopyrightText: 2018-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
4
*/
5
6
#ifndef MESSAGEWIDGETPROPERTIESDIALOG_H
7
#define MESSAGEWIDGETPROPERTIESDIALOG_H
8
9
#include "
multipagedialogbase.h
"
10
11
class
MessageWidget
;
12
18
class
MessageWidgetPropertiesDialog
:
public
MultiPageDialogBase
19
{
20
Q_OBJECT
21
public
:
22
MessageWidgetPropertiesDialog
(QWidget *parent,
MessageWidget
*widget);
23
~MessageWidgetPropertiesDialog
();
24
25
protected
:
26
void
setupPages
();
27
28
protected
Q_SLOTS:
29
void
slotOk
();
30
void
slotApply
();
31
32
private
:
33
MessageWidget
*
m_widget
;
34
35
};
36
37
#endif
MessageWidget
Displays a message.
Definition:
messagewidget.h:36
MessageWidgetPropertiesDialog
Definition:
messagewidgetpropertiesdialog.h:19
MessageWidgetPropertiesDialog::m_widget
MessageWidget * m_widget
Definition:
messagewidgetpropertiesdialog.h:33
MessageWidgetPropertiesDialog::~MessageWidgetPropertiesDialog
~MessageWidgetPropertiesDialog()
Definition:
messagewidgetpropertiesdialog.cpp:31
MessageWidgetPropertiesDialog::slotOk
void slotOk()
Definition:
messagewidgetpropertiesdialog.cpp:35
MessageWidgetPropertiesDialog::setupPages
void setupPages()
Definition:
messagewidgetpropertiesdialog.cpp:49
MessageWidgetPropertiesDialog::slotApply
void slotApply()
Definition:
messagewidgetpropertiesdialog.cpp:41
MultiPageDialogBase
Definition:
multipagedialogbase.h:47
multipagedialogbase.h
Generated by
1.9.5