Public Member Functions
CustomAsciiFormatsEditor Class Reference

Brief description of class still missing. More...

#include <CustomAsciiFormatsEditor.h>

Inheritance diagram for CustomAsciiFormatsEditor:
QGpGuiTools::Dialog GeopsyCore::CustomFileFormats QGpGuiTools::FrameGrabber QGpCoreTools::XMLClass

List of all members.

Public Member Functions

 CustomAsciiFormatsEditor (QWidget *parent=0)
void setFormats (const CustomFileFormats &o)
 ~CustomAsciiFormatsEditor ()

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);
  CustomFileFormatsModel * model=new CustomFileFormatsModel(this);
  formatList->setModel(model);
  connect(formatList->selectionModel(), SIGNAL(selectionChanged(QItemSelection,QItemSelection)),
          this, SLOT(selectionChanged()));
}

Description of destructor still missing

References TRACE.

{
  TRACE;
}

Member Function Documentation

Copy all ASCII formats from o to this editor.

References TRACE.

Referenced by Preferences::on_formatCustomAscii_clicked().

{
  TRACE;
  CustomFileFormats::setFormats(o, SignalFileFormat::Ascii);
  updateList();
}

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