WordTree
|
Signals | |
Signals | |
void | EmitSearch (QString sSearchTerm) |
emitted when a new search is requested (e.g. by clicking on a entry in the search window) | |
Public Member Functions | |
Construction / Destruction | |
SearchHistory (QWidget *parent=0) | |
Constructor. | |
~SearchHistory () | |
Destructor. | |
Methods | |
void | AddNewSearch (QString sSearchTerm, QSharedPointer< WTVisualizedTree > spVisualizedTree) |
adds a new search to the list and stores the result tree | |
bool | GetLastSearch (std::string &rsSearchPhrase, QSharedPointer< WTVisualizedTree > &rspVisualizedTree) |
returns the last search to the reference parameters and true as retun value if successfull, else false |