- Dolphin creates
Baloo::FileMetadataWidget
- When a single file is clicked
Baloo::FileMetadataWidget::setItems
is called by Dolphin - The class
Baloo::FileMetaDataWidget
usesBaloo::FileMetaDataProvider
to create a filling job - Then
Baloo::FileMetaDataProvider::setFileItem
is called and creates anBaloo::IndexedDataRetriever
instance. - Then,
Baloo::IndexedDataRetriever
creates a process using executablebaloo_filemetadata_temp_extractor
which prints the results gathered byKFileMetaData
extractors andBaloo::IndexedDataRetriever
reads the standart output. - The results are returned and merged with standard fields and printed in the widget
Created
May 15, 2018 02:06
-
-
Save ongun-kanat/4fc3fe331196238c74152ab42057faa7 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment