|
| def | __eq__ (self, other) |
| |
| def | __hash__ (self) |
| |
| def | get_local_variables (self) |
| |
| def | move_down (self) |
| |
| def | move_up (self) |
| |
| def | validate_keyword_name (self, name) |
| |
| 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) |
| |
Definition at line 445 of file macrocontrollers.py.
◆ __eq__()
| def robotide.controller.macrocontrollers.UserKeywordController.__eq__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ __hash__()
| def robotide.controller.macrocontrollers.UserKeywordController.__hash__ |
( |
|
self | ) |
|
◆ _init()
| def robotide.controller.macrocontrollers.UserKeywordController._init |
( |
|
self, |
|
|
|
kw |
|
) |
| |
|
private |
◆ arguments()
| def robotide.controller.macrocontrollers.UserKeywordController.arguments |
( |
|
self | ) |
|
|
private |
◆ get_local_variables()
| def robotide.controller.macrocontrollers.UserKeywordController.get_local_variables |
( |
|
self | ) |
|
◆ info()
| def robotide.controller.macrocontrollers.UserKeywordController.info |
( |
|
self | ) |
|
|
private |
◆ keyword_name()
| def robotide.controller.macrocontrollers.UserKeywordController.keyword_name |
( |
|
self | ) |
|
|
private |
◆ move_down()
| def robotide.controller.macrocontrollers.UserKeywordController.move_down |
( |
|
self | ) |
|
◆ move_up()
| def robotide.controller.macrocontrollers.UserKeywordController.move_up |
( |
|
self | ) |
|
◆ settings()
| def robotide.controller.macrocontrollers.UserKeywordController.settings |
( |
|
self | ) |
|
|
private |
◆ teardown()
| def robotide.controller.macrocontrollers.UserKeywordController.teardown |
( |
|
self | ) |
|
|
private |
◆ validate_keyword_name()
| def robotide.controller.macrocontrollers.UserKeywordController.validate_keyword_name |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ _kw
| robotide.controller.macrocontrollers.UserKeywordController._kw |
|
private |
◆ _populator
| robotide.controller.macrocontrollers.UserKeywordController._populator |
|
staticprivate |
◆ _teardown [1/2]
| robotide.controller.macrocontrollers.UserKeywordController._teardown |
|
staticprivate |
◆ _teardown [2/2]
| robotide.controller.macrocontrollers.UserKeywordController._teardown |
|
private |
◆ _TEARDOWN_NOT_SET
| robotide.controller.macrocontrollers.UserKeywordController._TEARDOWN_NOT_SET |
|
staticprivate |
◆ default_tags
| robotide.controller.macrocontrollers.UserKeywordController.default_tags |
◆ force_tags
| robotide.controller.macrocontrollers.UserKeywordController.force_tags |
◆ arguments
| robotide.controller.macrocontrollers.UserKeywordController.arguments = property |
|
static |
◆ info
| robotide.controller.macrocontrollers.UserKeywordController.info = property |
|
static |
◆ keyword_name
| robotide.controller.macrocontrollers.UserKeywordController.keyword_name = property |
|
static |
◆ settings
| robotide.controller.macrocontrollers.UserKeywordController.settings = property |
|
static |
◆ teardown
| robotide.controller.macrocontrollers.UserKeywordController.teardown = property |
|
static |
The documentation for this class was generated from the following file: