Trashcan

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

byItem
InputRange!TrashcanItem byItem()
Undocumented in source. Be warned that the author may not have intended to support it.
erase
void erase(TrashcanItem item)
Undocumented in source. Be warned that the author may not have intended to support it.
restore
void restore(TrashcanItem item)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

displayName
string displayName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ITrashcan

byItem
InputRange!TrashcanItem byItem()

List items stored in trashcan.

restore
void restore(TrashcanItem item)

Restore item to its original location.

erase
void erase(TrashcanItem item)
erase(TrashcanItem item)

Erase item from trashcan.

displayName
string displayName [@property getter]

The name of trashcan (possibly localized).

Meta