Public Member Functions
GraphicWindowControls Class Reference

Brief description of class still missing. More...

#include <GraphicWindowControls.h>

List of all members.

Public Member Functions

 GraphicWindowControls (SignalLayer *signalLayer, QWidget *parent=0)
 ~GraphicWindowControls ()

Detailed Description

Brief description of class still missing.

Full description of class still missing


Constructor & Destructor Documentation

GraphicWindowControls::GraphicWindowControls ( SignalLayer signalLayer,
QWidget *  parent = 0 
)

Description of constructor still missing

References TRACE.

    : QWidget(parent)
{
  TRACE;
  _referenceOverlap=-1;
  _referenceTimeRange=-1;
  _signalLayer=signalLayer;
  connect(_signalLayer, SIGNAL(propertiesChanged()), this, SLOT(propertiesChanged()));
  setupUi(this);
  propertiesChanged();
}

Description of destructor still missing

References TRACE.

{
  TRACE;
}

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines