()
| 62 | |
| 63 | @staticmethod |
| 64 | def getParameters(): |
| 65 | return (("property", str, None), |
| 66 | ("attributeSlave", str, None), |
| 67 | ("displayName", bool, False), |
| 68 | ("showIcon", bool, True)) |
| 69 | |
| 70 | |
| 71 | PropertyDisplay.register() |
nothing calls this directly
no outgoing calls
no test coverage detected