|
| def | __init__ (self) |
| |
| def | add_tag (self, name) |
| |
| def | clear_all (self, message) |
| |
| def | is_empty (self) |
| |
| def | is_test_selected (self, test) |
| |
| def | remove_invalid_cases_selection (self, cases_file_controller) |
| |
| def | select (self, TestCaseController test, doSelect=True, notifySelection=True) |
| |
| def | select_all (self, tests, selected=True) |
| |
| def | unselect_all (self, tests) |
| |
Definition at line 183 of file treecontroller.py.
◆ __init__()
| def robotide.controller.ui.treecontroller.TestSelectionController.__init__ |
( |
|
self | ) |
|
◆ _add_tag()
| def robotide.controller.ui.treecontroller.TestSelectionController._add_tag |
( |
|
self, |
|
|
|
test, |
|
|
|
name |
|
) |
| |
|
private |
◆ _add_tag_to_test()
| def robotide.controller.ui.treecontroller.TestSelectionController._add_tag_to_test |
( |
|
self, |
|
|
|
name, |
|
|
|
test |
|
) |
| |
|
private |
◆ _move_default_tags_to_test()
| def robotide.controller.ui.treecontroller.TestSelectionController._move_default_tags_to_test |
( |
|
self, |
|
|
|
test |
|
) |
| |
|
private |
◆ _send_selection_changed_message()
| def robotide.controller.ui.treecontroller.TestSelectionController._send_selection_changed_message |
( |
|
self | ) |
|
|
private |
◆ add_tag()
| def robotide.controller.ui.treecontroller.TestSelectionController.add_tag |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ clear_all()
| def robotide.controller.ui.treecontroller.TestSelectionController.clear_all |
( |
|
self, |
|
|
|
message |
|
) |
| |
◆ is_empty()
| def robotide.controller.ui.treecontroller.TestSelectionController.is_empty |
( |
|
self | ) |
|
◆ is_test_selected()
| def robotide.controller.ui.treecontroller.TestSelectionController.is_test_selected |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ remove_invalid_cases_selection()
| def robotide.controller.ui.treecontroller.TestSelectionController.remove_invalid_cases_selection |
( |
|
self, |
|
|
|
cases_file_controller |
|
) |
| |
◆ select()
| def robotide.controller.ui.treecontroller.TestSelectionController.select |
( |
|
self, |
|
|
TestCaseController |
test, |
|
|
|
doSelect = True, |
|
|
|
notifySelection = True |
|
) |
| |
◆ select_all()
| def robotide.controller.ui.treecontroller.TestSelectionController.select_all |
( |
|
self, |
|
|
|
tests, |
|
|
|
selected = True |
|
) |
| |
◆ unselect_all()
| def robotide.controller.ui.treecontroller.TestSelectionController.unselect_all |
( |
|
self, |
|
|
|
tests |
|
) |
| |
◆ _tests
| robotide.controller.ui.treecontroller.TestSelectionController._tests |
|
private |
The documentation for this class was generated from the following file: