#include <umlfinder.h>
|
| enum | Category {
All,
Classes,
Packages,
Interfaces,
Operations,
Attributes
} |
| |
| enum | Filter { TreeView,
CurrentDiagram,
AllDiagrams
} |
| |
| enum | Result { Empty,
End,
Found,
NotFound
} |
| |
The UMLFinder class provides the interface for find related classes.
- Author
- : Ralf Habacker ralf..nosp@m.haba.nosp@m.cker@.nosp@m.free.nosp@m.net.d.nosp@m.e
| Enumerator |
|---|
| All |
|
| Classes |
|
| Packages |
|
| Interfaces |
|
| Operations |
|
| Attributes |
|
| Enumerator |
|---|
| TreeView |
|
| CurrentDiagram |
|
| AllDiagrams |
|
| Enumerator |
|---|
| Empty |
|
| End |
|
| Found |
|
| NotFound |
|
| UMLFinder::~UMLFinder |
( |
| ) |
|
|
virtual |
| virtual int UMLFinder::collect |
( |
Category |
category, |
|
|
const QString & |
text |
|
) |
| |
|
pure virtual |
| virtual Result UMLFinder::displayNext |
( |
| ) |
|
|
pure virtual |
| virtual Result UMLFinder::displayPrevious |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: