Changeset 5971 in ntrip for trunk/BNC/src/bncwindow.h


Ignore:
Timestamp:
Aug 17, 2014, 12:50:34 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.h

    r5943 r5971  
    9393    void slotSetUploadTrafo();
    9494    void slotReqcEditOption();
    95     void slotFinishedPostProcessingReqc();
    96     void slotPostProgress(int);
    97     void slotFinishedRnxPPP();
     95    void slotPostProcessingFinished();
     96    void slotPostProcessingProgress(int);
    9897
    9998  protected:
     
    107106    void enableWidget(bool enable, QWidget* widget);
    108107    void startRealTime();
    109     void startPostProcessingReqc();
    110108    void enableStartStop();
    111109
     
    223221
    224222    bool _runningRealTime;
    225     bool _runningPostProcessingReqc;
     223    bool _runningPPP;
     224    bool _runningEdit;
     225    bool _runningQC;
     226
     227    bool running() {return _runningRealTime || _runningPPP || _runningEdit || _runningQC;}
    226228
    227229    bncMapWin*           _mapWin;
Note: See TracChangeset for help on using the changeset viewer.