Inheritance diagram for DzPropertyClipboard:
Public Member Functions | |
DzError | paste (DzProperty prop) |
A property clipboard stores the current value and/or key values of a property for a copy/paste operation. See DzProperty::copyToClipboard() for more information.
DzError DzPropertyClipboard::paste | ( | DzProperty | prop | ) |
This function 'pastes' the copy of the property data it has stored onto the given property.
prop | The property which will recieve the data held by the clipboard. |