Top | ![]() |
![]() |
![]() |
![]() |
DeeModel * | back-end | Read / Write / Construct Only |
gboolean | proxy-signals | Read / Write / Construct Only |
GObject ╰── DeeSerializableModel ╰── DeeProxyModel ├── DeeFilterModel ╰── DeeSharedModel
DeeProxyModel wraps another DeeModel instance and use it as a back end by proxuing all method calls down to the back end.
struct DeeProxyModel;
All fields in the DeeProxyModel structure are private and should never be accessed directly
“back-end”
property “back-end” DeeModel *
The backend model used by this proxy model.
Flags: Read / Write / Construct Only
“proxy-signals”
property“proxy-signals” gboolean
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.
Flags: Read / Write / Construct Only
Default value: TRUE