OpenMW
|
#include <searchstage.hpp>
Public Member Functions | |
SearchStage (const CSMWorld::IdTableBase *model) | |
virtual int | setup () |
virtual void | perform (int stage, CSMDoc::Messages &messages) |
Messages resulting from this stage will be appended to messages. More... | |
void | setOperation (const SearchOperation *operation) |
Public Member Functions inherited from CSMDoc::Stage | |
virtual | ~Stage () |
Private Attributes | |
const CSMWorld::IdTableBase * | mModel |
Search | mSearch |
const SearchOperation * | mOperation |
CSMTools::SearchStage::SearchStage | ( | const CSMWorld::IdTableBase * | model | ) |
|
virtual |
Messages resulting from this stage will be appended to messages.
Implements CSMDoc::Stage.
void CSMTools::SearchStage::setOperation | ( | const SearchOperation * | operation | ) |
|
virtual |
Implements CSMDoc::Stage.
|
private |
|
private |
|
private |