umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Public Slots | Public Member Functions | Protected Attributes | List of all members
FindResults Class Reference

#include <findresults.h>

Inheritance diagram for FindResults:
Collaboration diagram for FindResults:

Public Slots

bool displayNext ()
 
bool displayPrevious ()
 

Public Member Functions

 FindResults ()
 
virtual ~FindResults ()
 
void clear ()
 
int collect (UMLFinder::Filter filter, UMLFinder::Category category, const QString &text)
 

Protected Attributes

QList< UMLSceneFinderm_sceneFinder
 
QList< UMLDocFinderm_docFinder
 
QList< UMLListViewFinderm_listViewFinder
 

Detailed Description

Class FindResults performs find and provide ui with find results

Author
: Ralf Habacker ralf..nosp@m.haba.nosp@m.cker@.nosp@m.free.nosp@m.net.d.nosp@m.e

Constructor & Destructor Documentation

◆ FindResults()

FindResults::FindResults ( )

◆ ~FindResults()

FindResults::~FindResults ( )
virtual

Member Function Documentation

◆ clear()

void FindResults::clear ( )

Clear the find results.

◆ collect()

int FindResults::collect ( UMLFinder::Filter  filter,
UMLFinder::Category  category,
const QString &  text 
)

Collect items limited by a filter, a category and a text

Parameters
filterfilter to limit the search
categorycategory to search for (currently unsupported)
text
Returns
Number of items found
Here is the call graph for this function:

◆ displayNext

bool FindResults::displayNext ( )
slot

Show next item.

Returns
false if no more items are available
true an item has been displayed
Here is the call graph for this function:

◆ displayPrevious

bool FindResults::displayPrevious ( )
slot

Show previous item.

Returns
false if no more items are available
true an item has been displayed
Here is the call graph for this function:

Member Data Documentation

◆ m_docFinder

QList<UMLDocFinder> FindResults::m_docFinder
protected

◆ m_listViewFinder

QList<UMLListViewFinder> FindResults::m_listViewFinder
protected

◆ m_sceneFinder

QList<UMLSceneFinder> FindResults::m_sceneFinder
protected

The documentation for this class was generated from the following files: