1 |
2001-09-06 Bernhard Herzog <[email protected]> |
2001-09-06 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/mainwindow.py (MainWindow.LayerShowTable): Pass the |
4 |
|
layer to the tableview dialog. |
5 |
|
|
6 |
|
* Thuban/UI/tableview.py: Add some doc-strings |
7 |
|
(TableGrid): |
8 |
|
(TableGrid.OnRangeSelect): |
9 |
|
(TableGrid.OnSelectCell): |
10 |
|
(TableFrame.__init__): |
11 |
|
(TableFrame.row_selected): |
12 |
|
Selecting rows in the grid view now updates the selected shapes |
13 |
|
through the TableFrame. To achieve this we derive TableGrid from |
14 |
|
Publisher and introduce the message type ROW_SELECTED which the |
15 |
|
TableFrame subscribes to and which is issued by OnRangeSelect and |
16 |
|
OnSelectCell |
17 |
|
|
18 |
|
(DataTable.SelectRow): Removed because it's no longer needed in |
19 |
|
the row/shape selection scheme |
20 |
|
|
21 |
* Thuban/UI/dialogs.py: New file implementing common classes for |
* Thuban/UI/dialogs.py: New file implementing common classes for |
22 |
dialogs |
dialogs |
23 |
|
|