#include <umlscenefinder.h>
|  | 
| enum | Category { All
, Classes
, Packages
, Interfaces
,
 Operations
, Attributes
 }
 | 
| enum | Filter { TreeView
, CurrentDiagram
, AllDiagrams
 } | 
| enum | Result { Empty
, End
, Found
, NotFound
 } | 
◆ UMLSceneFinder()
  
  | 
        
          | UMLSceneFinder::UMLSceneFinder | ( | UMLView * | view | ) |  |  | explicit | 
 
 
◆ ~UMLSceneFinder()
  
  | 
        
          | UMLSceneFinder::~UMLSceneFinder | ( |  | ) |  |  | virtual | 
 
 
◆ collect()
  
  | 
        
          | 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.
 
 
◆ displayNext()
Show next item.
- Returns
- Result result of the operation 
Implements UMLFinder.
 
 
◆ displayPrevious()
Show previous item.
- Returns
- Result result of the operation 
Implements UMLFinder.
 
 
◆ showItem()
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 
 
 
◆ m_id
The documentation for this class was generated from the following files: