OSSP CVS Repository

ossp - Difference in ossp-pkg/as/as-gui/as_gui.h versions 1.55 and 1.56
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/as/as-gui/as_gui.h 1.55 -> 1.56

--- as_gui.h     2002/12/16 12:11:40     1.55
+++ as_gui.h     2002/12/16 16:05:57     1.56
@@ -95,6 +95,7 @@
     QAction     *m_pFilesaveact,  *m_pFilesaveasact;
     QAction     *m_pFilecloseact, *m_pFilequitact;
     QAction     *m_pAddrowact,    *m_pDelrowact;
+    QAction     *m_pRefreshact;
     QAction     *m_pCutact,       *m_pCopyact;
     QAction     *m_pPasteact,     *m_pWritedataact;
 
@@ -124,6 +125,7 @@
     void pasteEntry(void);              // Paste task entries to the list
     void addEntry(int nRows= -1);       // Add task entries to the list
     void delEntry(int nRows= -1);       // Delete task entries from the list
+    void refreshDisplay(void);          // Refresh the display of all data items
     void newDoc(void);                  // Make and display a new document window
     void openDoc(void);                 // Open and display an existing document
     void saveFile(void);                // Serialize to the current file
@@ -156,6 +158,7 @@
     void timingView(void);              // View menu timing
     void showFilebar(void);             // View menu show file toolbar
     void showEditbar(void);             // View menu show edit toolbar
+    void showViewbar(void);             // View menu show view toolbar
     void showWhatsbar(void);            // View menu show whats this toolbar
     void showStatcol(void);             // View menu show status column
     void showLinecol(void);             // View menu show line numbers column
@@ -192,6 +195,7 @@
     // Belong to us
     QToolBar    *m_pFiletools;
     QToolBar    *m_pEdittools;
+    QToolBar    *m_pViewtools;
     QToolBar    *m_pWhatstools;
     QString     *m_szFilename;
 

CVSTrac 2.0.1