![]() |
![]() |
![]() |
Entangle Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
struct EntangleApplication; struct EntangleApplicationClass; EntangleApplication * entangle_application_new (void
); EntangleCameraList * entangle_application_get_active_cameras (EntangleApplication *application
); EntangleCameraList * entangle_application_get_supported_cameras (EntangleApplication *application
); EntanglePreferences * entangle_application_get_preferences (EntangleApplication *application
); PeasEngine * entangle_application_get_plugin_engine (EntangleApplication *application
);
"active-cameras" EntangleCameraList* : Read "preferences" EntanglePreferences* : Read "supported-cameras" EntangleCameraList* : 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.
struct EntangleApplicationClass { GtkApplicationClass parent_class; };
EntangleCameraList * entangle_application_get_active_cameras
(EntangleApplication *application
);
Retrieve the active camera list
Returns : |
the camera list. [transfer none] |
EntangleCameraList * entangle_application_get_supported_cameras
(EntangleApplication *application
);
Retrieve the supported camera list
Returns : |
the camera list. [transfer none] |
EntanglePreferences * entangle_application_get_preferences
(EntangleApplication *application
);
Retrieve the application preferences object
Returns : |
the application preferences. [transfer none] |
PeasEngine * entangle_application_get_plugin_engine
(EntangleApplication *application
);
Retrieve the plugin manager
Returns : |
the plugin engine. [transfer none] |
"supported-cameras"
property"supported-cameras" EntangleCameraList* : Read
List of supported cameras.