MCPcopy
hub / github.com/leon-thomm/Ryven / update_shape

Method update_shape

ryvencore-qt/ryvencore_qt/src/flows/nodes/NodeGUI.py:244–247  ·  view source on GitHub ↗

Causes recompilation of the whole shape of the GUI item.

(self)

Source from the content-addressed store, hash-verified

242 return self.session_gui.design.global_stylesheet
243
244 def update_shape(self):
245 """Causes recompilation of the whole shape of the GUI item."""
246
247 self.update_shape_triggered.emit()
248
249 def hide_unconnected_ports(self):
250 """Hides all ports that are not connected to anything."""

Callers 14

set_display_titleMethod · 0.95
show_imageMethod · 0.45
choose_button_clickedMethod · 0.45
set_stateMethod · 0.45
resize_to_contentMethod · 0.45
hideMethod · 0.45
showMethod · 0.45
ac_hide_mwMethod · 0.45
ac_show_mwMethod · 0.45
text_changedMethod · 0.45
text_changedMethod · 0.45
text_changedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected