svgui  1.9
CSVFormatDialog Class Reference

#include <CSVFormatDialog.h>

List of all members.

Public Member Functions

 CSVFormatDialog (QWidget *parent, CSVFormat initialFormat, int maxDisplayCols=5)
 ~CSVFormatDialog ()
CSVFormat getFormat () const

Protected Slots

void timingTypeChanged (int type)
void sampleRateChanged (QString)
void windowSizeChanged (QString)
void columnPurposeChanged (int purpose)
void updateModelLabel ()

Protected Attributes

CSVFormat m_format
int m_maxDisplayCols
QComboBox * m_timingTypeCombo
QLabel * m_sampleRateLabel
QComboBox * m_sampleRateCombo
QLabel * m_windowSizeLabel
QComboBox * m_windowSizeCombo
QLabel * m_modelLabel
QList< QComboBox * > m_columnPurposeCombos
int m_fuzzyColumn

Detailed Description

Definition at line 27 of file CSVFormatDialog.h.


Constructor & Destructor Documentation


Member Function Documentation

CSVFormat CSVFormatDialog::getFormat ( ) const

Definition at line 195 of file CSVFormatDialog.cpp.

References m_format.

void CSVFormatDialog::timingTypeChanged ( int  type) [protected, slot]
void CSVFormatDialog::sampleRateChanged ( QString  rateString) [protected, slot]

Definition at line 262 of file CSVFormatDialog.cpp.

References m_format.

Referenced by CSVFormatDialog().

void CSVFormatDialog::windowSizeChanged ( QString  sizeString) [protected, slot]

Definition at line 270 of file CSVFormatDialog.cpp.

References m_format.

Referenced by CSVFormatDialog().

void CSVFormatDialog::columnPurposeChanged ( int  purpose) [protected, slot]

Member Data Documentation

Definition at line 47 of file CSVFormatDialog.h.

Referenced by CSVFormatDialog().

QComboBox* CSVFormatDialog::m_timingTypeCombo [protected]

Definition at line 49 of file CSVFormatDialog.h.

Referenced by columnPurposeChanged(), and CSVFormatDialog().

Definition at line 50 of file CSVFormatDialog.h.

Referenced by CSVFormatDialog(), and timingTypeChanged().

QComboBox* CSVFormatDialog::m_sampleRateCombo [protected]

Definition at line 51 of file CSVFormatDialog.h.

Referenced by CSVFormatDialog(), and timingTypeChanged().

Definition at line 52 of file CSVFormatDialog.h.

Referenced by CSVFormatDialog(), and timingTypeChanged().

QComboBox* CSVFormatDialog::m_windowSizeCombo [protected]

Definition at line 53 of file CSVFormatDialog.h.

Referenced by CSVFormatDialog(), and timingTypeChanged().

QLabel* CSVFormatDialog::m_modelLabel [protected]

Definition at line 54 of file CSVFormatDialog.h.

Referenced by CSVFormatDialog(), and updateModelLabel().

QList<QComboBox *> CSVFormatDialog::m_columnPurposeCombos [protected]

Definition at line 56 of file CSVFormatDialog.h.

Referenced by columnPurposeChanged(), and CSVFormatDialog().

Definition at line 57 of file CSVFormatDialog.h.

Referenced by columnPurposeChanged(), and CSVFormatDialog().


The documentation for this class was generated from the following files: