umbrello  2.32.3
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  * This program is free software; you can redistribute it and/or modify *
3  * it under the terms of the GNU General Public License as published by *
4  * the Free Software Foundation; either version 2 of the License, or *
5  * (at your option) any later version. *
6  * *
7  * copyright (C) 2014-2020 *
8  * Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
9  ***************************************************************************/
10 
11 #ifndef FINDDIALOG_H
12 #define FINDDIALOG_H
13 
14 #include "ui_finddialog.h"
15 
16 #include "singlepagedialogbase.h"
17 #include "umlfinder.h"
18 
24 class FindDialog : public SinglePageDialogBase, private Ui::FindDialog
25 {
26  Q_OBJECT
27 public:
28  explicit FindDialog(QWidget *parent = 0);
29  ~FindDialog();
30  QString text();
33 
34 protected:
35  void showEvent(QShowEvent *event);
36 
37 private slots:
38  void slotFilterButtonClicked(int button);
39 };
40 
41 #endif // FINDDIALOG_H
UMLFinder::Operations
@ Operations
Definition: umlfinder.h:30
FindDialog::category
UMLFinder::Category category()
Definition: finddialog.cpp:55
UMLFinder::All
@ All
Definition: umlfinder.h:30
finddialog.h
FindDialog
Definition: finddialog.h:25
SinglePageDialogBase
Definition: singlepagedialogbase.h:36
FindDialog::text
QString text()
Definition: finddialog.cpp:32
singlepagedialogbase.h
FindDialog::showEvent
void showEvent(QShowEvent *event)
Definition: finddialog.cpp:89
FindDialog::filter
UMLFinder::Filter filter()
Definition: finddialog.cpp:41
UMLFinder::Attributes
@ Attributes
Definition: umlfinder.h:30
UMLFinder::Classes
@ Classes
Definition: umlfinder.h:30
FindDialog::~FindDialog
~FindDialog()
Definition: finddialog.cpp:23
FindDialog::slotFilterButtonClicked
void slotFilterButtonClicked(int button)
Definition: finddialog.cpp:77
FindDialog::FindDialog
FindDialog(QWidget *parent=0)
Definition: finddialog.cpp:13
UMLFinder::Packages
@ Packages
Definition: umlfinder.h:30
i18n
#define i18n
Definition: main.cpp:39
UMLFinder::TreeView
@ TreeView
Definition: umlfinder.h:31
UMLFinder::Category
Category
Definition: umlfinder.h:30
umlfinder.h
MyProject\connect
connect()
Definition: namespaces-multiple.php:5
UMLFinder::CurrentDiagram
@ CurrentDiagram
Definition: umlfinder.h:31
UMLFinder::Filter
Filter
Definition: umlfinder.h:31
UMLFinder::Interfaces
@ Interfaces
Definition: umlfinder.h:30
UMLFinder::AllDiagrams
@ AllDiagrams
Definition: umlfinder.h:31