umbrello
2.35.1
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
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
slots:
26
void
slotOk
();
27
void
slotApply
();
28
29
protected
:
30
void
setupPages
();
31
NoteWidget
*
m_widget
;
32
};
33
34
#endif
NoteDialog::apply
bool apply()
Definition:
notedialog.cpp:46
NoteWidget
Displays a note box.
Definition:
notewidget.h:25
NoteDialog::m_widget
NoteWidget * m_widget
Definition:
notedialog.h:31
MultiPageDialogBase
Definition:
multipagedialogbase.h:46
NoteDialog::slotOk
void slotOk()
Definition:
notedialog.cpp:33
NoteDialog::NoteDialog
NoteDialog(QWidget *parent, NoteWidget *widget)
Definition:
notedialog.cpp:16
NoteDialog
Definition:
notedialog.h:17
NoteDialog::setupPages
void setupPages()
Definition:
notedialog.cpp:26
multipagedialogbase.h
NoteDialog::slotApply
void slotApply()
Definition:
notedialog.cpp:38
Generated by
1.8.10