Changeset 4556 in ntrip for trunk/BNC/src/rinex/reqcanalyze.h


Ignore:
Timestamp:
Aug 28, 2012, 11:39:00 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcanalyze.h

    r4450 r4556  
    4545 signals:
    4646  void finished();
    47   void displayGraph(const QString& fileName, QVector<t_polarPoint*>*,
    48                     QVector<t_polarPoint*>*);
     47  void displayGraph(const QString& fileName,
     48                    const QByteArray&,
     49                    QVector<t_polarPoint*>*,
     50                    const QByteArray&,
     51                    QVector<t_polarPoint*>*,
     52                    double);
    4953   
    5054 private slots:
    51   void slotDisplayGraph(const QString& fileName, QVector<t_polarPoint*>*,
    52                         QVector<t_polarPoint*>*);
     55  void slotDisplayGraph(const QString& fileName,
     56                        const QByteArray& title1,
     57                        QVector<t_polarPoint*>* data1,
     58                        const QByteArray& title2,
     59                        QVector<t_polarPoint*>* data2,
     60                        double maxValue);
    5361
    5462 public:
Note: See TracChangeset for help on using the changeset viewer.