class ReadOnlyModel |
|
\class ReadOnlyModel readonlymodel.h Soprano/Util/ReadOnlyModel
Simple filter model preventing any write operations. Stacking a ReadOnlyModel on top of another model will prevent any write operation to be performed. All calls to non-const methods are terminated by Error.ErrorPermissionDenied.
Author Sebastian Trueg \since 2.1 |
|
Create a new read-only-model
parentModel - The parent Model. |
|
Will do nothing but set an Error.ErrorPermissionDenied error. |
|
Simply pipes the call through to the parent model. |
|
Simply pipes the call through to the parent model. |
|
Will do nothing but set an Error.ErrorPermissionDenied error. |
|
Simply pipes the call through to the parent model. |
|
Simply pipes the call through to the parent model. |
|
Simply pipes the call through to the parent model. |
|
Default implementation simply pipes the call through to the parent model. |
|
Will do nothing but set an Error.ErrorPermissionDenied error. |
|
Will do nothing but set an Error.ErrorPermissionDenied error. |
|
Set the parent Model.
model - The Model that this filter will forward any commands to. |
|
Simply pipes the call through to the parent model. |