umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
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
12#include "umlfinder.h"
13
20{
21 Q_OBJECT
22public:
23 explicit FindDialog(QWidget *parent = 0);
25 QString text() const;
28
29protected:
30 void showEvent(QShowEvent *event);
31
32private slots:
33 void slotFilterButtonClicked(int button);
34};
35
36#endif // FINDDIALOG_H
Definition: finddialog.h:20
void showEvent(QShowEvent *event)
Definition: finddialog.cpp:84
void slotFilterButtonClicked(int button)
Definition: finddialog.cpp:72
UMLFinder::Category category() const
Definition: finddialog.cpp:50
~FindDialog()
Definition: finddialog.cpp:18
UMLFinder::Filter filter() const
Definition: finddialog.cpp:36
QString text() const
Definition: finddialog.cpp:27
FindDialog(QWidget *parent=0)
Definition: finddialog.cpp:8
Definition: singlepagedialogbase.h:31
Category
Definition: umlfinder.h:25
Filter
Definition: umlfinder.h:26
Definition: ui_finddialog.h:192