|
| def | __getitem__ (self, index) |
| |
| def | __init__ (self, parent_controller, table, resource_file_controller_factory=None) |
| |
| def | __iter__ (self) |
| |
| def | add_library (self, name, argstr, alias, comment=None) |
| |
| def | add_resource (self, path, comment=None) |
| |
| def | add_variables (self, path, argstr, comment=None) |
| |
| def | delete (self, index) |
| |
| def | notify_imports_modified (self) |
| |
| def | remove_import_data (self, imp) |
| |
| def | resource_import_modified (self, path) |
| |
| def | __init__ (self, parent_controller, table) |
| |
| def | is_modifiable (self) |
| |
| def | mark_dirty (self) |
| |
| def | set_parent (self, new_parent) |
| |
| def | execute (self, command) |
| |
| def | is_excluded (self) |
| |
| def | mark_dirty (self) |
| |
| def | move_down (self, index) |
| |
| def | move_up (self, index) |
| |
Definition at line 408 of file tablecontrollers.py.
◆ __init__()
| def robotide.controller.tablecontrollers.ImportSettingsController.__init__ |
( |
|
self, |
|
|
|
parent_controller, |
|
|
|
table, |
|
|
|
resource_file_controller_factory = None |
|
) |
| |
◆ __getitem__()
| def robotide.controller.tablecontrollers.ImportSettingsController.__getitem__ |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ __iter__()
| def robotide.controller.tablecontrollers.ImportSettingsController.__iter__ |
( |
|
self | ) |
|
◆ _add_controller()
| def robotide.controller.tablecontrollers.ImportSettingsController._add_controller |
( |
|
self, |
|
|
|
import_ |
|
) |
| |
|
private |
◆ _import_controller()
| def robotide.controller.tablecontrollers.ImportSettingsController._import_controller |
( |
|
self, |
|
|
|
import_ |
|
) |
| |
|
private |
◆ _import_controllers()
| def robotide.controller.tablecontrollers.ImportSettingsController._import_controllers |
( |
|
self | ) |
|
|
private |
◆ _items()
| def robotide.controller.tablecontrollers.ImportSettingsController._items |
( |
|
self | ) |
|
|
private |
◆ _swap()
| def robotide.controller.tablecontrollers.ImportSettingsController._swap |
( |
|
self, |
|
|
|
ind1, |
|
|
|
ind2 |
|
) |
| |
|
private |
◆ add_library()
| def robotide.controller.tablecontrollers.ImportSettingsController.add_library |
( |
|
self, |
|
|
|
name, |
|
|
|
argstr, |
|
|
|
alias, |
|
|
|
comment = None |
|
) |
| |
◆ add_resource()
| def robotide.controller.tablecontrollers.ImportSettingsController.add_resource |
( |
|
self, |
|
|
|
path, |
|
|
|
comment = None |
|
) |
| |
◆ add_variables()
| def robotide.controller.tablecontrollers.ImportSettingsController.add_variables |
( |
|
self, |
|
|
|
path, |
|
|
|
argstr, |
|
|
|
comment = None |
|
) |
| |
◆ delete()
| def robotide.controller.tablecontrollers.ImportSettingsController.delete |
( |
|
self, |
|
|
|
index |
|
) |
| |
◆ notify_imports_modified()
| def robotide.controller.tablecontrollers.ImportSettingsController.notify_imports_modified |
( |
|
self | ) |
|
◆ remove_import_data()
| def robotide.controller.tablecontrollers.ImportSettingsController.remove_import_data |
( |
|
self, |
|
|
|
imp |
|
) |
| |
◆ resource_file_controller_factory()
| def robotide.controller.tablecontrollers.ImportSettingsController.resource_file_controller_factory |
( |
|
self | ) |
|
|
private |
◆ resource_import_modified()
| def robotide.controller.tablecontrollers.ImportSettingsController.resource_import_modified |
( |
|
self, |
|
|
|
path |
|
) |
| |
◆ __import_controllers
| robotide.controller.tablecontrollers.ImportSettingsController.__import_controllers |
|
private |
◆ _resource_file_controller_factory
| robotide.controller.tablecontrollers.ImportSettingsController._resource_file_controller_factory |
|
private |
◆ _import_controllers
| robotide.controller.tablecontrollers.ImportSettingsController._import_controllers = property |
|
staticprivate |
◆ _items
| robotide.controller.tablecontrollers.ImportSettingsController._items = property |
|
staticprivate |
◆ resource_file_controller_factory
| robotide.controller.tablecontrollers.ImportSettingsController.resource_file_controller_factory = property |
|
static |
The documentation for this class was generated from the following file: