|
| def | __init__ (self, parent, columns, color_foreground, color_background, data) |
| |
| def | CloseEditor (self, event=None) |
| |
| def | get_data (self) |
| |
| def | new_item (self) |
| |
| def | open_editor (self, row) |
| |
| def | OpenEditor (self, col, row) |
| |
Public Member Functions inherited from robotide.editor.listeditor.AutoWidthColumnList |
| def | insert_data (self, data) |
| |
| def | populate (self, columns, data) |
| |
| def | select (self, text) |
| |
| def | select_and_ensure_visibility (self, index) |
| |
|
| | last_index = property(lambda self: self.ItemCount - 1) |
| |
Definition at line 147 of file configmanagerui.py.
◆ __init__()
| def robotide.run.configmanagerui._TextEditListCtrl.__init__ |
( |
|
self, |
|
|
|
parent, |
|
|
|
columns, |
|
|
|
color_foreground, |
|
|
|
color_background, |
|
|
|
data |
|
) |
| |
◆ _calculate_col_locs()
| def robotide.run.configmanagerui._TextEditListCtrl._calculate_col_locs |
( |
|
self | ) |
|
|
private |
Calculates and returns initial locations of colums.
This is needed so that TextEditMixin can work from context menu,
without selecting the row first.
Definition at line 172 of file configmanagerui.py.
◆ _get_row()
| def robotide.run.configmanagerui._TextEditListCtrl._get_row |
( |
|
self, |
|
|
|
row |
|
) |
| |
|
private |
◆ _set_command_column_width()
| def robotide.run.configmanagerui._TextEditListCtrl._set_command_column_width |
( |
|
self | ) |
|
|
private |
◆ CloseEditor()
| def robotide.run.configmanagerui._TextEditListCtrl.CloseEditor |
( |
|
self, |
|
|
|
event = None |
|
) |
| |
◆ get_data()
| def robotide.run.configmanagerui._TextEditListCtrl.get_data |
( |
|
self | ) |
|
◆ new_item()
| def robotide.run.configmanagerui._TextEditListCtrl.new_item |
( |
|
self | ) |
|
◆ open_editor()
| def robotide.run.configmanagerui._TextEditListCtrl.open_editor |
( |
|
self, |
|
|
|
row |
|
) |
| |
◆ OpenEditor()
| def robotide.run.configmanagerui._TextEditListCtrl.OpenEditor |
( |
|
self, |
|
|
|
col, |
|
|
|
row |
|
) |
| |
◆ _new_item_creation
| robotide.run.configmanagerui._TextEditListCtrl._new_item_creation |
|
private |
◆ col_locs
| robotide.run.configmanagerui._TextEditListCtrl.col_locs |
◆ last_index
| robotide.run.configmanagerui._TextEditListCtrl.last_index = property(lambda self: self.ItemCount - 1) |
|
static |
The documentation for this class was generated from the following file: