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.
EntangleCameraList *
entangle_application_get_active_cameras
(EntangleApplication *app
);
Retrieve the active camera list
EntangleCameraList *
entangle_application_get_supported_cameras
(EntangleApplication *app
);
Retrieve the supported camera list
EntanglePreferences *
entangle_application_get_preferences (EntangleApplication *app
);
Retrieve the application preferences object
PeasEngine *
entangle_application_get_plugin_engine
(EntangleApplication *app
);
Retrieve the plugin manager
“active-cameras”
property“active-cameras” EntangleCameraList *
List of active cameras.
Owner: EntangleApplication
Flags: Read
“preferences”
property“preferences” EntanglePreferences *
Application preferences.
Owner: EntangleApplication
Flags: Read
“supported-cameras”
property“supported-cameras” EntangleCameraList *
List of supported cameras.
Owner: EntangleApplication
Flags: Read