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


Ignore:
Timestamp:
Jul 4, 2010, 3:03:13 AM (14 years ago)
Author:
laleppa
Message:

+ Added support for Windows 7 Taskbar Extensions (namely, Progress Bars).

  • Cleanup is done in a separate thread now, so progress bar runs more smooth.
  • "Tabified" About dialog. Added GPL License and Credits.
  • Updated translations and tspsg.tag file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mainwindow.h

    r118 r124  
    3535
    3636#include "tspmodel.h"
     37
     38#ifdef Q_OS_WIN32
     39        // Forward declaration. A real one is in shobjidl.h
     40        struct ITaskbarList3;
     41#endif
    3742
    3843using namespace TSPSolver;
     
    8893        void printPreview(QPrinter *printer);
    8994#endif // QT_NO_PRINTER
     95#ifdef Q_OS_WIN32
     96        void solverRoutePartFound(int n);
     97#endif // Q_OS_WIN32
    9098        void spinCitiesValueChanged(int nCities);
    9199
     
    111119        QRect currentGeometry;
    112120#endif // Q_OS_WINCE_WM
     121
     122#ifdef Q_OS_WIN32
     123        ITaskbarList3 *tl;
     124#endif // Q_OS_WIN32
    113125
    114126        // The solution graph SVG
Note: See TracChangeset for help on using the changeset viewer.