ossp-pkg/as/as-gui/as_gui.h 1.20 -> 1.21
--- as_gui.h 2002/11/24 18:02:43 1.20
+++ as_gui.h 2002/11/24 20:39:32 1.21
@@ -27,6 +27,17 @@
const int g_knBlocks = 32;
const int g_knCols = 6;
+// Styles enumeration
+typedef enum
+{
+ TITRAQ_STYLECDE,
+ TITRAQ_STYLESGI,
+ TITRAQ_STYLEMOTIF,
+ TITRAQ_STYLEMPLUS,
+ TITRAQ_STYLEPLAT,
+ TITRAQ_STYLEMSOFT
+} styles_t;
+
// Main application form window
class Titraqform : public QMainWindow
{
@@ -115,6 +126,7 @@
bool isDirty(void); // Check for changed state danger
// Constructor helpers
+ void setupPrefs(void); // Preferences
void setupActions(void); // Actions
void setupMenubar(void); // Menu bar
void setupFiletools(void); // Tool bar
@@ -124,7 +136,6 @@
void setupEditlay(void); // Editing lay
void setupButtons(void); // Push button widgets
void setupPieces(void); // Assemble widget pieces
- void setupPrefs(void); // Preferences
// Data processing
void loadData(QFile &); // Load accounting data from file
|
|