cadnano.gui.views.abstractitems.abstractoligoitem module

class AbstractOligoItem

Bases: object

AbstractOligoItem is a base class for oligoitems in all views. It includes slots that get connected in OligoController which can be overridden.

Slots that must be overridden should raise an exception.

oligoPropertyChangedSlot(property_key, new_value)
oligoSequenceAddedSlot(oligo)
oligoSequenceClearedSlot(oligo)