umbrello
2.39.3
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
umbrello
dialogs
finddialog.h
Go to the documentation of this file.
1
/*
2
SPDX-License-Identifier: GPL-2.0-or-later
3
SPDX-FileCopyrightText: 2014-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
4
*/
5
6
#ifndef FINDDIALOG_H
7
#define FINDDIALOG_H
8
9
#include "ui_finddialog.h"
10
11
#include "
singlepagedialogbase.h
"
12
#include "
umlfinder.h
"
13
19
class
FindDialog
:
public
SinglePageDialogBase
,
private
Ui::FindDialog
20
{
21
Q_OBJECT
22
public
:
23
explicit
FindDialog
(QWidget *parent =
nullptr
);
24
~FindDialog
();
25
QString
text
()
const
;
26
UMLFinder::Filter
filter
()
const
;
27
UMLFinder::Category
category
()
const
;
28
29
protected
:
30
void
showEvent
(QShowEvent *event);
31
32
private
Q_SLOTS:
33
void
slotFilterButtonClicked
(
int
button);
34
};
35
36
#endif
// FINDDIALOG_H
FindDialog::showEvent
void showEvent(QShowEvent *event)
Definition
finddialog.cpp:86
FindDialog::slotFilterButtonClicked
void slotFilterButtonClicked(int button)
Definition
finddialog.cpp:74
FindDialog::FindDialog
FindDialog(QWidget *parent=nullptr)
Definition
finddialog.cpp:8
FindDialog::category
UMLFinder::Category category() const
Definition
finddialog.cpp:52
FindDialog::~FindDialog
~FindDialog()
Definition
finddialog.cpp:20
FindDialog::filter
UMLFinder::Filter filter() const
Definition
finddialog.cpp:38
FindDialog::text
QString text() const
Definition
finddialog.cpp:29
SinglePageDialogBase::SinglePageDialogBase
SinglePageDialogBase(QWidget *parent, bool withApplyButton=false, bool withSearchButton=false)
Definition
singlepagedialogbase.cpp:23
UMLFinder::Category
Category
Definition
umlfinder.h:25
UMLFinder::Filter
Filter
Definition
umlfinder.h:26
singlepagedialogbase.h
umlfinder.h
Generated by
1.13.2