ossp-pkg/as/as-gui/as_gui.h 1.32 -> 1.33
--- as_gui.h 2002/11/27 18:40:15 1.32
+++ as_gui.h 2002/11/27 22:44:48 1.33
@@ -73,7 +73,6 @@
AmountBox *m_pAmount; // Control used to edit total time
QComboBox *m_pTasks; // Control used to choose a task
QLineEdit *m_pRemark; // Control used to edit remark
- QPushButton *m_pConfirmbutton; // Button used to confirm edition
protected slots:
void cutEntry(void); // Cut a task entry from the list
@@ -92,7 +91,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 confirmEdit(void); // Confirm recent edition
+ void updSizes(int, int, int); // Update edit sizes
+ void confirmEdit(void); // Confirm whole row edition
void configPrefs(void); // Edit menu configure preferences
void editingView(void); // View menu editing
void timingView(void); // View menu timing
|
|