SelectionMode

Inheritance diagram of rumba.SelectionMode
class SelectionMode

Specify a way to alter the active selection.

Members:

Replace : Replace the active selection.

Add : Add to the active selection.

Remove : Remove from the active selection.

Invert : Invert the active selection.

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__()