|
WSF
|
Routines for handling conversion to/from QMimeData for the Wizard. More...
#include <DragAndDrop.hpp>
Public Types | |
| typedef QMap< QString, QVariant > | PropertyMap |
| typedef QList< PropertyMap > | PropertyList |
Static Public Member Functions | |
| static QMimeData * | CreatePropertySetMime (const PropertyList &aProperties) |
| static PropertyList | ReadPropertySetMime (const QMimeData *aMimePtr) |
| static QMimeData * | CreateProxyNodeListMime (const std::vector< WsfPProxyNode > &aProxyNodes) |
| static QString | ToString (const WsfPProxyNode &aNode) |
| static std::vector< WsfPProxyNode > | ReadProxyNodeListMime (const QMimeData *aMimePtr) |
| static WsfPProxyNode | ToProxyNode (const QString &aStr) |
Static Public Attributes | |
| static const char * | cFILE_PATH_MIME_TYPE = "application/x-wizard_file_path" |
| static const char * | cPROPERTY_SET_MIME_TYPE = "application/x-wizard_property_set" |
| static const char * | cPROXY_NODE_LIST_MIME_TYPE = "application/x-wizard_proxy_path_list" |
Routines for handling conversion to/from QMimeData for the Wizard.
| typedef QList<PropertyMap> wizard::DragAndDrop::PropertyList |
| typedef QMap<QString, QVariant> wizard::DragAndDrop::PropertyMap |
|
static |
References cPROPERTY_SET_MIME_TYPE.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Referenced by CreateProxyNodeListMime(), and ReadProxyNodeListMime().