OpenMW
|
#include <referencecreator.hpp>
Public Member Functions | |
ReferenceCreator (CSMWorld::Data &data, QUndoStack &undoStack, const CSMWorld::UniversalId &id) | |
virtual void | reset () |
virtual std::string | getErrors () const |
Private Slots | |
void | cellChanged () |
Private Member Functions | |
virtual std::string | getId () const |
virtual void | configureCreateCommand (CSMWorld::CreateCommand &command) const |
Private Attributes | |
QLineEdit * | mCell |
std::string | mId |
CSVWorld::ReferenceCreator::ReferenceCreator | ( | CSMWorld::Data & | data, |
QUndoStack & | undoStack, | ||
const CSMWorld::UniversalId & | id | ||
) |
void CSVWorld::ReferenceCreator::cellChanged | ( | ) | [private, slot] |
void CSVWorld::ReferenceCreator::configureCreateCommand | ( | CSMWorld::CreateCommand & | command | ) | const [private, virtual] |
Reimplemented from CSVWorld::GenericCreator.
std::string CSVWorld::ReferenceCreator::getErrors | ( | ) | const [virtual] |
Return formatted error descriptions for the current state of the creator. if an empty string is returned, there is no error.
Reimplemented from CSVWorld::GenericCreator.
std::string CSVWorld::ReferenceCreator::getId | ( | ) | const [private, virtual] |
Reimplemented from CSVWorld::GenericCreator.
void CSVWorld::ReferenceCreator::reset | ( | ) | [virtual] |
Reimplemented from CSVWorld::GenericCreator.
QLineEdit* CSVWorld::ReferenceCreator::mCell [private] |
std::string CSVWorld::ReferenceCreator::mId [private] |
Reimplemented from CSVWorld::GenericCreator.