Top | ![]() |
![]() |
![]() |
![]() |
EntangleCameraList * | active-cameras | Read |
EntanglePreferences * | preferences | Read |
EntangleCameraList * | supported-cameras | Read |
EntangleApplication maintains some global application state. At this time, the list of currently attached cameras, the application preferences and the plugin manager.
This class will normally be sub-classed when creating a Entangle based application, typically in order to add in UI state.
EntangleCameraList *
entangle_application_get_active_cameras
(EntangleApplication *application
);
Retrieve the active camera list
EntangleCameraList *
entangle_application_get_supported_cameras
(EntangleApplication *application
);
Retrieve the supported camera list
EntanglePreferences *
entangle_application_get_preferences (EntangleApplication *application
);
Retrieve the application preferences object
PeasEngine *
entangle_application_get_plugin_engine
(EntangleApplication *application
);
Retrieve the plugin manager
“active-cameras”
property“active-cameras” EntangleCameraList *
List of active cameras.
Flags: Read
“supported-cameras”
property“supported-cameras” EntangleCameraList *
List of supported cameras.
Flags: Read