|
|
void | onStudyFound (const String &folder, const Data::StudyVersion &version) |
| |
|
| StudyFinder () |
| | Default Constructor.
|
| |
|
| StudyFinder (const StudyFinder &) |
| | Copy constructor.
|
| |
|
virtual | ~StudyFinder () |
| | Destructor.
|
| |
| void | lookup (const Yuni::String &folder) |
| | Start a new lookup from a single folder. More...
|
| |
| void | lookup (const Yuni::String::Vector &folders) |
| | Start a new lookup from a list of folder. More...
|
| |
| void | lookup (const Yuni::String::List &folders) |
| | Start a new lookup from a list of folder. More...
|
| |
|
void | stop (uint timeout=defaultTimeout) |
| | Stop a lookup currently in progress.
|
| |
|
void | wait () |
| | Wait Indefinitely for the end of the lookup.
|
| |
|
void | wait (uint timeout) |
| | Wait for the end of the lookup (with timeout)
|
| |
|
virtual void | onStudyFound (const Yuni::String &folder, const StudyVersion &version)=0 |
| | Event triggered when a lookup has been found.
|
| |
| virtual void | onLookupFinished () |
| | Event triggered when a lookup has finished gracefully. More...
|
| |
| virtual void | onLookupAborted () |
| | Event triggered when a lookup has been aborted. More...
|
| |
|
|
bool | extra |
| | Print extra informations, such as the study version.
|
| |
|
bool | csv |
| | Print in CSV mode.
|
| |
The documentation for this class was generated from the following file:
- src/tools/finder/main.cpp