#include <umllistviewfinder.h>
|
enum | Category {
All,
Classes,
Packages,
Interfaces,
Operations,
Attributes
} |
|
enum | Filter { TreeView,
CurrentDiagram,
AllDiagrams
} |
|
enum | Result { Empty,
End,
Found,
NotFound
} |
|
int | m_index |
|
QList< Uml::ID::Type > | m_items |
|
UMLListViewFinder::UMLListViewFinder |
( |
| ) |
|
UMLListViewFinder::~UMLListViewFinder |
( |
| ) |
|
|
virtual |
int UMLListViewFinder::collect |
( |
Category |
category, |
|
|
const QString & |
text |
|
) |
| |
|
virtual |
Collect items limited by a category and a text
- Parameters
-
category | Category to search for |
text | Text to search for |
- Returns
- Number of items found
Implements UMLFinder.
Show next item.
- Returns
- Result result of the operation
Implements UMLFinder.
Show previous item.
- Returns
- Result result of the operation
Implements UMLFinder.
Show item in Tree View.
- Parameters
-
id | ID of uml object to show |
- Returns
- false list view entry not found, true otherwise
The documentation for this class was generated from the following files: