ossp-pkg/as/as-gui/as_gui.h 1.67 -> 1.68
--- as_gui.h 2003/01/30 22:02:41 1.67
+++ as_gui.h 2003/02/03 10:57:57 1.68
@@ -170,6 +170,7 @@
void aboutOSSP(void); // Learn more about the OSSP
void aboutQt(void); // Learn more about Qt
void selAll(void); // Edit menu select all
+ void onClick(int, int, int, const QPoint &); // Table was clicked
void inplaceEdit(int, int, int, const QPoint &); // Enter in place edit mode
void updEdit(int, int nCol = 0); // Update edit controls
void validateData(void); // Validate current row of matrix data
|
|