OSSP CVS Repository

ossp - Check-in [2886]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 2886
Date: 2002-Nov-25 12:40:07 (local)
2002-Nov-25 11:40:07 (UTC)
User:ms
Branch:
Comment: Connection of edit signals to prototype.
Tickets:
Inspections:
Files:
ossp-pkg/as/as-gui/as_assist.cpp      1.14 -> 1.15     7 inserted, 0 deleted
ossp-pkg/as/as-gui/as_gui.h      1.22 -> 1.23     1 inserted, 0 deleted
ossp-pkg/as/as-gui/as_slot.cpp      1.11 -> 1.12     9 inserted, 0 deleted
ossp-pkg/titraq/titassist.cpp      1.14 -> 1.15     7 inserted, 0 deleted
ossp-pkg/titraq/titraq.h      1.22 -> 1.23     1 inserted, 0 deleted
ossp-pkg/titraq/titslot.cpp      1.11 -> 1.12     9 inserted, 0 deleted

ossp-pkg/as/as-gui/as_assist.cpp 1.14 -> 1.15

--- as_assist.cpp        2002/11/25 11:23:35     1.14
+++ as_assist.cpp        2002/11/25 11:40:07     1.15
@@ -326,6 +326,13 @@
     m_pTablehead->setLabel(5, QObject::trUtf8("Remark"));
 
     m_pPackagelayout->addWidget(m_pMaintable);  // Finally add the damn table
+
+    connect(m_pMaintable, SIGNAL(clicked(int, int, int, const QPoint&)), this, SLOT(updEdit(int, int)));
+//    connect(table, SIGNAL(currentChanged(int, int)), this, SLOT(currentChanged(int, int)));
+//    connect(table, SIGNAL(valueChanged(int, int)), this, SLOT(valueChanged(int, int)));
+//    connect(AddPushButton, SIGNAL(clicked()), this, SLOT(AddRow()));
+//    connect(DeletePushButton, SIGNAL(clicked()), this, SLOT(DelRow()));
+//    connect(WritePushButton, SIGNAL(clicked()), this, SLOT(accept()));
 }
 
 //


ossp-pkg/as/as-gui/as_gui.h 1.22 -> 1.23

--- as_gui.h     2002/11/24 23:11:56     1.22
+++ as_gui.h     2002/11/25 11:40:07     1.23
@@ -93,6 +93,7 @@
     void copy(void);                    // Edit menu copy
     void paste(void);                   // Edit menu paste
     void selAll(void);                  // Edit menu select all
+    void updEdit(int, int);             // Update edit controls
     void configPrefs(void);             // Edit menu configure preferences
     void normalView(void);              // View menu normal
     void editingView(void);             // View menu editing


ossp-pkg/as/as-gui/as_slot.cpp 1.11 -> 1.12

--- as_slot.cpp  2002/11/24 23:11:56     1.11
+++ as_slot.cpp  2002/11/25 11:40:07     1.12
@@ -187,6 +187,15 @@
 }
 
 //
+// Update the edit controls contents
+//
+void Titraqform::updEdit(int, int)
+{
+    Prototype Unimp;
+    Unimp.doMbox();
+}
+
+//
 // Edit menu configure preferences
 //
 void Titraqform::configPrefs(void)




CVSTrac 2.0.1