ossp-pkg/as/as-gui/as_gui.h 1.39 -> 1.40
--- as_gui.h 2002/12/04 11:34:08 1.39
+++ as_gui.h 2002/12/04 18:56:59 1.40
@@ -81,8 +81,10 @@
~Titraqform(void);
// Accessor methods
- const bool isDirty(void) {return m_bDirt;}; // Check for changed state danger
- void setDirty(bool bDirty = true) {m_bDirt = bDirty;}; // Clean or dirty
+ const bool isDirty(void) {return m_bDirt;}; // Check for changed state danger
+ 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
// Top level members
Preferences *m_pPrefs;
|
|