개정판 638dd2dd
issue #1048 화면/메뉴/툴바 개발
Change-Id: I2ffdef915e4f767d72c49eeb9131024ff30cc3c6
HYTOS/HYTOS/Shapes/SymbolSvgItem.py | ||
---|---|---|
60 | 60 |
# attributeType uid |
61 | 61 |
self.attribute = '' |
62 | 62 |
self._properties = {SymbolProp(None, 'Supplied By', 'String'): None} |
63 |
|
|
63 |
self._tag_no = None |
|
64 | 64 |
self.setAcceptDrops(True) |
65 | 65 |
self.setAcceptHoverEvents(True) |
66 | 66 |
self.setAcceptedMouseButtons(Qt.LeftButton) |
... | ... | |
96 | 96 |
""" return string represent uuid """ |
97 | 97 |
return str(self.uid) |
98 | 98 |
|
99 |
|
|
100 |
@property |
|
101 |
def tag_no(self): |
|
102 |
return self._tag_no |
|
103 |
|
|
104 |
@tag_no.setter |
|
105 |
def tag_no(self, value): |
|
106 |
self._tag_no = value |
|
107 |
|
|
99 | 108 |
''' |
100 | 109 |
@breif getter owner |
101 | 110 |
@author humkyung |
내보내기 Unified diff