1 #ifndef CSV_WORLD_DRAGDROPUTILS_HPP
2 #define CSV_WORLD_DRAGDROPUTILS_HPP
4 #include "../../model/world/columnbase.hpp"
16 namespace DragDropUtils
CSMWorld::UniversalId getAcceptedData(const QDropEvent &event, CSMWorld::ColumnBase::Display type)
Definition: dragdroputils.cpp:18
bool canAcceptData(const QDropEvent &event, CSMWorld::ColumnBase::Display type)
Checks whether the event contains a valid CSMWorld::TableMimeData that holds the type.
Definition: dragdroputils.cpp:12
Display
Definition: columnbase.hpp:39
const CSMWorld::TableMimeData * getTableMimeData(const QDropEvent &event)
Definition: dragdroputils.cpp:7
Subclass of QmimeData, augmented to contain and transport UniversalIds.
Definition: tablemimedata.hpp:27
Definition: universalid.hpp:12