src.file.find_events_from_channel package¶
Submodules¶
src.file.find_events_from_channel.find_events_from_channel_controller module¶
Find Events From Channel Controller
-
class
src.file.find_events_from_channel.find_events_from_channel_controller.
findEventsFromChannelController
(all_channels_names)[source]¶ Bases:
file.find_events_from_channel.find_events_from_channel_listener.findEventsFromChannelListener
Close the window.
Close the window and send the information to the main controller. :param stim_channel: Stimulation channel. :type stim_channel: str
src.file.find_events_from_channel.find_events_from_channel_listener module¶
Find Events From Channel Listener
-
class
src.file.find_events_from_channel.find_events_from_channel_listener.
findEventsFromChannelListener
[source]¶ Bases:
abc.ABC
Listener doing the connection between the controller and the view for finding events with a channel. It retrieves the information from the view to send it to the controller.
src.file.find_events_from_channel.find_events_from_channel_view module¶
Find Events From Channel View
-
class
src.file.find_events_from_channel.find_events_from_channel_view.
findEventsFromChannelView
(all_channels_names)[source]¶ Bases:
PyQt5.QtWidgets.QWidget
-
cancel_find_events_from_channel_trigger
()[source]¶ Send the information to the controller that the computation is cancelled.
-
channels_selection_trigger
()[source]¶ Open the multiple selector window. The user can select a single channel.
-
confirm_find_events_from_channel_trigger
()[source]¶ Retrieve the parameters and send the information to the controller.
-