A dialog for showing the preference panels.
More...
A dialog for showing the preference panels.
Definition at line 45 of file editor.py.
◆ __init__()
| def robotide.preferences.editor.PreferenceEditor.__init__ |
( |
|
self, |
|
|
|
parent, |
|
|
|
title, |
|
|
|
preferences, |
|
|
|
style = "auto" |
|
) |
| |
◆ _get_child_item()
| def robotide.preferences.editor.PreferenceEditor._get_child_item |
( |
|
self, |
|
|
|
parent, |
|
|
|
text |
|
) |
| |
|
private |
Returns the tree item with the given text under the given parent.
This will create the item if it doesn't exist
Definition at line 173 of file editor.py.
◆ _get_children()
| def robotide.preferences.editor.PreferenceEditor._get_children |
( |
|
self, |
|
|
|
parent |
|
) |
| |
|
private |
◆ _get_item()
| def robotide.preferences.editor.PreferenceEditor._get_item |
( |
|
self, |
|
|
|
location |
|
) |
| |
|
private |
◆ _populate_tree()
| def robotide.preferences.editor.PreferenceEditor._populate_tree |
( |
|
self, |
|
|
|
panels |
|
) |
| |
|
private |
Recreate the hierarchical tree of preferences panels.
Used only when the hierarchical tree is shown.
Definition at line 149 of file editor.py.
◆ OnClose()
| def robotide.preferences.editor.PreferenceEditor.OnClose |
( |
|
self, |
|
|
|
evt |
|
) |
| |
◆ OnTreeSelection()
| def robotide.preferences.editor.PreferenceEditor.OnTreeSelection |
( |
|
self, |
|
|
|
event |
|
) |
| |
Show panel that corresponds to selected tree item.
Used only when the hierarchical tree is shown.
Definition at line 127 of file editor.py.
◆ _closing
| robotide.preferences.editor.PreferenceEditor._closing |
|
private |
◆ _container
| robotide.preferences.editor.PreferenceEditor._container |
|
private |
◆ _current_panel
| robotide.preferences.editor.PreferenceEditor._current_panel |
|
private |
◆ _general_settings
| robotide.preferences.editor.PreferenceEditor._general_settings |
|
private |
◆ _notebook
| robotide.preferences.editor.PreferenceEditor._notebook |
|
private |
◆ _panels
| robotide.preferences.editor.PreferenceEditor._panels |
|
private |
◆ _settings
| robotide.preferences.editor.PreferenceEditor._settings |
|
private |
◆ _sw
| robotide.preferences.editor.PreferenceEditor._sw |
|
private |
◆ _tree
| robotide.preferences.editor.PreferenceEditor._tree |
|
private |
◆ font
| robotide.preferences.editor.PreferenceEditor.font |
The documentation for this class was generated from the following file: