DataTransfer

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

addElement
void addElement(Element element)
Undocumented in source. Be warned that the author may not have intended to support it.
clearData
void clearData(string format)
Undocumented in source. Be warned that the author may not have intended to support it.
clearData
void clearData()
Undocumented in source. Be warned that the author may not have intended to support it.
dropEffect
void dropEffect(string dropEffect)
Undocumented in source. Be warned that the author may not have intended to support it.
dropEffect
string dropEffect()
Undocumented in source. Be warned that the author may not have intended to support it.
effectAllowed
void effectAllowed(string effectAllowed)
Undocumented in source. Be warned that the author may not have intended to support it.
effectAllowed
string effectAllowed()
Undocumented in source. Be warned that the author may not have intended to support it.
files
auto files()
Undocumented in source. Be warned that the author may not have intended to support it.
getData
string getData(string format)
Undocumented in source. Be warned that the author may not have intended to support it.
getFiles
auto getFiles(bool recursiveFlag)
Undocumented in source. Be warned that the author may not have intended to support it.
getFiles
auto getFiles()
Undocumented in source. Be warned that the author may not have intended to support it.
getFilesAndDirectories
auto getFilesAndDirectories()
Undocumented in source. Be warned that the author may not have intended to support it.
items
auto items()
Undocumented in source. Be warned that the author may not have intended to support it.
mozClearDataAt
void mozClearDataAt(string format, uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
mozCloneForEvent
auto mozCloneForEvent(string event)
Undocumented in source. Be warned that the author may not have intended to support it.
mozCursor
void mozCursor(string mozCursor)
Undocumented in source. Be warned that the author may not have intended to support it.
mozCursor
string mozCursor()
Undocumented in source. Be warned that the author may not have intended to support it.
mozGetDataAt
auto mozGetDataAt(string format, uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
mozItemCount
uint mozItemCount()
Undocumented in source. Be warned that the author may not have intended to support it.
mozSetDataAt
void mozSetDataAt(string format, T1 data, uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
mozSourceNode
auto mozSourceNode()
Undocumented in source. Be warned that the author may not have intended to support it.
mozTriggeringPrincipalURISpec
string mozTriggeringPrincipalURISpec()
Undocumented in source. Be warned that the author may not have intended to support it.
mozTypesAt
auto mozTypesAt(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
mozUserCancelled
bool mozUserCancelled()
Undocumented in source. Be warned that the author may not have intended to support it.
setData
void setData(string format, string data)
Undocumented in source. Be warned that the author may not have intended to support it.
setDragImage
void setDragImage(Element image, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
types
auto types()
Undocumented in source. Be warned that the author may not have intended to support it.
updateDragImage
void updateDragImage(Element image, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta