ossp-pkg/as/as-gui/as_table.h 1.11 -> 1.12
--- as_table.h 2002/12/17 16:47:30 1.11
+++ as_table.h 2002/12/17 16:55:08 1.12
@@ -74,6 +74,9 @@
// Override for special linewise shading according to sort key
virtual void paintCell(QPainter *, int, int, const QRect &, bool, const QColorGroup &);
+ // For special focus handling on return key in edit mode
+ virtual void activateNextCell(void);
+
signals:
void textEdited(void); // A cell was edited and data was modified
};
|
|