Methods

Summary

method

class parent

truncated documentation

__init__

FrameFunction

__init__

FrameFunction_ThreadFunction

constructor

__init__

FrameParams

__init__

MainFrame

change_frame_function

MainFrame

Updates the frame FrameFunction to select a new function.

change_selection

MainFrame

Functions called when the selection changes.

destroy

FrameFunction

Stops the thread and destroy the function. The behaviour of method Thread._stop

get_parameters

FrameFunction

Returns the parameters in a dictionary.

get_parameters

FrameParams

returns the parameters

get_title

FrameFunction

get_title

FrameParams

Returns the title.

get_title

MainFrame

Returns the default title.

history_down

FrameFunction

Looks forward in the history of used parameters and change the parameters.

history_down

FrameParams

look forward in the history (log of used parameters) and update the parameters

history_up

FrameFunction

Looks back in the history of used parameters and change the parameters.

history_up

FrameParams

look back in the history (log of used parameters) and update the parameters

refresh

FrameFunction

Refreshes the screen.

refresh

FrameParams

Refreshes the screen.

run

FrameFunction_ThreadFunction

run the thread

run_cancel

FrameFunction

cancel

run_cancel

FrameParams

what to do when Cancel is pressed

run_cancel

MainFrame

cancel

run_function

FrameFunction

Runs the function.

run_function

FrameParams

Runs the function.

stop_thread

FrameFunction

Stops the function execution.

update

FrameFunction

Updates the parameters (ie self.info).

update

FrameParams

update the parameters (ie self.info)