PasteMode

Inheritance diagram of rumba.PasteMode
class PasteMode

Specify a way to paste the clipboard.

Members:

Clear : Clear destination before paste.

Merge : Merge the clipboard with the destination.

Replace : Replace the destination with the clipboard value.

Insert : Insert the clipboard at the destination frame.

Methods

__eq__

Return self==value.

__getstate__

__hash__

Return hash(self).

__index__

__init__

__int__

__ne__

Return self!=value.

__repr__

Return repr(self).

__setstate__

name

Properties

__doc__

name

__members__

value

__init__()