Module synthSettingsRing :: Class StringSynthSetting
[hide private]
[frames] | no frames]

Class StringSynthSetting

source code

                   object --+        
                            |        
baseObject.AutoPropertyObject --+    
                                |    
                     SynthSetting --+
                                    |
                                   StringSynthSetting

Nested Classes [hide private]

Inherited from baseObject.AutoPropertyObject: __metaclass__

Instance Methods [hide private]
 
__init__(self, synth, setting)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
_get_value(self) source code
 
_set_value(self, value)
Overridden to use code that supports updating speech dicts when changing voice
source code
 
_getReportValue(self, val) source code

Inherited from SynthSetting: decrease, increase

Inherited from SynthSetting (private): _get_reportValue

Inherited from baseObject.AutoPropertyObject: invalidateCache

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from baseObject.AutoPropertyObject: invalidateCaches

Class Variables [hide private]

Inherited from baseObject.AutoPropertyObject: cachePropertiesByDefault

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, synth, setting)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

_get_value(self)

source code 
Overrides: SynthSetting._get_value

_set_value(self, value)

source code 

Overridden to use code that supports updating speech dicts when changing voice

Overrides: SynthSetting._set_value

_getReportValue(self, val)

source code 
Overrides: SynthSetting._getReportValue