Changeset 4307 in ntrip for trunk/BNC/src/rinex/graphwin.h


Ignore:
Timestamp:
Jun 23, 2012, 1:35:17 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4304 r4307  
    3333class t_graphWin : public QDialog {
    3434
    35   Q_OBJECT
     35 Q_OBJECT
    3636
    37   public:
    38     t_graphWin(QWidget* parent);
    39     ~t_graphWin();
     37 public:
     38  t_graphWin(QWidget* parent, const QVector<t_polarPlot*>& plots);
     39  ~t_graphWin();
    4040
    41   signals:
     41 signals:
    4242
    43   private slots:
    44     void slotOK();
     43 private slots:
     44  void slotOK();
    4545
    46   protected:
    47     virtual void closeEvent(QCloseEvent *);
     46 protected:
     47  virtual void closeEvent(QCloseEvent *);
    4848
    49   private:
    50    QPushButton* _buttonOK;
    51    t_polarPlot* _plotMP1;
    52    t_polarPlot* _plotMP2;
     49 private:
     50  QPushButton* _buttonOK;
    5351};
    5452
Note: See TracChangeset for help on using the changeset viewer.