Public Member Functions | |
| def | __init__ (self, data, project=None, parent=None) |
| def | add_test_or_keyword (self, item) |
| def | create_keyword (self, name, argstr='') |
| def | get_format (self) |
| def | get_keyword_names (self) |
| def | get_local_variables (self) |
| def | has_format (self) |
| def | is_directory_suite (self) |
| def | is_inside_top_suite (self, res) |
| def | is_library_keyword (self, value) |
| def | is_same_format (self, format) |
| def | is_user_keyword (self, value) |
| def | iter_datafiles (self) |
| def | keyword_info (self, keyword_name) |
| def | mark_dirty (self) |
| def | notify_settings_changed (self) |
| def | notify_steps_changed (self) |
| def | open_filemanager (self, path=None) |
| def | remove_folder_from_filesystem (self, path=None) |
| def | remove_from_filesystem (self, path=None) |
| def | remove_readonly (self, path=None) |
| def | resource_import_modified (self, path) |
| def | restore_keyword_order (self, index_difference) |
| def | restore_test_order (self, index_difference) |
| def | restore_variable_order (self, index_difference) |
| def | save (self) |
| def | save_with_new_format (self, format) |
| def | save_with_new_format_recursive (self, format) |
| def | set_basename (self, basename) |
| def | set_datafile (self, datafile) |
| def | set_format (self, format) |
| def | sort_keywords (self) |
| def | sort_tests (self) |
| def | sort_variables (self) |
| def | unmark_dirty (self) |
| def | validate_keyword_name (self, name) |
Public Member Functions inherited from robotide.controller.basecontroller._BaseController | |
| def | execute (self, command) |
| def | is_excluded (self) |
| def | is_modifiable (self) |
Public Member Functions inherited from robotide.controller.basecontroller.WithUndoRedoStacks | |
| 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) |
Public Member Functions inherited from robotide.controller.basecontroller.WithNamespace | |
| def | clear_namespace_update_listeners (self) |
| def | get_all_cached_library_names (self) |
| def | get_all_keywords_from (self, *datafiles) |
| def | get_namespace (self) |
| def | is_library_import_ok (self, imp) |
| def | is_library_keyword (self, datafile, value) |
| def | is_user_keyword (self, datafile, value) |
| def | is_variables_import_ok (self, imp) |
| def | keyword_info (self, datafile, keyword_name) |
| def | register_for_namespace_updates (self, listener) |
| def | unregister_namespace_updates (self, listener) |
| def | update_namespace (self) |
Public Attributes | |
| children | |
| data | |
| dirty | |
| filename | |
| parent | |
Properties | |
| _setting_table = property | |
| datafile = property | |
| datafile_controller = property | |
| datafiles = property | |
| force_tags = property | |
| imports = property | |
| keywords = property | |
| metadata = property | |
| name = property | |
| settings = property | |
| tests = property | |
| variables = property | |
Properties inherited from robotide.controller.basecontroller._BaseController | |
| display_name = property | |
Properties inherited from robotide.controller.basecontroller.WithUndoRedoStacks | |
| _redo = property | |
| _undo = property | |
Private Member Functions | |
| def | _children (self, data) |
| def | _setting_table (self) |
| def | _settings (self) |
| def | datafile (self) |
| def | datafile_controller (self) |
| def | datafiles (self) |
| def | force_tags (self) |
| def | imports (self) |
| def | keywords (self) |
| def | metadata (self) |
| def | name (self) |
| def | settings (self) |
| def | tests (self) |
| def | variables (self) |
Private Attributes | |
| _imports | |
| _keywords_table_controller | |
| _project | |
| _resource_file_controller_factory | |
| _testcase_table_controller | |
| _variables_table_controller | |
Definition at line 114 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.__init__ | ( | self, | |
| data, | |||
project = None, |
|||
parent = None |
|||
| ) |
Reimplemented in robotide.controller.filecontrollers.TestCaseFileController, and robotide.controller.filecontrollers.TestDataDirectoryController.
Definition at line 116 of file filecontrollers.py.
|
private |
Reimplemented in robotide.controller.filecontrollers.TestDataDirectoryController.
Definition at line 142 of file filecontrollers.py.
|
private |
Definition at line 169 of file filecontrollers.py.
|
private |
Reimplemented in robotide.controller.filecontrollers.ResourceFileController, and robotide.controller.filecontrollers.TestCaseFileController.
Definition at line 157 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.add_test_or_keyword | ( | self, | |
| item | |||
| ) |
Definition at line 260 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.create_keyword | ( | self, | |
| name, | |||
argstr = '' |
|||
| ) |
Definition at line 257 of file filecontrollers.py.
|
private |
Definition at line 197 of file filecontrollers.py.
|
private |
Definition at line 210 of file filecontrollers.py.
|
private |
Definition at line 203 of file filecontrollers.py.
|
private |
Definition at line 175 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.get_format | ( | self | ) |
Definition at line 320 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.get_keyword_names | ( | self | ) |
Definition at line 312 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.get_local_variables | ( | self | ) |
Definition at line 423 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.has_format | ( | self | ) |
Reimplemented in robotide.controller.filecontrollers.TestDataDirectoryController.
Definition at line 317 of file filecontrollers.py.
|
private |
Definition at line 224 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.is_directory_suite | ( | self | ) |
Reimplemented in robotide.controller.filecontrollers.TestDataDirectoryController.
Definition at line 401 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.is_inside_top_suite | ( | self, | |
| res | |||
| ) |
Reimplemented in robotide.controller.filecontrollers.TestDataDirectoryController.
Definition at line 426 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.is_library_keyword | ( | self, | |
| value | |||
| ) |
Definition at line 239 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.is_same_format | ( | self, | |
| format | |||
| ) |
Definition at line 329 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.is_user_keyword | ( | self, | |
| value | |||
| ) |
Definition at line 236 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.iter_datafiles | ( | self | ) |
Definition at line 414 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.keyword_info | ( | self, | |
| keyword_name | |||
| ) |
Definition at line 242 of file filecontrollers.py.
|
private |
Definition at line 216 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.mark_dirty | ( | self | ) |
Definition at line 245 of file filecontrollers.py.
|
private |
Definition at line 233 of file filecontrollers.py.
|
private |
Definition at line 148 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.notify_settings_changed | ( | self | ) |
Definition at line 407 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.notify_steps_changed | ( | self | ) |
Definition at line 410 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.open_filemanager | ( | self, | |
path = None |
|||
| ) |
Definition at line 348 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.remove_folder_from_filesystem | ( | self, | |
path = None |
|||
| ) |
Definition at line 389 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.remove_from_filesystem | ( | self, | |
path = None |
|||
| ) |
Definition at line 384 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.remove_readonly | ( | self, | |
path = None |
|||
| ) |
Definition at line 344 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.resource_import_modified | ( | self, | |
| path | |||
| ) |
Definition at line 404 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.restore_keyword_order | ( | self, | |
| index_difference | |||
| ) |
Definition at line 300 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.restore_test_order | ( | self, | |
| index_difference | |||
| ) |
Definition at line 294 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.restore_variable_order | ( | self, | |
| index_difference | |||
| ) |
Definition at line 306 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.save | ( | self | ) |
Definition at line 420 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.save_with_new_format | ( | self, | |
| format | |||
| ) |
Definition at line 392 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.save_with_new_format_recursive | ( | self, | |
| format | |||
| ) |
Definition at line 395 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.set_basename | ( | self, | |
| basename | |||
| ) |
Reimplemented in robotide.controller.filecontrollers.ResourceFileController.
Definition at line 334 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.set_datafile | ( | self, | |
| datafile | |||
| ) |
Definition at line 134 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.set_format | ( | self, | |
| format | |||
| ) |
Reimplemented in robotide.controller.filecontrollers.ResourceFileController, and robotide.controller.filecontrollers.TestDataDirectoryController.
Definition at line 325 of file filecontrollers.py.
|
private |
Definition at line 154 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.sort_keywords | ( | self | ) |
Definition at line 278 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.sort_tests | ( | self | ) |
Definition at line 270 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.sort_variables | ( | self | ) |
Definition at line 286 of file filecontrollers.py.
|
private |
Definition at line 189 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.unmark_dirty | ( | self | ) |
Definition at line 250 of file filecontrollers.py.
| def robotide.controller.filecontrollers._DataController.validate_keyword_name | ( | self, | |
| name | |||
| ) |
Definition at line 398 of file filecontrollers.py.
|
private |
Definition at line 181 of file filecontrollers.py.
|
private |
Definition at line 139 of file filecontrollers.py.
|
private |
Definition at line 138 of file filecontrollers.py.
|
private |
Definition at line 117 of file filecontrollers.py.
|
private |
Definition at line 120 of file filecontrollers.py.
|
private |
Definition at line 137 of file filecontrollers.py.
|
private |
Definition at line 136 of file filecontrollers.py.
| robotide.controller.filecontrollers._DataController.children |
Definition at line 127 of file filecontrollers.py.
| robotide.controller.filecontrollers._DataController.data |
Definition at line 135 of file filecontrollers.py.
| robotide.controller.filecontrollers._DataController.dirty |
Definition at line 126 of file filecontrollers.py.
| robotide.controller.filecontrollers._DataController.filename |
Definition at line 130 of file filecontrollers.py.
| robotide.controller.filecontrollers._DataController.parent |
Definition at line 124 of file filecontrollers.py.
|
staticprivate |
Definition at line 167 of file filecontrollers.py.
|
static |
Definition at line 195 of file filecontrollers.py.
|
static |
Definition at line 208 of file filecontrollers.py.
|
static |
Definition at line 201 of file filecontrollers.py.
|
static |
Definition at line 173 of file filecontrollers.py.
|
static |
Definition at line 222 of file filecontrollers.py.
|
static |
Definition at line 214 of file filecontrollers.py.
|
static |
Definition at line 231 of file filecontrollers.py.
|
static |
Definition at line 146 of file filecontrollers.py.
|
static |
Definition at line 152 of file filecontrollers.py.
|
static |
Definition at line 187 of file filecontrollers.py.
|
static |
Definition at line 179 of file filecontrollers.py.