44 if (mConfiguration)
delete mConfiguration;
53 store.
Store(nameAdapter);
54 store.
Store(classNameAdapter);
57 Text positionCopy(mPosition);
59 store.
Store(positionAdapter);
65 store.
Store(sizeAdapter);
68 store.
Store(configAdapter);
74 if (!store.
Load(nameAdapter))
78 if (!store.
Load(classNameAdapter))
82 store.
Load(positionAdapter);
84 store.
Load(sizeAdapter);
92 "Error creating a processing object of type '" +
93 className +
"' which is not available.";
98 store.
Load(configAdapter);
100 CLAM_ASSERT(mConfiguration,
"Retrieved config fails to cast as a ProcessingConfig");