|
LiVES 3.2.0
|
#include <machinestate.h>
Data Fields | |
| uint64_t | uniq |
| < if we can retrieve some kind of uinque id, we set it here may be useful in future for dictionary lookups More... | |
| lives_struct_def_t * | lsd |
| char * | name |
| uint64_t | type |
| off_t | size |
| e.g. LIVES_FILE_TYPE_FILE More... | |
| uint64_t | mode |
| uint64_t | uid |
| uint64_t | gid |
| userid as uint64_t More... | |
| uint64_t | blk_size |
| uint64_t | atime_sec |
| uint64_t | atime_nsec |
| uint64_t | mtime_sec |
| uint64_t | mtime_nsec |
| uint64_t | ctime_sec |
| uint64_t | ctime_nsec |
| char * | md5sum |
| char * | extra_details |
| only filled if EXTRA_DETAILS_MD5 is set, otherwis NULL More... | |
| LiVESWidget * | widgets [16] |
| intialized to NULL, set to at least "" More... | |
Definition at line 338 of file machinestate.h.
| uint64_t lives_file_dets_t::atime_nsec |
Definition at line 351 of file machinestate.h.
Referenced by stat_to_file_dets().
| uint64_t lives_file_dets_t::atime_sec |
Definition at line 350 of file machinestate.h.
Referenced by stat_to_file_dets().
| uint64_t lives_file_dets_t::blk_size |
Definition at line 349 of file machinestate.h.
Referenced by stat_to_file_dets().
| uint64_t lives_file_dets_t::ctime_nsec |
Definition at line 355 of file machinestate.h.
Referenced by stat_to_file_dets().
| uint64_t lives_file_dets_t::ctime_sec |
Definition at line 354 of file machinestate.h.
Referenced by stat_to_file_dets().
| char* lives_file_dets_t::extra_details |
only filled if EXTRA_DETAILS_MD5 is set, otherwis NULL
Definition at line 357 of file machinestate.h.
Referenced by _item_to_file_details(), and get_lsd().
| uint64_t lives_file_dets_t::gid |
userid as uint64_t
Definition at line 348 of file machinestate.h.
Referenced by stat_to_file_dets().
| lives_struct_def_t* lives_file_dets_t::lsd |
Definition at line 342 of file machinestate.h.
Referenced by free_fdets_list(), and get_lsd().
| char* lives_file_dets_t::md5sum |
Definition at line 356 of file machinestate.h.
Referenced by get_lsd().
| uint64_t lives_file_dets_t::mode |
Definition at line 346 of file machinestate.h.
Referenced by stat_to_file_dets().
| uint64_t lives_file_dets_t::mtime_nsec |
Definition at line 353 of file machinestate.h.
Referenced by stat_to_file_dets().
| uint64_t lives_file_dets_t::mtime_sec |
Definition at line 352 of file machinestate.h.
Referenced by stat_to_file_dets().
| char* lives_file_dets_t::name |
Definition at line 343 of file machinestate.h.
Referenced by _item_to_file_details(), get_lsd(), and on_cleardisk_activate().
| off_t lives_file_dets_t::size |
e.g. LIVES_FILE_TYPE_FILE
Definition at line 345 of file machinestate.h.
Referenced by _item_to_file_details(), and stat_to_file_dets().
| uint64_t lives_file_dets_t::type |
Definition at line 344 of file machinestate.h.
Referenced by filter_cleanup(), on_cleardisk_activate(), and stat_to_file_dets().
| uint64_t lives_file_dets_t::uid |
Definition at line 347 of file machinestate.h.
Referenced by stat_to_file_dets().
| uint64_t lives_file_dets_t::uniq |
< if we can retrieve some kind of uinque id, we set it here may be useful in future for dictionary lookups
Definition at line 341 of file machinestate.h.
| LiVESWidget* lives_file_dets_t::widgets[16] |
intialized to NULL, set to at least ""
caller set widgets for presentation, e.g. labels, spinners. final entry must be followed by NULL
Definition at line 358 of file machinestate.h.
Referenced by filter_cleanup().