Changeset 5012 in ntrip


Ignore:
Timestamp:
Mar 28, 2013, 2:05:43 PM (11 years ago)
Author:
mervart
Message:
 
Location:
trunk/GnssCenter/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/src/map/svgmap.h

    r5011 r5012  
    1717  t_svgMap(QWidget* parent = 0);
    1818  ~t_svgMap();
    19   bool expectInputFile() const {return false;}
    20    
     19  virtual bool expectInputFile() const {return false;}
     20  virtual void setInputFile(const QString&) {}
     21  virtual void show() {QDialog::show();}   
     22
    2123 public slots:
    2224  void slotNewPoint(const QString& name, double latDeg, double lonDeg);
  • trunk/GnssCenter/src/plugininterface.h

    r5011 r5012  
    1010  virtual ~t_pluginInterface() {}
    1111  virtual bool expectInputFile() const = 0;
     12  virtual void setInputFile(const QString& fileName) = 0;
     13  virtual void show() = 0;
    1214};
    1315
Note: See TracChangeset for help on using the changeset viewer.