Trees | Indices | Help |
|
---|
|
object --+ | MapperMixin
Mixin that can facilitate the use of parameters and mappers for storing the state of its subclasses.
Any data members that need to be mapped should be mapped within subclasses using the mapper instance variable.
By defining af2SettingsGetValue and af2SettingsSetValue, the subclass of this mixin can be set as a mapped object in SettingsParamMapper. In order to enable this functionality, subclasses must
|
|||
|
|||
|
|||
model_class
|
|
||
model_class
|
|
||
Inherited from |
|
|||
model_class = None to be defined in subclasses. |
|
|||
mapper a AbstractParamMapper instance that can be used to keep track of data members of this mixin's subclasses. |
|
|||
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
A convenience method for applying many mappings at once to the
See AbstractParamMapper.addMapping for more information.
|
Create a new model and assign it to this object; populate it with the values of the associated view objects and return it. Expect to be called from
|
Replace the model instance of this object with the specified model, then update the values of associated view objects. Expect to be called from
|
|
model_classto be defined in subclasses. The model class that stores information about the subclass of this mixin (which can be though of as a "view").
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 2 06:33:28 2017 | http://epydoc.sourceforge.net |