Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Merge branch 'feat/fix-issue-#53' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudius-Appel committed May 17, 2024
2 parents 7935607 + 4dbe91e commit 7597784
Show file tree
Hide file tree
Showing 45 changed files with 281 additions and 48 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: duflor.gui
Title: Frontend for duflor-package
Version: 0.0.1.9051
Version: 0.0.1.9052
Author: Claudius Appel
Authors@R: c(
person("Claudius", "Appel", email = "claudius.appel@freenet.de" , role = c("aut", "cre"))
Expand Down
41 changes: 41 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,44 @@ url: https://Claudius-Appel.github.io/duflor.gui/
template:
bootstrap: 5

reference:
- title: GUI-Starter function
contents:
- '`duflor_gui`'
- title: Main Utility
contents:
- '`execute_analysis`'
- '`execute_multiple`'
- '`execute_single`'
- title: gui components
contents:
- '`open_parallelPanel_event`'
- '`select_spectra_gui_comp`'
- '`show_infringing_spectrum_elements_gui_comp`'
- '`render_selected_mask`'
- title: Miscellaneous internals
contents:
- '`dev_key_handler`'
- '`key_handle_cores`'
- '`convert_pixels_to_area_gui`'
- '`get_group`'
- '`get_image_dimensions`'
- '`get_KPI_plot`'
- '`limit_identifier_coordinates`'
- '`limit_to_range`'
- '`prepare_resultsObject`'
- '`validate_custom_HSV_values`'
- title: State management
contents:
- '`restore_state`'
- '`save_error_state`'
- '`save_state`'
- title: Parallelisation
contents:
- '`setup_parallel`'
- '`shutdown_parallel`'
- title: Saving results
contents:
- '`store_KPI_plot_to_file`'
- '`store_results_to_file`'
- '`update_resultsObject`'
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/general-user-manual.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/identifier-cropping.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/image-cropping.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/modifying-hsv-bounds.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/optimising-speed.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/parallelisation.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/raising-issues.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/saving-and-restoring-application-states.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ articles:
parallelisation: parallelisation.html
raising-issues: raising-issues.html
saving-and-restoring-application-states: saving-and-restoring-application-states.html
last_built: 2024-05-16T10:44Z
last_built: 2024-05-17T17:55Z
urls:
reference: https://Claudius-Appel.github.io/duflor.gui/reference
article: https://Claudius-Appel.github.io/duflor.gui/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/convert_pixels_to_area_gui.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/dev_key_handler.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/duflor_gui.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/execute_analysis.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/execute_multiple.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/execute_single.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/get_KPI_plot.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/get_group.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/get_image_dimensions.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7597784

Please sign in to comment.