ossp-pkg/as/as-gui/as_gui.h 1.16 -> 1.17
--- as_gui.h 2002/11/21 15:37:08 1.16
+++ as_gui.h 2002/11/22 11:46:32 1.17
@@ -14,6 +14,7 @@
#include <qspinbox.h>
#include <qlineedit.h>
#include <qlayout.h>
+#include <qfile.h>
// Intentional no operation
#define TITRAQ_NOP ((void)0)
@@ -65,7 +66,6 @@
void writeEntry(void); // Write the task list to a filedescriptor
void newDoc(void); // Make and display a new document window
void chooseFile(void); // Choose a file using a handy file dialog
- void loadData(const QString &); // Load accounting data into main window
void saveFile(void); // Serialize to the current file
void saveAs(void); // Serialize to a selected file
void helpContents(void); // Use the help contents
@@ -118,6 +118,10 @@
void setupEditlay(void); // Editing lay
void setupButtons(void); // Push button widgets
void setupPieces(void); // Assemble widget pieces
+
+ // Data processing
+ void loadData(QFile &); // Load accounting data from file
+ void loadData(QTextStream &); // Load accounting data from stream
};
#endif // TITRAQMWIN_H
|
|