![]() |
![]() |
![]() |
Dee Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
DeeProxyModelDeeProxyModel — A model that wraps another underlying DeeModel |
GObject +----DeeVersionedModel +----DeeProxyModel +----DeeSharedModel +----DeeFilterModel
"back-end" DeeModel* : Read / Write / Construct Only "proxy-signals" gboolean : Read / Write / Construct Only
DeeProxyModel wraps another DeeModel instance and use it as a back end by proxuing all method calls down to the back end.
typedef struct _DeeProxyModel DeeProxyModel;
All fields in the DeeProxyModel structure are private and should never be accessed directly
"back-end"
property"back-end" DeeModel* : Read / Write / Construct Only
The backend model used by this proxy model. The ownership of the ref to the back end model is transfered to the proxy model.
"proxy-signals"
property"proxy-signals" gboolean : Read / Write / Construct Only
Boolean property defining whether or not to automatically forward signals from the back end model. This is especially useful for sub classes wishing to do their own more advanced signal forwarding.
Default value: TRUE