|
| | cell = property(lambda self: (self.topleft.row, self.topleft.col)) |
| |
Definition at line 309 of file gridbase.py.
◆ __init__()
| def robotide.editor.gridbase._GridSelection.__init__ |
( |
|
self, |
|
|
|
grid |
|
) |
| |
◆ _count_bottomright()
| def robotide.editor.gridbase._GridSelection._count_bottomright |
( |
|
self, |
|
|
|
topleft, |
|
|
|
bottomright |
|
) |
| |
|
private |
◆ _get_bounding_coordinates()
| def robotide.editor.gridbase._GridSelection._get_bounding_coordinates |
( |
|
self, |
|
|
|
grid, |
|
|
|
event |
|
) |
| |
|
private |
◆ _set()
| def robotide.editor.gridbase._GridSelection._set |
( |
|
self, |
|
|
|
topleft, |
|
|
|
bottomright = None |
|
) |
| |
|
private |
◆ cells()
| def robotide.editor.gridbase._GridSelection.cells |
( |
|
self | ) |
|
Return selected cells as a list of tuples (row, column).
Definition at line 353 of file gridbase.py.
◆ clear()
| def robotide.editor.gridbase._GridSelection.clear |
( |
|
self | ) |
|
◆ cols()
| def robotide.editor.gridbase._GridSelection.cols |
( |
|
self | ) |
|
Returns a list containing indices of columns currently selected.
Definition at line 349 of file gridbase.py.
◆ rows()
| def robotide.editor.gridbase._GridSelection.rows |
( |
|
self | ) |
|
Returns a list containing indices of rows currently selected.
Definition at line 345 of file gridbase.py.
◆ set_from_range_selection()
| def robotide.editor.gridbase._GridSelection.set_from_range_selection |
( |
|
self, |
|
|
|
grid, |
|
|
|
event |
|
) |
| |
◆ set_from_single_selection()
| def robotide.editor.gridbase._GridSelection.set_from_single_selection |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ _grid
| robotide.editor.gridbase._GridSelection._grid |
|
private |
◆ bottomright
| robotide.editor.gridbase._GridSelection.bottomright |
◆ topleft
| robotide.editor.gridbase._GridSelection.topleft |
◆ cell
| robotide.editor.gridbase._GridSelection.cell = property(lambda self: (self.topleft.row, self.topleft.col)) |
|
static |
The documentation for this class was generated from the following file: