ossp-pkg/as/as-gui/as_gui.h 1.46 -> 1.47
--- as_gui.h 2002/12/11 16:00:47 1.46
+++ as_gui.h 2002/12/11 17:15:35 1.47
@@ -84,6 +84,7 @@
void setDirty(bool bDirty = true) {m_bDirt = bDirty;}; // Clean or dirty
const QString getRowdata(void) const; // Get a whole row of data
void setRowdata(QString &) const; // Set a whole row of data
+ const int getFirstcol(void) const; // Learn which col is first
// Top level members
Preferences *m_pPrefs;
|
|