Changeset 42 in tspsg-svn for trunk/src/mainwindow.h
- Timestamp:
- Jul 31, 2009, 8:23:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mainwindow.h
r37 r42 1 1 /* 2 * TSPSG -TSP Solver and Generator2 * TSPSG: TSP Solver and Generator 3 3 * Copyright (C) 2007-2009 Lёppa <contacts[at]oleksii[dot]name> 4 4 * … … 44 44 void actionFileNewTriggered(); 45 45 void actionFileOpenTriggered(); 46 void actionFileSaveTaskTriggered(); 46 void actionFileSaveAsTaskTriggered(); 47 void actionFileSaveAsSolutionTriggered(); 47 48 void actionSettingsPreferencesTriggered(); 48 49 void actionSettingsLanguageAutodetectTriggered(bool); … … 62 63 CTSPModel *tspmodel; 63 64 QActionGroup *groupSettingsLanguageList; 65 QStringList output; 64 66 bool loadLanguage(QString lang = ""); 65 67 void loadLangList(); 68 void initDocStyleSheet(); 66 69 bool saveTask(); 70 void outputMatrix(tMatrix, QStringList &, int nRow = -1, int nCol = -1); 71 void enableSolutionActions(bool enable = true); 67 72 }; 68 73
Note: See TracChangeset
for help on using the changeset viewer.