umbrello  2.32.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
umllistviewfinder.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 UMLLISTVIEWFINDER_H
12 #define UMLLISTVIEWFINDER_H
13 
14 #include "umlfinder.h"
15 
22 {
23 public:
25  virtual ~UMLListViewFinder();
26  virtual int collect(Category category, const QString &text);
27 
28  virtual Result displayNext();
29  virtual Result displayPrevious();
30 protected:
31  bool showItem(Uml::ID::Type id);
32 };
33 
34 #endif // UMLLISTVIEWFINDER_H
Definition: umlfinder.h:28
Result
Definition: umlfinder.h:32
Category
Definition: umlfinder.h:30
Definition: umllistviewfinder.h:22
bool showItem(Uml::ID::Type id)
Definition: umllistviewfinder.cpp:74
virtual Result displayNext()
Definition: umllistviewfinder.cpp:46
virtual int collect(Category category, const QString &text)
Definition: umllistviewfinder.cpp:27
UMLListViewFinder()
Definition: umllistviewfinder.cpp:18
virtual Result displayPrevious()
Definition: umllistviewfinder.cpp:57
virtual ~UMLListViewFinder()
Definition: umllistviewfinder.cpp:23
std::string Type
Definition: basictypes.h:385