Searched refs:PropertyInterface (Results 1 - 6 of 6) sorted by relevance

/seL4-camkes-master/projects/camkes-tool/camkes/visualCAmkES/Interface/
H A DProperty.py14 class PropertyInterface(object): class in inherits:object
/seL4-camkes-master/projects/camkes-tool/camkes/visualCAmkES/View/
H A DConnection_Property_Widget.py16 from Interface.Property import PropertyInterface namespace
H A DInstance_Property_Widget.py17 from Interface.Property import PropertyInterface namespace
H A DConnection_Widget.py18 from Interface.Property import PropertyInterface namespace
22 class ConnectionWidget(QtWidgets.QGraphicsItem, PropertyInterface):
160 @PropertyInterface.property_widget.getter
H A DGraph_Widget.py28 from Interface.Property import PropertyInterface namespace
690 if isinstance(item, PropertyInterface):
H A DInstance_Widget.py21 from Interface.Property import PropertyInterface namespace
26 class InstanceWidget(QtWidgets.QGraphicsWidget, PropertyInterface):

Completed in 67 milliseconds