OpenMW
|
#include <searchoperation.hpp>
Public Member Functions | |
SearchOperation (CSMDoc::Document &document) | |
void | configure (const Search &search) |
void | appendStage (SearchStage *stage) |
const Search & | getSearch () const |
Public Member Functions inherited from CSMDoc::Operation | |
Operation (int type, bool ordered, bool finalAlways=false) | |
virtual | ~Operation () |
void | appendStage (Stage *stage) |
void | setDefaultSeverity (Message::Severity severity) |
bool | hasError () const |
Private Attributes | |
Search | mSearch |
Additional Inherited Members | |
Public Slots inherited from CSMDoc::Operation | |
void | abort () |
void | run () |
Signals inherited from CSMDoc::Operation | |
void | progress (int current, int max, int type) |
void | reportMessage (const CSMDoc::Message &message, int type) |
void | done (int type, bool failed) |
Protected Slots inherited from CSMDoc::Operation | |
virtual void | operationDone () |
CSMTools::SearchOperation::SearchOperation | ( | CSMDoc::Document & | document | ) |
void CSMTools::SearchOperation::appendStage | ( | SearchStage * | stage | ) |
The ownership of stage is transferred to *this.
void CSMTools::SearchOperation::configure | ( | const Search & | search | ) |
const CSMTools::Search & CSMTools::SearchOperation::getSearch | ( | ) | const |
|
private |