Changeset 42 in tspsg-svn for trunk/src/mainwindow.h


Ignore:
Timestamp:
Jul 31, 2009, 8:23:07 PM (15 years ago)
Author:
laleppa
Message:

+ Finished solving algorithm (needs thorough testing).
+ Solution can be saved to HTML or OpenDocument? format.
+ Added VERSIONINFO resource for windows builds.

  • Updated translations to have unified terminology everywhere.

NB: This will be the first public alpha build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mainwindow.h

    r37 r42  
    11/*
    2  *  TSPSG - TSP Solver and Generator
     2 *  TSPSG: TSP Solver and Generator
    33 *  Copyright (C) 2007-2009 Lёppa <contacts[at]oleksii[dot]name>
    44 *
     
    4444        void actionFileNewTriggered();
    4545        void actionFileOpenTriggered();
    46         void actionFileSaveTaskTriggered();
     46        void actionFileSaveAsTaskTriggered();
     47        void actionFileSaveAsSolutionTriggered();
    4748        void actionSettingsPreferencesTriggered();
    4849        void actionSettingsLanguageAutodetectTriggered(bool);
     
    6263        CTSPModel *tspmodel;
    6364        QActionGroup *groupSettingsLanguageList;
     65        QStringList output;
    6466        bool loadLanguage(QString lang = "");
    6567        void loadLangList();
     68        void initDocStyleSheet();
    6669        bool saveTask();
     70        void outputMatrix(tMatrix, QStringList &, int nRow = -1, int nCol = -1);
     71        void enableSolutionActions(bool enable = true);
    6772};
    6873
Note: See TracChangeset for help on using the changeset viewer.