umbrello
25.04.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
umbrello
dialogs
notedialog.h
Go to the documentation of this file.
1
/*
2
SPDX-License-Identifier: GPL-2.0-or-later
3
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
4
*/
5
6
#ifndef NOTEDIALOG_H
7
#define NOTEDIALOG_H
8
9
#include "
multipagedialogbase.h
"
10
11
class
NoteWidget
;
12
17
class
NoteDialog
:
public
MultiPageDialogBase
18
{
19
Q_OBJECT
20
public
:
21
NoteDialog
(QWidget *parent,
NoteWidget
*widget);
22
23
bool
apply
();
24
25
public
Q_SLOTS:
26
void
slotOk
();
27
void
slotApply
();
28
29
protected
:
30
void
setupPages
();
31
NoteWidget
*
m_widget
;
32
};
33
34
#endif
MultiPageDialogBase
Definition
multipagedialogbase.h:47
NoteDialog
Definition
notedialog.h:18
NoteDialog::slotOk
void slotOk()
Definition
notedialog.cpp:33
NoteDialog::m_widget
NoteWidget * m_widget
Definition
notedialog.h:31
NoteDialog::slotApply
void slotApply()
Definition
notedialog.cpp:38
NoteDialog::apply
bool apply()
Definition
notedialog.cpp:46
NoteDialog::setupPages
void setupPages()
Definition
notedialog.cpp:26
NoteWidget
Displays a note box.
Definition
notewidget.h:26
multipagedialogbase.h
Generated by
1.9.8