EventAnalysisControls¶
class EventAnalysisControls(parent: Optional[QWidget] = None)
Bases: QWidget
Public Methods¶
- EventAnalysisControls.clear_popup_reference(comboBox: QComboBox) None¶
Clears the reference to the popup when it is closed.
- EventAnalysisControls.createButton(parent: QWidget, text: str, bold: bool = False) QPushButton¶
- EventAnalysisControls.create_add_button(parent: QWidget, comboBox: QComboBox, add_text: str, metaclass: str) QToolButton¶
Creates an add button linked to the corresponding combobox.
- EventAnalysisControls.create_delete_button(parent: QWidget, comboBox: QComboBox, info_text: str, metaclass: str) QToolButton¶
Creates a delete button linked to the corresponding combobox.
- EventAnalysisControls.create_info_button(parent: QWidget, comboBox: QComboBox, info_text: str, metaclass: str) QToolButton¶
Creates an info button linked to the corresponding combobox.
- EventAnalysisControls.delete_plugin(comboBox: QComboBox, metaclass: str) None¶
Deletes the plugin corresponding tot he current ComboBox selection
- EventAnalysisControls.is_placeholder_item(comboBox: QComboBox) bool¶
Returns True if the combobox contains a placeholder like ‘No Loader’, ‘No Database Writer’, etc.
- EventAnalysisControls.show_plugin_add_manager(comboBox: QComboBox, metaclass: str) None¶
Displays the plugin manager with details for the selected item from the combobox.
- EventAnalysisControls.show_plugin_edit_manager(comboBox: QComboBox, metaclass: str) None¶
Displays the plugin manager with details for the selected item from the combobox.
- EventAnalysisControls.toggle_info_button(button: QToolButton, comboBox: QComboBox) None¶
Enables or disables the info button based on the comboBox selection and item count.