ossp-pkg/as/as-gui/as_gui.h 1.51 -> 1.52
--- as_gui.h 2002/12/12 16:20:15 1.51
+++ as_gui.h 2002/12/13 20:50:18 1.52
@@ -41,6 +41,7 @@
#include <qstatusbar.h>
#include <qimage.h>
#include <qdatetimeedit.h>
+#include <qlabel.h>
#include <qspinbox.h>
#include <qlineedit.h>
#include <qpushbutton.h>
@@ -104,7 +105,7 @@
// Edition widgets
QDate *m_pDatezero; // Hack to store empty date
- QLineEdit *m_pStatusedit; // Control to show entry status
+ QLabel *m_pStatusedit; // Control to show entry status
QLineEdit *m_pLineedit; // Control to line number
QLineEdit *m_pUseredit; // Control to edit user name
QLineEdit *m_pGuidedit; // Control to edit GUID
@@ -134,6 +135,8 @@
void selAll(void); // Edit menu select all
void inplaceEdit(int, int, int, const QPoint &); // Enter in place edit mode
void updEdit(int, int); // Update edit controls
+ void validateData(int, int); // Validate one row of matrix data
+ void validateData(void); // Validation overloaded convenience method
void updSizes(int, int, int); // Update edit sizes
void dataChanged(void); // Timesheet data changed
void updateStatus(const QString &); // Update status column
|
|