OpenMW
|
#include <infocreator.hpp>
Public Member Functions | |
InfoCreator (CSMWorld::Data &data, QUndoStack &undoStack, const CSMWorld::UniversalId &id) | |
virtual void | reset () |
virtual std::string | getErrors () const |
Private Slots | |
void | topicChanged () |
Private Member Functions | |
virtual std::string | getId () const |
virtual void | configureCreateCommand (CSMWorld::CreateCommand &command) const |
Private Attributes | |
QLineEdit * | mTopic |
CSVWorld::InfoCreator::InfoCreator | ( | CSMWorld::Data & | data, |
QUndoStack & | undoStack, | ||
const CSMWorld::UniversalId & | id | ||
) |
void CSVWorld::InfoCreator::configureCreateCommand | ( | CSMWorld::CreateCommand & | command | ) | const [private, virtual] |
Reimplemented from CSVWorld::GenericCreator.
std::string CSVWorld::InfoCreator::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::InfoCreator::getId | ( | ) | const [private, virtual] |
Reimplemented from CSVWorld::GenericCreator.
void CSVWorld::InfoCreator::reset | ( | ) | [virtual] |
Reimplemented from CSVWorld::GenericCreator.
void CSVWorld::InfoCreator::topicChanged | ( | ) | [private, slot] |
QLineEdit* CSVWorld::InfoCreator::mTopic [private] |