GUIBRUSHR.GUI.Input_Output_Panels.Input_Panels.TabPanels.Frame_Retrieval_Analysis.Tab_Analysis.Frame_Delete_Retrieval.Frame_Delete_Retrieval module¶
Frame Delete Retrieval Module.
This module provides a GUI panel for managing retrieval operations including deletion from archive and database, comment management, and retrieval resumption.
- class GUIBRUSHR.GUI.Input_Output_Panels.Input_Panels.TabPanels.Frame_Retrieval_Analysis.Tab_Analysis.Frame_Delete_Retrieval.Frame_Delete_Retrieval.FrameDeleteRetrieval(parent, color, row, column, path_default, frame_input, window, **kwargs)[source]¶
Bases:
MyPanelGUI panel for managing retrieval operations.
This class provides functionality for: - Deleting retrievals from archive and/or database - Managing comments for retrievals - Resuming interrupted retrievals - Displaying retrieval information
- __init__(parent, color, row, column, path_default, frame_input, window, **kwargs)[source]¶
Initialize the FrameDeleteRetrieval panel.
- Parameters:
parent – Parent widget
color – Background color for the panel
row – Grid row position
column – Grid column position
path_default – Default path for database operations
frame_input – Reference to the input frame
window – Main window reference
**kwargs – Additional keyword arguments passed to parent