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

Type Profile

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


Method Summary
  __init__(self)
    Inherited from Profile
  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
  _getgroup(self, name, groups)
    Inherited from Profile
  GetImageOrigins(self)
  GetTargetsForImageOrigin(self, origin)
  phonize(self, str)
Convert the phone number into something the phone understands uses DIALSTRING_CHARS to compare phone number with and strips all other characters from the string
  QueryAudio(self, origin, currentextension, audiofileinfo)
Query for MP3 file support
  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
tuple deviceclasses = ('serial',)
str phone_manufacturer = 'SANYO'
str phone_model = 'SCP-8400/US'
str serialsname = 'scp8400'
tuple usbids = ((1140, 1823, 1),)
    Inherited from Profile
tuple _supportedsyncs = (('phonebook', 'read', None), ('phoneb...
    Inherited from Profile
int WALLPAPER_HEIGHT = 220                                                                   
int WALLPAPER_WIDTH = 176                                                                   
    Inherited from Profile
int OVERSIZE_PERCENTAGE = 100                                                                   
    Inherited from Profile
int BP_Calendar_Version = 3                                                                     
int MAX_RINGTONE_BASENAME_LENGTH = 19                                                                    
int MAX_WALLPAPER_BASENAME_LENGTH = 19                                                                    
str RINGTONE_FILENAME_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabc...
str WALLPAPER_CONVERT_FORMAT = 'png'
str WALLPAPER_FILENAME_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZab...
    Inherited from Profile
int autodetect_delay = 0                                                                     
str DIALSTRING_CHARS = '[^0-9PT#*]'
tuple excluded_ringtone_origins = ()
tuple excluded_wallpaper_origins = ('video',)
dict field_color_data = {'todo': {'status': None, 'due_date':...
dict imageorigins = {'images': {'meta-help': 'General images'...
int reboot_delay = 0                                                                     
tuple ringtoneorigins = ()
dict stockimageorigins = {'images(sd)': {'meta-help': 'Genera...
dict stockimagetargets = {'outsidelcd': {'meta-help': 'Displa...

Class Variable Details

deviceclasses

Type:
tuple
Value:
('serial',)                                                            

phone_manufacturer

Type:
str
Value:
'SANYO'                                                                

phone_model

Type:
str
Value:
'SCP-8400/US'                                                          

serialsname

Type:
str
Value:
'scp8400'                                                              

usbids

Type:
tuple
Value:
((1140, 1823, 1),)                                                     

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