ossp-pkg/as/as-gui/as_table.h 1.10 -> 1.11
--- as_table.h 2002/12/16 17:13:17 1.10
+++ as_table.h 2002/12/17 16:47:30 1.11
@@ -71,6 +71,9 @@
// by overriding class QTable's paintFocus method
virtual void paintFocus(QPainter *, const QRect &) {};
+ // Override for special linewise shading according to sort key
+ virtual void paintCell(QPainter *, int, int, const QRect &, bool, const QColorGroup &);
+
signals:
void textEdited(void); // A cell was edited and data was modified
};
|
|