|
| def | __init__ (self, parent_controller, data) |
| |
| def | add_step (self, index, step=None) |
| |
| def | copy (self, name) |
| |
| def | create_keyword (self, name, argstr) |
| |
| def | create_test (self, name) |
| |
| def | delete (self) |
| |
| def | extract_keyword (self, name, argstr, step_range) |
| |
| def | get_cell_info (self, row, col) |
| |
| def | get_empty_rows (self) |
| |
| def | get_keyword_info (self, kw_name) |
| |
| def | get_local_namespace (self) |
| |
| def | get_local_namespace_for_row (self, row) |
| |
| def | get_raw_steps (self) |
| |
| def | has_template (self) |
| |
| def | index_of_step (self, step) |
| |
| def | is_library_keyword (self, value) |
| |
| def | is_user_keyword (self, value) |
| |
| def | move_step_down (self, index) |
| |
| def | move_step_up (self, index) |
| |
| def | notify_keyword_removed (self) |
| |
| def | notify_name_changed (self, old_name=None) |
| |
| def | notify_settings_changed (self) |
| |
| def | notify_steps_changed (self) |
| |
| def | recreate (self) |
| |
| def | remove_step (self, index) |
| |
| def | rename (self, new_name) |
| |
| def | replace_step (self, index, new_step) |
| |
| def | set_parent (self, new_parent) |
| |
| def | set_raw_steps (self, steps) |
| |
| def | set_steps (self, steps) |
| |
| def | step (self, index) |
| |
| def | update_namespace (self) |
| |
| def | validate_name (self, name) |
| |
| def | is_modifiable (self) |
| |
| def | mark_dirty (self) |
| |
| def | execute (self, command) |
| |
| def | is_excluded (self) |
| |
| def | clear_redo (self) |
| |
| def | clear_undo (self) |
| |
| def | is_redo_empty (self) |
| |
| def | is_undo_empty (self) |
| |
| def | pop_from_redo (self) |
| |
| def | pop_from_undo (self) |
| |
| def | push_to_redo (self, command) |
| |
| def | push_to_undo (self, command) |
| |
|
| def | _clear_cached_steps (self) |
| |
| def | _create_extracted_kw (self, name, argstr, extracted_steps) |
| |
| def | _extract_steps (self, step_range) |
| |
| def | _is_empty_step (self, step) |
| |
| def | _notify (self, messageclass) |
| |
| def | _recreate_steps (self) |
| |
| def | _remove_bdd_prefix (self, name) |
| |
| def | _remove_step (self, step) |
| |
| def | _replace_steps_with_kw (self, name, step_range) |
| |
| def | max_columns (self) |
| |
| def | name (self) |
| |
| def | source (self) |
| |
| def | steps (self) |
| |
Definition at line 84 of file macrocontrollers.py.
◆ __init__()
| def robotide.controller.macrocontrollers._WithStepsController.__init__ |
( |
|
self, |
|
|
|
parent_controller, |
|
|
|
data |
|
) |
| |
◆ _clear_cached_steps()
| def robotide.controller.macrocontrollers._WithStepsController._clear_cached_steps |
( |
|
self | ) |
|
|
private |
◆ _convert_controller_to_steps()
| def robotide.controller.macrocontrollers._WithStepsController._convert_controller_to_steps |
( |
|
step_controllers | ) |
|
|
staticprivate |
◆ _create_extracted_kw()
| def robotide.controller.macrocontrollers._WithStepsController._create_extracted_kw |
( |
|
self, |
|
|
|
name, |
|
|
|
argstr, |
|
|
|
extracted_steps |
|
) |
| |
|
private |
◆ _extract_steps()
| def robotide.controller.macrocontrollers._WithStepsController._extract_steps |
( |
|
self, |
|
|
|
step_range |
|
) |
| |
|
private |
◆ _is_empty_step()
| def robotide.controller.macrocontrollers._WithStepsController._is_empty_step |
( |
|
self, |
|
|
|
step |
|
) |
| |
|
private |
◆ _notify()
| def robotide.controller.macrocontrollers._WithStepsController._notify |
( |
|
self, |
|
|
|
messageclass |
|
) |
| |
|
private |
◆ _recreate_steps()
| def robotide.controller.macrocontrollers._WithStepsController._recreate_steps |
( |
|
self | ) |
|
|
private |
◆ _remove_bdd_prefix()
| def robotide.controller.macrocontrollers._WithStepsController._remove_bdd_prefix |
( |
|
self, |
|
|
|
name |
|
) |
| |
|
private |
◆ _remove_step()
| def robotide.controller.macrocontrollers._WithStepsController._remove_step |
( |
|
self, |
|
|
|
step |
|
) |
| |
|
private |
◆ _replace_steps_with_kw()
| def robotide.controller.macrocontrollers._WithStepsController._replace_steps_with_kw |
( |
|
self, |
|
|
|
name, |
|
|
|
step_range |
|
) |
| |
|
private |
◆ add_step()
| def robotide.controller.macrocontrollers._WithStepsController.add_step |
( |
|
self, |
|
|
|
index, |
|
|
|
step = None |
|
) |
| |
◆ copy()
| def robotide.controller.macrocontrollers._WithStepsController.copy |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ create_keyword()
| def robotide.controller.macrocontrollers._WithStepsController.create_keyword |
( |
|
self, |
|
|
|
name, |
|
|
|
argstr |
|
) |
| |
◆ create_test()
| def robotide.controller.macrocontrollers._WithStepsController.create_test |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ delete()
| def robotide.controller.macrocontrollers._WithStepsController.delete |
( |
|
self | ) |
|
◆ extract_keyword()
| def robotide.controller.macrocontrollers._WithStepsController.extract_keyword |
( |
|
self, |
|
|
|
name, |
|
|
|
argstr, |
|
|
|
step_range |
|
) |
| |
◆ get_cell_info()
| def robotide.controller.macrocontrollers._WithStepsController.get_cell_info |
( |
|
self, |
|
|
|
row, |
|
|
|
col |
|
) |
| |
◆ get_empty_rows()
| def robotide.controller.macrocontrollers._WithStepsController.get_empty_rows |
( |
|
self | ) |
|
◆ get_keyword_info()
| def robotide.controller.macrocontrollers._WithStepsController.get_keyword_info |
( |
|
self, |
|
|
|
kw_name |
|
) |
| |
◆ get_local_namespace()
| def robotide.controller.macrocontrollers._WithStepsController.get_local_namespace |
( |
|
self | ) |
|
◆ get_local_namespace_for_row()
| def robotide.controller.macrocontrollers._WithStepsController.get_local_namespace_for_row |
( |
|
self, |
|
|
|
row |
|
) |
| |
◆ get_raw_steps()
| def robotide.controller.macrocontrollers._WithStepsController.get_raw_steps |
( |
|
self | ) |
|
◆ has_template()
| def robotide.controller.macrocontrollers._WithStepsController.has_template |
( |
|
self | ) |
|
◆ index_of_step()
| def robotide.controller.macrocontrollers._WithStepsController.index_of_step |
( |
|
self, |
|
|
|
step |
|
) |
| |
◆ is_library_keyword()
| def robotide.controller.macrocontrollers._WithStepsController.is_library_keyword |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ is_user_keyword()
| def robotide.controller.macrocontrollers._WithStepsController.is_user_keyword |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ max_columns()
| def robotide.controller.macrocontrollers._WithStepsController.max_columns |
( |
|
self | ) |
|
|
private |
◆ move_step_down()
| def robotide.controller.macrocontrollers._WithStepsController.move_step_down |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ move_step_up()
| def robotide.controller.macrocontrollers._WithStepsController.move_step_up |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ name()
| def robotide.controller.macrocontrollers._WithStepsController.name |
( |
|
self | ) |
|
|
private |
◆ notify_keyword_removed()
| def robotide.controller.macrocontrollers._WithStepsController.notify_keyword_removed |
( |
|
self | ) |
|
◆ notify_name_changed()
| def robotide.controller.macrocontrollers._WithStepsController.notify_name_changed |
( |
|
self, |
|
|
|
old_name = None |
|
) |
| |
◆ notify_settings_changed()
| def robotide.controller.macrocontrollers._WithStepsController.notify_settings_changed |
( |
|
self | ) |
|
◆ notify_steps_changed()
| def robotide.controller.macrocontrollers._WithStepsController.notify_steps_changed |
( |
|
self | ) |
|
◆ recreate()
| def robotide.controller.macrocontrollers._WithStepsController.recreate |
( |
|
self | ) |
|
◆ remove_step()
| def robotide.controller.macrocontrollers._WithStepsController.remove_step |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ rename()
| def robotide.controller.macrocontrollers._WithStepsController.rename |
( |
|
self, |
|
|
|
new_name |
|
) |
| |
◆ replace_step()
| def robotide.controller.macrocontrollers._WithStepsController.replace_step |
( |
|
self, |
|
|
|
index, |
|
|
|
new_step |
|
) |
| |
◆ set_parent()
| def robotide.controller.macrocontrollers._WithStepsController.set_parent |
( |
|
self, |
|
|
|
new_parent |
|
) |
| |
◆ set_raw_steps()
| def robotide.controller.macrocontrollers._WithStepsController.set_raw_steps |
( |
|
self, |
|
|
|
steps |
|
) |
| |
◆ set_steps()
| def robotide.controller.macrocontrollers._WithStepsController.set_steps |
( |
|
self, |
|
|
|
steps |
|
) |
| |
◆ source()
| def robotide.controller.macrocontrollers._WithStepsController.source |
( |
|
self | ) |
|
|
private |
◆ step()
| def robotide.controller.macrocontrollers._WithStepsController.step |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ steps()
| def robotide.controller.macrocontrollers._WithStepsController.steps |
( |
|
self | ) |
|
|
private |
◆ update_namespace()
| def robotide.controller.macrocontrollers._WithStepsController.update_namespace |
( |
|
self | ) |
|
◆ validate_name()
| def robotide.controller.macrocontrollers._WithStepsController.validate_name |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ _has_steps_changed
| robotide.controller.macrocontrollers._WithStepsController._has_steps_changed |
|
private |
◆ _parent
| robotide.controller.macrocontrollers._WithStepsController._parent |
|
private |
◆ _steps_cached
| robotide.controller.macrocontrollers._WithStepsController._steps_cached |
|
private |
◆ data
| robotide.controller.macrocontrollers._WithStepsController.data |
◆ max_columns
| robotide.controller.macrocontrollers._WithStepsController.max_columns = property |
|
static |
◆ name
| robotide.controller.macrocontrollers._WithStepsController.name = property |
|
static |
◆ source
| robotide.controller.macrocontrollers._WithStepsController.source = property |
|
static |
◆ steps
| robotide.controller.macrocontrollers._WithStepsController.steps = property |
|
static |
The documentation for this class was generated from the following file: