insarviz.view.schema.TileProviderSchema module

class insarviz.view.schema.TileProviderSchema.TileProviderSchema[source]

Bases: Schema

class TileProviderNode(item_model, schema, model)[source]

Bases: Node

createEditor(parent)[source]
destroyEditor()[source]
editor()[source]
setEditorData(editor)[source]
setModelData(editor)[source]
set_model(model)[source]

Change the underlying model for this node.

May be reimplemented by subclasses, depending on whether the node needs to be connected/disconnected to signals from the model.

Usually, when resetting the model, you’d first disconnect from the previous model, then call super().set_model(model), and finally connect to the new model.

staticMetaObject = PySide6.QtCore.QMetaObject("TileProviderNode" inherits "Node": )
can_mime_from_model(model)[source]
can_model_from_mime(mimeData)[source]
make_node(item_model, model)[source]
mime_from_model(model)[source]
model_from_mime(mimeData)[source]
supported_mime_types()[source]