OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
CSVWorld::DragDropUtils Namespace Reference

Functions

const CSMWorld::TableMimeDatagetTableMimeData (const QDropEvent &event)
 
bool canAcceptData (const QDropEvent &event, CSMWorld::ColumnBase::Display type)
 Checks whether the event contains a valid CSMWorld::TableMimeData that holds the type. More...
 
CSMWorld::UniversalId getAcceptedData (const QDropEvent &event, CSMWorld::ColumnBase::Display type)
 

Function Documentation

bool CSVWorld::DragDropUtils::canAcceptData ( const QDropEvent &  event,
CSMWorld::ColumnBase::Display  type 
)

Checks whether the event contains a valid CSMWorld::TableMimeData that holds the type.

Here is the call graph for this function:

Here is the caller graph for this function:

CSMWorld::UniversalId CSVWorld::DragDropUtils::getAcceptedData ( const QDropEvent &  event,
CSMWorld::ColumnBase::Display  type 
)

Gets the accepted data from the event using the type

Returns
Type_None if the event data doesn't holds the type

Here is the call graph for this function:

Here is the caller graph for this function:

const CSMWorld::TableMimeData * CSVWorld::DragDropUtils::getTableMimeData ( const QDropEvent &  event)

Here is the caller graph for this function: