|
| def | __init__ (self, path=None, updatecheck=True) |
| |
| def | activate_editor (self, object_class, editor_class) |
| |
| def | active_event_loop (self) |
| |
| def | get_editor (self, object_class) |
| |
| def | get_editors (self, object_class) |
| |
| def | get_plugins (self) |
| |
| def | OnAppActivate (self, event) |
| |
| def | OnEventLoopEnter (self, loop) |
| |
| def | OnInit (self) |
| |
| def | register_editor (self, object_class, editor_class, activate) |
| |
| def | register_preference_panel (self, panel_class) |
| | Add the given panel class to the list of known preference panels. More...
|
| |
| def | SetGlobalColour (self, message) |
| |
| def | unregister_editor (self, object_class, editor_class) |
| |
| def | unregister_preference_panel (self, panel_class) |
| | Remove the given panel class from the known preference panels. More...
|
| |
Definition at line 53 of file application.py.
◆ __init__()
| def robotide.application.application.RIDE.__init__ |
( |
|
self, |
|
|
|
path = None, |
|
|
|
updatecheck = True |
|
) |
| |
◆ _ApplyThemeToWidget()
| def robotide.application.application.RIDE._ApplyThemeToWidget |
( |
|
self, |
|
|
|
widget, |
|
|
|
foreColor = wx.BLUE, |
|
|
|
backColor = wx.LIGHT_GREY, |
|
|
|
theme = {} |
|
) |
| |
|
private |
◆ _find_robot_installation()
| def robotide.application.application.RIDE._find_robot_installation |
( |
|
self | ) |
|
|
private |
◆ _get_editor()
| def robotide.application.application.RIDE._get_editor |
( |
|
self | ) |
|
|
private |
◆ _get_latest_path()
| def robotide.application.application.RIDE._get_latest_path |
( |
|
self | ) |
|
|
private |
◆ _get_plugin_dirs()
| def robotide.application.application.RIDE._get_plugin_dirs |
( |
|
self | ) |
|
|
private |
◆ _get_recentfiles_plugin()
| def robotide.application.application.RIDE._get_recentfiles_plugin |
( |
|
self | ) |
|
|
private |
◆ _load_data()
| def robotide.application.application.RIDE._load_data |
( |
|
self | ) |
|
|
private |
◆ _publish_system_info()
| def robotide.application.application.RIDE._publish_system_info |
( |
|
self | ) |
|
|
private |
◆ _WalkWidgets()
| def robotide.application.application.RIDE._WalkWidgets |
( |
|
self, |
|
|
|
widget, |
|
|
|
indent = 0, |
|
|
|
indentLevel = 4, |
|
|
|
theme = {} |
|
) |
| |
|
private |
◆ activate_editor()
| def robotide.application.application.RIDE.activate_editor |
( |
|
self, |
|
|
|
object_class, |
|
|
|
editor_class |
|
) |
| |
◆ active_event_loop()
| def robotide.application.application.RIDE.active_event_loop |
( |
|
self | ) |
|
◆ get_editor()
| def robotide.application.application.RIDE.get_editor |
( |
|
self, |
|
|
|
object_class |
|
) |
| |
◆ get_editors()
| def robotide.application.application.RIDE.get_editors |
( |
|
self, |
|
|
|
object_class |
|
) |
| |
◆ get_plugins()
| def robotide.application.application.RIDE.get_plugins |
( |
|
self | ) |
|
◆ model()
| def robotide.application.application.RIDE.model |
( |
|
self | ) |
|
|
private |
◆ OnAppActivate()
| def robotide.application.application.RIDE.OnAppActivate |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ OnEventLoopEnter()
| def robotide.application.application.RIDE.OnEventLoopEnter |
( |
|
self, |
|
|
|
loop |
|
) |
| |
◆ OnInit()
| def robotide.application.application.RIDE.OnInit |
( |
|
self | ) |
|
◆ register_editor()
| def robotide.application.application.RIDE.register_editor |
( |
|
self, |
|
|
|
object_class, |
|
|
|
editor_class, |
|
|
|
activate |
|
) |
| |
◆ register_preference_panel()
| def robotide.application.application.RIDE.register_preference_panel |
( |
|
self, |
|
|
|
panel_class |
|
) |
| |
Add the given panel class to the list of known preference panels.
Definition at line 329 of file application.py.
◆ SetGlobalColour()
| def robotide.application.application.RIDE.SetGlobalColour |
( |
|
self, |
|
|
|
message |
|
) |
| |
◆ unregister_editor()
| def robotide.application.application.RIDE.unregister_editor |
( |
|
self, |
|
|
|
object_class, |
|
|
|
editor_class |
|
) |
| |
◆ unregister_preference_panel()
| def robotide.application.application.RIDE.unregister_preference_panel |
( |
|
self, |
|
|
|
panel_class |
|
) |
| |
Remove the given panel class from the known preference panels.
Definition at line 333 of file application.py.
◆ _controller
| robotide.application.application.RIDE._controller |
|
private |
◆ _editor_provider
| robotide.application.application.RIDE._editor_provider |
|
private |
◆ _initial_locale
| robotide.application.application.RIDE._initial_locale |
|
private |
◆ _plugin_loader
| robotide.application.application.RIDE._plugin_loader |
|
private |
◆ _updatecheck
| robotide.application.application.RIDE._updatecheck |
|
private |
◆ editor
| robotide.application.application.RIDE.editor |
◆ fileexplorerplugin
| robotide.application.application.RIDE.fileexplorerplugin |
◆ frame
| robotide.application.application.RIDE.frame |
◆ namespace
| robotide.application.application.RIDE.namespace |
◆ preferences
| robotide.application.application.RIDE.preferences |
◆ settings
| robotide.application.application.RIDE.settings |
◆ treeplugin
| robotide.application.application.RIDE.treeplugin |
◆ workspace_path
| robotide.application.application.RIDE.workspace_path |
◆ model
| robotide.application.application.RIDE.model = property |
|
static |
The documentation for this class was generated from the following file: