All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <AsciiSignalComponentsWidget.h>
Public Member Functions | |
| AsciiSignalComponentsWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
| void | setFormat (AsciiSignalFormat *f) |
| void | setReader (AsciiSignalFormatReader *r) |
| ~AsciiSignalComponentsWidget () | |
Brief description of class still missing.
Full description of class still missing
| GeopsyGui::AsciiSignalComponentsWidget::AsciiSignalComponentsWidget | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Description of constructor still missing
References TRACE.
: QWidget(parent, f)
{
TRACE;
setupUi(this);
componentTable->setModel(new AsciiSignalComponentItem(this));
componentTable->setItemDelegate(new AsciiSignalComponentDelegate(this));
componentTable->setSelectionBehavior(QAbstractItemView::SelectRows);
componentTable->setSelectionMode(QAbstractItemView::SingleSelection);
componentTable->setEditTriggers(QAbstractItemView::AllEditTriggers);
}
References TRACE.
Referenced by GeopsyGui::AsciiSignalFormatEditor::AsciiSignalFormatEditor(), and GeopsyGui::AsciiSignalFormatEditor::setFormat().
| void GeopsyGui::AsciiSignalComponentsWidget::setReader | ( | AsciiSignalFormatReader * | r | ) | [inline] |
Referenced by GeopsyGui::AsciiSignalFormatEditor::AsciiSignalFormatEditor().
{_reader=r;}