Package phones :: Module com_samsungsphm300pim :: Class Profile
[show private | hide private]
[frames | no frames]

Type Profile

object --+        
         |        
   Profile --+    
             |    
       Profile --+
                 |
                Profile


Method Summary
  QueryAudio(self, origin, currentextension, afi)
    Inherited from Profile
  __init__(self)
  convertphonebooktophone(self, helper, data)
Converts the data to what will be used by the phone
  normalisegroups(self, helper, data)
Assigns groups based on category data
  phonize(self, str)
Convert the phone number into something the phone understands All digits, P, T, * and # are kept, everything else is removed
    Inherited from Profile
  GetImageOrigins(self)
  GetTargetsForImageOrigin(self, origin)
  SyncQuery(self, source, action, actiontype)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
dict field_color_data = {'todo': {'status': False, 'due_date'...
dict imageorigins = {}
dict imagetargets = {}
int MAX_RINGTONE_BASENAME_LENGTH = 19                                                                    
tuple numbertypetab = ('cell', 'home', 'office', 'pager', 'fax...
str phone_manufacturer = 'SAMSUNG'
str phone_model = 'SPH-A620/152'
str RINGTONE_FILENAME_CHARS = 'abcdefghijklmnopqrstuvwxyz012...
dict RINGTONE_LIMITS = {'MAXSIZE': 250000}
str serialsname = 'sphm300'
    Inherited from Profile
int BP_Calendar_Version = 3                                                                     
tuple deviceclasses = ('modem', 'serial')
int MAX_WALLPAPER_BASENAME_LENGTH = 19                                                                    
int OVERSIZE_PERCENTAGE = 100                                                                   
tuple usbids = ((1256, 26113, 1),)
str WALLPAPER_CONVERT_FORMAT = 'png'
str WALLPAPER_FILENAME_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZab...
int WALLPAPER_HEIGHT = 118                                                                   
int WALLPAPER_WIDTH = 128                                                                   
    Inherited from Profile
int autodetect_delay = 0                                                                     
str DIALSTRING_CHARS = '[^0-9PT#*]'
tuple excluded_ringtone_origins = ()
tuple excluded_wallpaper_origins = ('video',)
int reboot_delay = 0                                                                     
tuple ringtoneorigins = ()
dict stockimageorigins = {'images(sd)': {'meta-help': 'Genera...
dict stockimagetargets = {'outsidelcd': {'meta-help': 'Displa...

Class Variable Details

field_color_data

Type:
dict
Value:
{'calendar': {'alarm': True,
              'allday': False,
              'category': False,
              'description': True,
              'end': True,
              'location': False,
              'memo': False,
              'priority': True,
...                                                                    

imageorigins

Type:
dict
Value:
{}                                                                     

imagetargets

Type:
dict
Value:
{}                                                                     

MAX_RINGTONE_BASENAME_LENGTH

Type:
int
Value:
19                                                                    

numbertypetab

Type:
tuple
Value:
('cell', 'home', 'office', 'pager', 'fax')                             

phone_manufacturer

Type:
str
Value:
'SAMSUNG'                                                              

phone_model

Type:
str
Value:
'SPH-A620/152'                                                         

RINGTONE_FILENAME_CHARS

Type:
str
Value:
'abcdefghijklmnopqrstuvwxyz0123456789_ .'                              

RINGTONE_LIMITS

Type:
dict
Value:
{'MAXSIZE': 250000}                                                    

serialsname

Type:
str
Value:
'sphm300'                                                              

Generated by Epydoc 2.1 on Fri Aug 15 18:58:24 2008 http://epydoc.sf.net