#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
◆ Category
Enumerator |
---|
All | |
Classes | |
Packages | |
Interfaces | |
Operations | |
Attributes | |
◆ Filter
Enumerator |
---|
TreeView | |
CurrentDiagram | |
AllDiagrams | |
◆ Result
Enumerator |
---|
Empty | |
End | |
Found | |
NotFound | |
◆ UMLFinder()
◆ ~UMLFinder()
UMLFinder::~UMLFinder |
( |
| ) |
|
|
virtual |
◆ collect()
virtual int UMLFinder::collect |
( |
Category |
category, |
|
|
const QString & |
text |
|
) |
| |
|
pure virtual |
◆ displayNext()
virtual Result UMLFinder::displayNext |
( |
| ) |
|
|
pure virtual |
◆ displayPrevious()
virtual Result UMLFinder::displayPrevious |
( |
| ) |
|
|
pure virtual |
◆ includeObject()
◆ m_index
◆ m_items
The documentation for this class was generated from the following files: