Changeset 1912 in ntrip for trunk/BNC/bncwindow.h


Ignore:
Timestamp:
Nov 6, 2009, 5:07:43 PM (14 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.h

    r1636 r1912  
    3232#include "bnccaster.h"
    3333
     34// Begin new Perlt
     35class FWidget : public QWidget
     36{
     37    Q_OBJECT
     38
     39public:
     40    FWidget(QWidget *parent);
     41    ~FWidget();
     42
     43public slots:
     44    void nextAnimationFrame();
     45
     46protected:
     47    void paintEvent(QPaintEvent *event);
     48
     49private:
     50    QList<QByteArray> MPName;
     51    QList<double> bytesMP;
     52};
     53// End new Perlt
     54
    3455  class bncAboutDlg : public QDialog {
    3556  Q_OBJECT
     
    5677    void CreateMenu();
    5778    void AddToolbar();
    58  
     79
    5980  public slots: 
    6081    void slotMountPointsRead(QList<bncGetThread*>);
     
    150171    QTextEdit*  _log;
    151172
    152     QWidget*   _canvas;
     173    QWidget*    _canvas;
    153174    QTabWidget* aogroup;
     175
     176// neu Perlt
     177    QTabWidget* loggroup;
     178    FWidget*    _Figure1;
     179// Ende neu Perlt
    154180
    155181    bncCaster* _caster;
Note: See TracChangeset for help on using the changeset viewer.