PasteMode

Inheritance diagram of rumba.PasteMode
class PasteMode

Bases: pybind11_builtins.pybind11_object

Specify a way to paste the clipboard.

Members:

Insert : Insert the clipboard at the destination frame.

Merge : Merge the clipboard with the destination.

Clear : Clear destination before paste.

Replace : Replace the destination with the clipboard value.

Constructors

__init__

Methods

__int__
__long__

Properties

name