Mantid
Loading...
Searching...
No Matches
Public Slots | Signals | Public Member Functions | Private Attributes | List of all members
MantidQt::API::FakeFileFinderWidget Class Reference

FakeFileFinderWidget. More...

#include <FindFilesThreadPoolManagerMockObjects.h>

Inheritance diagram for MantidQt::API::FakeFileFinderWidget:

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...
 

Detailed Description

FakeFileFinderWidget.

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.

Constructor & Destructor Documentation

◆ FakeFileFinderWidget()

MantidQt::API::FakeFileFinderWidget::FakeFileFinderWidget ( )
inline

Definition at line 71 of file FindFilesThreadPoolManagerMockObjects.h.

Member Function Documentation

◆ fileFindingFinished

void MantidQt::API::FakeFileFinderWidget::fileFindingFinished ( )
signal

Signal emitted to itself when files were found.

◆ getResults()

FindFilesSearchResults MantidQt::API::FakeFileFinderWidget::getResults ( )
inline

Get the captured results of a file search.

Definition at line 76 of file FindFilesThreadPoolManagerMockObjects.h.

◆ inspectThreadResult

void MantidQt::API::FakeFileFinderWidget::inspectThreadResult ( const FindFilesSearchResults result)
inlineslot

Slot called when file finding thread has finished.

Definition at line 82 of file FindFilesThreadPoolManagerMockObjects.h.

◆ isFinishedSignalRecieved()

bool MantidQt::API::FakeFileFinderWidget::isFinishedSignalRecieved ( )
inline

Get if the finished searching signal was recieved.

Definition at line 78 of file FindFilesThreadPoolManagerMockObjects.h.

◆ setSignalRecieved

void MantidQt::API::FakeFileFinderWidget::setSignalRecieved ( )
inlineslot

Slot called when the file finding thread has finished.

Definition at line 85 of file FindFilesThreadPoolManagerMockObjects.h.

Member Data Documentation

◆ m_finishedSignalRecieved

bool MantidQt::API::FakeFileFinderWidget::m_finishedSignalRecieved
private

Whether a finished signal was recieved.

Definition at line 95 of file FindFilesThreadPoolManagerMockObjects.h.

◆ m_results

FindFilesSearchResults MantidQt::API::FakeFileFinderWidget::m_results
private

Results captured from the worker thread.

Definition at line 93 of file FindFilesThreadPoolManagerMockObjects.h.


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