ossp-pkg/as/as-gui/as_gui.h 1.56 -> 1.57
--- as_gui.h 2002/12/16 16:05:57 1.56
+++ as_gui.h 2002/12/18 14:50:58 1.57
@@ -81,8 +81,6 @@
~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 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
@@ -139,7 +137,7 @@
void updEdit(int, int); // Update edit controls
void validateData(int, int); // Validate one row of matrix data
void updSizes(int, int, int); // Update edit sizes
- void dataChanged(void); // Timesheet data changed
+ void dataChanged(int, int); // Timesheet data changed
void updateLine(const QString &); // Update line number column
void updateUser(const QString &); // Update user column
void updateGuid(const QString &); // Update GUID column
@@ -199,9 +197,6 @@
QToolBar *m_pWhatstools;
QString *m_szFilename;
- // Standard members
- bool m_bDirt; // To track dirty and clean states
-
// Constructor helpers
void setupPrefs(void); // Preferences
void setupActions(void); // Actions
|
|