Public Member Functions
NetworkParameterEditor Class Reference

Brief description of class still missing. More...

#include <NetworkParameterEditor.h>

Inheritance diagram for NetworkParameterEditor:
QGpGuiTools::Dialog QGpGuiTools::FrameGrabber

List of all members.

Public Member Functions

void getValues (NetworkParameters &p)
 NetworkParameterEditor (QWidget *parent=0)
void setValues (const NetworkParameters &p)
 ~NetworkParameterEditor ()

Detailed Description

Brief description of class still missing.

Full description of class still missing


Constructor & Destructor Documentation

Description of constructor still missing

References TRACE.

  : Dialog(parent)
{
  TRACE;
  setupUi(this);
}

Description of destructor still missing

References TRACE.

{
  TRACE;
}

Member Function Documentation

References NetworkParameters::acquisitionUnitPrefix(), NetworkParameters::processingUnitName(), NetworkParameters::repeaterUnitPrefix(), TRACE, and NetworkParameters::unitList().

{
  TRACE;
  unitList->setText(p.unitList());
  acquisitionUnitPrefix->setText(p.acquisitionUnitPrefix());
  repeaterUnitPrefix->setText(p.repeaterUnitPrefix());
  processingUnit->setText(p.processingUnitName());
}

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