All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Signals | Public Member Functions
MonoStation::PeakEditor Class Reference

Brief description of class still missing. More...

#include <PeakEditor.h>

List of all members.

Signals

void touched ()

Public Member Functions

 PeakEditor (QWidget *parent=0)
void setStations (QList< AbstractStation * > stations)
 ~PeakEditor ()

Detailed Description

Brief description of class still missing.

Full description of class still missing


Constructor & Destructor Documentation

MonoStation::PeakEditor::PeakEditor ( QWidget *  parent = 0)

Description of constructor still missing

References TRACE.

    : QWidget(parent)
  {
    TRACE;
    setupUi(this);
    selector->setView(peakTable);
  }

Description of destructor still missing

References TRACE.

  {
    TRACE;
    Settings::setColumnWidth(peakTable, "PeakEditorTable");
  }

Member Function Documentation

References TRACE.

Referenced by MonoStation::WinResults::editPeaks().

  {
    TRACE;
    peakTable->setModel(new PeakItemModel(stations, this));
    peakTable->setSelectionBehavior(QAbstractItemView::SelectRows);
    peakTable->setSelectionMode(QAbstractItemView::ExtendedSelection);
    Settings::columnWidth(peakTable, "PeakEditorTable");
  }

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