Changeset 10928 for fact/Evidence/GUI.h


Ignore:
Timestamp:
06/08/11 14:59:22 (13 years ago)
Author:
ogrimm
Message:
Improved responsiveness of GUI at start-up
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/Evidence/GUI.h

    r10280 r10928  
    33
    44#include <QtGui>
    5  
     5#include <QtConcurrentRun>
     6
    67#include <qwt_plot.h>
    78#include <qwt_plot_curve.h>
     
    224225    QMap<QString, struct Item> ServiceList;
    225226    QMutex *Mutex;
     227        QList<QString> WaitingList;
    226228
    227229        struct HistItem {
     
    239241        void Update(QString, int, QByteArray, QString, QString);
    240242        void UpdateStatistics();
     243        void MakeSubscriptions();
    241244
    242245  public:
     
    248251        class EvidenceHistory *GetHistory(QString);
    249252        void DropHistory(QString);
     253        void ForceEmit();
    250254
    251255  signals:
Note: See TracChangeset for help on using the changeset viewer.