#include <umlscenefinder.h>
|
enum | Category {
All,
Classes,
Packages,
Interfaces,
Operations,
Attributes
} |
|
enum | Filter { TreeView,
CurrentDiagram,
AllDiagrams
} |
|
enum | Result { Empty,
End,
Found,
NotFound
} |
|
UMLSceneFinder::UMLSceneFinder |
( |
UMLView * |
view | ) |
|
|
explicit |
UMLSceneFinder::~UMLSceneFinder |
( |
| ) |
|
|
virtual |
int UMLSceneFinder::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 diagram.
- Parameters
-
id | ID of uml object to show |
- Returns
- false scene or widget not found, true otherwise
-
true widget has been shown
The documentation for this class was generated from the following files: