Changeset 4447 in ntrip for trunk/BNC/src/bncapp.h


Ignore:
Timestamp:
Jul 29, 2012, 2:42:11 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4346 r4447  
    6464    QWidget* mainWindow() const {return _mainWindow;};
    6565    void setMainWindow(QWidget* mainWindow){_mainWindow = mainWindow;}
     66    bool GUIenabled() const {return _GUIenabled;}
    6667  protected:
    6768    virtual bool event(QEvent* ev);
     
    137138    e_mode              _mode;
    138139    QWidget*            _mainWindow;
     140    bool                _GUIenabled;
    139141 public:
    140142    bncPPPclient*       _bncPPPclient;
Note: See TracChangeset for help on using the changeset viewer.