|
|
@ -3,17 +3,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
#include "record.hpp"
|
|
|
|
#include "record.hpp"
|
|
|
|
|
|
|
|
|
|
|
|
#include <cstdint>
|
|
|
|
|
|
|
|
#include <string>
|
|
|
|
#include <string>
|
|
|
|
#include <map>
|
|
|
|
#include <map>
|
|
|
|
#include <memory>
|
|
|
|
#include <memory>
|
|
|
|
#include <vector>
|
|
|
|
#include <vector>
|
|
|
|
|
|
|
|
|
|
|
|
#include <QVariant>
|
|
|
|
#include <QVariant>
|
|
|
|
#include <QVector>
|
|
|
|
|
|
|
|
#include <QUndoCommand>
|
|
|
|
#include <QUndoCommand>
|
|
|
|
#include <QModelIndex>
|
|
|
|
#include <QModelIndex>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "columnimp.hpp"
|
|
|
|
#include "universalid.hpp"
|
|
|
|
#include "universalid.hpp"
|
|
|
|
#include "nestedtablewrapper.hpp"
|
|
|
|
#include "nestedtablewrapper.hpp"
|
|
|
|
|
|
|
|
|
|
|
@ -57,7 +56,7 @@ namespace CSMWorld
|
|
|
|
|
|
|
|
|
|
|
|
protected:
|
|
|
|
protected:
|
|
|
|
|
|
|
|
|
|
|
|
using DataType = QVector<uint16_t>;
|
|
|
|
using DataType = LandTexturesColumn::DataType;
|
|
|
|
|
|
|
|
|
|
|
|
virtual const std::string& getOriginId() const = 0;
|
|
|
|
virtual const std::string& getOriginId() const = 0;
|
|
|
|
virtual const std::string& getDestinationId() const = 0;
|
|
|
|
virtual const std::string& getDestinationId() const = 0;
|
|
|
|