#include <search.hpp>
|
| Search () |
|
| Search (Type type, const std::string &value) |
|
| Search (Type type, const QRegExp &value) |
|
| Search (Type type, int value) |
|
void | configure (const CSMWorld::IdTableBase *model) |
|
void | searchRow (const CSMWorld::IdTableBase *model, int row, CSMDoc::Messages &messages) const |
|
void | setPadding (int before, int after) |
|
void | replace (CSMDoc::Document &document, CSMWorld::IdTableBase *model, const CSMWorld::UniversalId &id, const std::string &messageHint, const std::string &replaceText) const |
|
bool | verify (CSMDoc::Document &document, CSMWorld::IdTableBase *model, const CSMWorld::UniversalId &id, const std::string &messageHint) const |
|
|
void | searchTextCell (const CSMWorld::IdTableBase *model, const QModelIndex &index, const CSMWorld::UniversalId &id, bool writable, CSMDoc::Messages &messages) const |
|
void | searchRegExCell (const CSMWorld::IdTableBase *model, const QModelIndex &index, const CSMWorld::UniversalId &id, bool writable, CSMDoc::Messages &messages) const |
|
void | searchRecordStateCell (const CSMWorld::IdTableBase *model, const QModelIndex &index, const CSMWorld::UniversalId &id, bool writable, CSMDoc::Messages &messages) const |
|
QString | formatDescription (const QString &description, int pos, int length) const |
|
QString | flatten (const QString &text) const |
|
Enumerator |
---|
Type_Text |
|
Type_TextRegEx |
|
Type_Id |
|
Type_IdRegEx |
|
Type_RecordState |
|
Type_None |
|
CSMTools::Search::Search |
( |
| ) |
|
CSMTools::Search::Search |
( |
Type |
type, |
|
|
const std::string & |
value |
|
) |
| |
CSMTools::Search::Search |
( |
Type |
type, |
|
|
const QRegExp & |
value |
|
) |
| |
CSMTools::Search::Search |
( |
Type |
type, |
|
|
int |
value |
|
) |
| |
QString CSMTools::Search::flatten |
( |
const QString & |
text | ) |
const |
|
private |
QString CSMTools::Search::formatDescription |
( |
const QString & |
description, |
|
|
int |
pos, |
|
|
int |
length |
|
) |
| const |
|
private |
void CSMTools::Search::setPadding |
( |
int |
before, |
|
|
int |
after |
|
) |
| |
std::set<int> CSMTools::Search::mColumns |
|
private |
int CSMTools::Search::mIdColumn |
|
private |
int CSMTools::Search::mPaddingAfter |
|
private |
int CSMTools::Search::mPaddingBefore |
|
private |
QRegExp CSMTools::Search::mRegExp |
|
private |
std::string CSMTools::Search::mText |
|
private |
Type CSMTools::Search::mType |
|
private |
int CSMTools::Search::mTypeColumn |
|
private |
int CSMTools::Search::mValue |
|
private |
The documentation for this class was generated from the following files:
- /home/travis/build/OpenMW/openmw/apps/opencs/model/tools/search.hpp
- /home/travis/build/OpenMW/openmw/apps/opencs/model/tools/search.cpp