Mantid
|
#include <FindFilesThreadPoolManagerMockObjects.h>
Public Slots | |
void | inspectThreadResult (const FindFilesSearchResults &result) |
Slot called when file finding thread has finished. More... | |
void | setSignalRecieved () |
Slot called when the file finding thread has finished. More... | |
Signals | |
void | fileFindingFinished () |
Signal emitted to itself when files were found. More... | |
Public Member Functions | |
FakeFileFinderWidget () | |
FindFilesSearchResults | getResults () |
Get the captured results of a file search. More... | |
bool | isFinishedSignalRecieved () |
Get if the finished searching signal was recieved. More... | |
Private Attributes | |
bool | m_finishedSignalRecieved |
Whether a finished signal was recieved. More... | |
FindFilesSearchResults | m_results |
Results captured from the worker thread. More... | |
This implements the slots required to listen to a FindFilesWorker and will simply capture the result produced by the worker.
It will also capture if the worker notified that the search was finished.
Definition at line 67 of file FindFilesThreadPoolManagerMockObjects.h.
|
inline |
Definition at line 71 of file FindFilesThreadPoolManagerMockObjects.h.
|
signal |
Signal emitted to itself when files were found.
|
inline |
Get the captured results of a file search.
Definition at line 76 of file FindFilesThreadPoolManagerMockObjects.h.
|
inlineslot |
Slot called when file finding thread has finished.
Definition at line 82 of file FindFilesThreadPoolManagerMockObjects.h.
|
inline |
Get if the finished searching signal was recieved.
Definition at line 78 of file FindFilesThreadPoolManagerMockObjects.h.
|
inlineslot |
Slot called when the file finding thread has finished.
Definition at line 85 of file FindFilesThreadPoolManagerMockObjects.h.
|
private |
Whether a finished signal was recieved.
Definition at line 95 of file FindFilesThreadPoolManagerMockObjects.h.
|
private |
Results captured from the worker thread.
Definition at line 93 of file FindFilesThreadPoolManagerMockObjects.h.