Changeset 10928 for fact/Evidence/GUI.h
- Timestamp:
- 06/08/11 14:59:22 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/Evidence/GUI.h
r10280 r10928 3 3 4 4 #include <QtGui> 5 5 #include <QtConcurrentRun> 6 6 7 #include <qwt_plot.h> 7 8 #include <qwt_plot_curve.h> … … 224 225 QMap<QString, struct Item> ServiceList; 225 226 QMutex *Mutex; 227 QList<QString> WaitingList; 226 228 227 229 struct HistItem { … … 239 241 void Update(QString, int, QByteArray, QString, QString); 240 242 void UpdateStatistics(); 243 void MakeSubscriptions(); 241 244 242 245 public: … … 248 251 class EvidenceHistory *GetHistory(QString); 249 252 void DropHistory(QString); 253 void ForceEmit(); 250 254 251 255 signals:
Note:
See TracChangeset
for help on using the changeset viewer.