Top |
gboolean xrd_overlay_model_get_model (XrdOverlayModel *self
,gchar *name
,graphene_vec4_t *color
,uint32_t *id
);
gboolean xrd_overlay_model_initialize (XrdOverlayModel *self
,gchar *key
,gchar *name
);
gboolean xrd_overlay_model_set_model (XrdOverlayModel *self
,gchar *name
,graphene_vec4_t *color
);
struct XrdOverlayModelClass { OpenVROverlayClass parent; };
OpenVROverlayClass |
The object class structure needs to be the first element in the widget class structure in order for the class mechanism to work correctly. This allows a XrdOverlayModelClass pointer to be cast to a OpenVROverlayClass pointer. |