|
lensfun 0.3.95.0
|
These structures and functions allow to define and examine the properties of camera mounts. More...
Classes | |
| struct | lfMount |
| This structure contains everything specific to a camera mount. More... | |
Functions | |
| DEPRECATED lfMount * | lf_mount_new () |
| Create a new mount object. | |
| lfMount * | lf_mount_create () |
| Create a new mount object. | |
| void | lf_mount_destroy (lfMount *mount) |
| Destroy a lfMount object. | |
| void | lf_mount_copy (lfMount *dest, const lfMount *source) |
| Copy the data from one lfMount structure into another. | |
| cbool | lf_mount_check (lfMount *mount) |
| void | lf_mount_add_compat (lfMount *mount, const char *val) |
| const char *const * | lf_mount_get_compats (lfMount *mount) |
These structures and functions allow to define and examine the properties of camera mounts.
| void lf_mount_add_compat | ( | lfMount * | mount, |
| const char * | val ) |
References LF_EXPORT, and lf_mount_add_compat().
Referenced by lf_mount_add_compat().
References cbool, LF_EXPORT, and lf_mount_check().
Referenced by lf_mount_check().
Copy the data from one lfMount structure into another.
| dest | The destination object |
| source | The source object |
References LF_EXPORT, and lf_mount_copy().
Referenced by lf_mount_copy().
| lfMount * lf_mount_create | ( | ) |
Create a new mount object.
References LF_EXPORT, and lf_mount_create().
Referenced by lf_mount_create().
| void lf_mount_destroy | ( | lfMount * | mount | ) |
Destroy a lfMount object.
This is equivalent to C++ "delete mount".
| mount | The mount object to destroy. |
References LF_EXPORT, and lf_mount_destroy().
Referenced by lf_mount_destroy().
| const char *const * lf_mount_get_compats | ( | lfMount * | mount | ) |
References LF_EXPORT, and lf_mount_get_compats().
Referenced by lf_mount_get_compats().
| DEPRECATED lfMount * lf_mount_new | ( | ) |
Create a new mount object.
This function is deprecated, use lf_mount_create () instead.
References DEPRECATED, LF_EXPORT, and lf_mount_new().
Referenced by lf_mount_new().