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

Type Profile

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

Known Subclasses:
Profile

Method Summary
    Inherited from Profile
  __init__(self)
  convertphonebooktophone(self, helper, data)
  GetImageOrigins(self)
  GetTargetsForImageOrigin(self, origin)
  QueryAudio(self, origin, currentextension, afi)
    Inherited from Profile
  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
  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
str common_model_name = 'V325'
str generic_phone_model = 'Motorola V325 Phone'
dict imagetargets = {'fullscreen': {'meta-help': 'Fullscreen ...
str phone_manufacturer = 'Motorola'
str phone_model = 'V325 '
str serialsname = 'motov325'
    Inherited from Profile
tuple ringtoneorigins = ('ringers',)
    Inherited from Profile
tuple deviceclasses = ('modem',)
dict field_color_data = {'todo': {'status': False, 'due_date'...
dict imageorigins = {'images': {'meta-help': 'General images'...
int MAX_WALLPAPER_BASENAME_LENGTH = 37                                                                    
tuple usbids = ((8888, 10786, 1), (8888, 10850, 1))
str WALLPAPER_CONVERT_FORMAT = 'jpg'
str WALLPAPER_FILENAME_CHARS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZab...
int WALLPAPER_HEIGHT = 220                                                                   
int WALLPAPER_WIDTH = 176                                                                   
    Inherited from Profile
int BP_Calendar_Version = 3                                                                     
    Inherited from Profile
int autodetect_delay = 0                                                                     
str DIALSTRING_CHARS = '[^0-9PT#*]'
tuple excluded_ringtone_origins = ()
tuple excluded_wallpaper_origins = ('video',)
int MAX_RINGTONE_BASENAME_LENGTH = 64                                                                    
int reboot_delay = 0                                                                     
str RINGTONE_FILENAME_CHARS = 'abcdefghijklmnopqrstuvwxyz012...
dict stockimageorigins = {'images(sd)': {'meta-help': 'Genera...
dict stockimagetargets = {'outsidelcd': {'meta-help': 'Displa...

Class Variable Details

common_model_name

Type:
str
Value:
'V325'                                                                 

generic_phone_model

Type:
str
Value:
'Motorola V325 Phone'                                                  

imagetargets

Type:
dict
Value:
{'fullscreen': {'format': 'JPEG',
                'height': 220,
                'meta-help': 'Fullscreen such as startup screen',
                'width': 176},
 'pictureid': {'format': 'JPEG',
               'height': 72,
               'meta-help': 'Display as picture id for a caller',
               'width': 96},
...                                                                    

phone_manufacturer

Type:
str
Value:
'Motorola'                                                             

phone_model

Type:
str
Value:
'V325 '                                                                

serialsname

Type:
str
Value:
'motov325'                                                             

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