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