def ApplyAttributes(self, attributes):
     SensorSuiteBracket.ApplyAttributes(self, attributes)
示例#2
0
 def DoEntryAnimation(self, curveSet=None, enable=False):
     self.AnimateSpinningCircleEnter(curveSet, timeOffset=0.3)
     SensorSuiteBracket.DoEntryAnimation(self,
                                         curveSet=curveSet,
                                         enable=enable)
示例#3
0
 def ApplyAttributes(self, attributes):
     SensorSuiteBracket.ApplyAttributes(self, attributes)
     self.UpdateSiteName(localization.GetByMessageID(self.data.bookmark.missionNameID))
示例#4
0
 def ApplyAttributes(self, attributes):
     SensorSuiteBracket.ApplyAttributes(self, attributes)
     if not self.isScrollEntry:
         self.spinnerOpacity = 0.15
         self.CreateSpinningCircles()
示例#5
0
 def ApplyAttributes(self, attributes):
     SensorSuiteBracket.ApplyAttributes(self, attributes)
     self.UpdateSiteName(CleanText(self.data.bookmark.note))