Changeset 2753 in ntrip for trunk/BNC/bnctabledlg.h


Ignore:
Timestamp:
Dec 1, 2010, 2:02:27 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnctabledlg.h

    r1492 r2753  
    6464  signals:
    6565    void newMountPoints(QStringList* mountPoints);
     66    void newPoint(QPointF, QString, QPen);
     67    void resetMap();
    6668
    6769  private slots:
    6870    virtual void accept();
    6971    void slotGetTable();
     72    void slotShowMap();
    7073    void slotSelectionChanged();
    7174    void slotWhatsThis();
     
    7679  private:
    7780    void addUrl(const QUrl& url);
     81    void showSourceTable();
    7882    QComboBox*   _casterHostComboBox;
    7983    QLineEdit*   _casterPortLineEdit;
     
    8387
    8488    QPushButton* _buttonGet;
     89    QPushButton* _buttonMap;
    8590    QPushButton* _buttonCancel;
    8691    QPushButton* _buttonOK;
Note: See TracChangeset for help on using the changeset viewer.