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