ossp-pkg/as/as-gui/as_gui.h 1.58 -> 1.59
--- as_gui.h 2002/12/19 20:46:26 1.58
+++ as_gui.h 2003/01/16 08:26:29 1.59
@@ -122,6 +122,7 @@
QAction *m_pAddrowact, *m_pDelrowact;
QAction *m_pRefreshact, *m_pCutact;
QAction *m_pCopyact, *m_pPasteact;
+ QAction *m_pSynciiopact, *m_pSyncsoapact;
// Table, cells, and entries in package layout
TiTable *m_pMaintable;
@@ -150,6 +151,8 @@
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 syncIiop(void); // Syncronize data with server using IIOP
+ void syncSoap(void); // Syncronize data with server using SOAP
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
@@ -196,6 +199,7 @@
void showAmountcol(void); // View menu show Amounts column
void showTaskcol(void); // View menu show Tasks column
void showRemarkcol(void); // View menu show Remarks column
+ void genReport(void); // Generate a local formatted report
void savePrefs(void); // Save user preferences
protected:
|
|