Module view.NetworkRunner
Dialog that allows the user to execute the network.
Functions
NetworkRunner.new (parent) | Constructor. |
NetworkRunner:run (network, data) | Runs the network runner. |
NetworkRunner:run_row (iter) | Runs the network with the content of a row. |
(private) NetworkRunner:add_action_buttons (box) | |
(private) NetworkRunner:add_response_buttons (box) | |
(private) NetworkRunner:prepare (project, data) | Prepares the network runner. |
(private) NetworkRunner:run_all () | |
(private) NetworkRunner:run_selected () | |
(private) NetworkRunner:selection_changed () |
Functions
- NetworkRunner.new (parent)
-
Constructor.
Parameters
- parent: Parent window
Return value:
New instance of NetworkRunner - NetworkRunner:run (network, data)
-
Runs the network runner.
Parameters
- network: Network to be used
- data: Initial data to be populated (optional)
- NetworkRunner:run_row (iter)
-
Runs the network with the content of a row.
Parameters
- iter: Iter that points to desired row
- (private) NetworkRunner:add_action_buttons (box)
-
Parameters
- box:
- (private) NetworkRunner:add_response_buttons (box)
-
Parameters
- box:
- (private) NetworkRunner:prepare (project, data)
-
Prepares the network runner.
Parameters
- project:
- data:
- (private) NetworkRunner:run_all ()
- (private) NetworkRunner:run_selected ()
- (private) NetworkRunner:selection_changed ()