umbrello  2.32.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
notepage.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 NOTEPAGE_H
7 #define NOTEPAGE_H
8 
9 #include "dialogpagebase.h"
10 
12 class NoteWidget;
13 
18 class NotePage : public DialogPageBase
19 {
20  Q_OBJECT
21 public:
22  NotePage(QWidget *parent, NoteWidget *note);
23  ~NotePage();
24 
25  bool apply();
26 
27 protected:
30 };
31 
32 #endif
notewidget.h
NotePage
Definition: notepage.h:18
NotePage::m_noteWidget
NoteWidget * m_noteWidget
note widget to show documentation for
Definition: notepage.h:29
NotePage::NotePage
NotePage(QWidget *parent, NoteWidget *note)
Definition: notepage.cpp:21
documentationwidget.h
dialogpagebase.h
DocumentationWidget::apply
void apply()
Definition: documentationwidget.cpp:65
DialogPageBase
Definition: dialogpagebase.h:19
NotePage::m_docWidget
DocumentationWidget * m_docWidget
widget holding the documentation
Definition: notepage.h:28
NoteWidget
Displays a note box.
Definition: notewidget.h:25
notepage.h
NotePage::~NotePage
~NotePage()
Definition: notepage.cpp:35
DocumentationWidget
Definition: documentationwidget.h:21
NotePage::apply
bool apply()
Definition: notepage.cpp:39