Пример #1
0
 def __init__(self, rh, aspects, buildings, defaultLocation, forVideoConference, roomID):
     WPNotDecorated.__init__(self, rh)
     self._aspects = aspects
     self._buildings = buildings
     self._defaultLocation = defaultLocation
     self._forVideoConference = forVideoConference
     self._roomID = roomID
Пример #2
0
 def __init__(self, rh, colorCodeTarget, colorPreviewTarget, formId=0):
     WPNotDecorated.__init__(self, rh)
     self._colorCodeTarget = colorCodeTarget
     self._colorPreviewTarget = colorPreviewTarget
     if formId.strip() == "":
         formId = "0"
     self._formId = formId
Пример #3
0
 def __init__(self, rh, colorCodeTarget, colorPreviewTarget, formId=0):
     WPNotDecorated.__init__(self, rh)
     self._colorCodeTarget = colorCodeTarget
     self._colorPreviewTarget = colorPreviewTarget
     if formId.strip()=="":
         formId="0"
     self._formId=formId
Пример #4
0
 def __init__( self, rh, month, year, day, form ):
     # month/year indicates which month should be displayed in the calendar
     # day indicates if a day should be highlighted in the calendar
     WPNotDecorated.__init__( self, rh )
     self._month  = month
     self._year = year
     self._day = day
     self._form = form
Пример #5
0
 def __init__( self, rh, month, year, day, form ):
     # month/year indicates which month should be displayed in the calendar
     # day indicates if a day should be highlighted in the calendar
     WPNotDecorated.__init__( self, rh )
     self._month  = month
     self._year = year
     self._day = day
     self._form = form
Пример #6
0
 def __init__(self, rh, aspects, buildings, defaultLocation,
              forVideoConference, roomID):
     WPNotDecorated.__init__(self, rh)
     self._aspects = aspects
     self._buildings = buildings
     self._defaultLocation = defaultLocation
     self._forVideoConference = forVideoConference
     self._roomID = roomID
Пример #7
0
 def __init__(self,rh,file):
     WPNotDecorated.__init__(self,rh)
     self._file=file
Пример #8
0
 def __init__(self, rh, file):
     WPNotDecorated.__init__(self, rh)
     self._file = file