#include <CSVFileReader.h>
Definition at line 48 of file CSVFileReader.h.
Definition at line 57 of file CSVFileReader.h.
| CSVFormatDialog::CSVFormatDialog | ( | QWidget * | parent, | |
| QFile * | file, | |||
| size_t | defaultSampleRate | |||
| ) |
Definition at line 293 of file CSVFileReader.cpp.
References ExplicitTiming, guessFormat(), m_example, m_exampleWidget, m_maxExampleCols, m_modelType, m_modelTypeCombo, m_sampleRate, m_sampleRateCombo, m_sampleRateLabel, m_timeUnits, m_timingType, m_timingTypeCombo, m_windowSize, m_windowSizeCombo, m_windowSizeLabel, modelTypeChanged(), sampleRateChanged(), TimeSeconds, timingTypeChanged(), and windowSizeChanged().
| CSVFormatDialog::~CSVFormatDialog | ( | ) |
Definition at line 404 of file CSVFileReader.cpp.
| ModelType CSVFormatDialog::getModelType | ( | ) | const [inline] |
Definition at line 74 of file CSVFileReader.h.
References m_modelType.
Referenced by CSVFileReader::load().
| TimingType CSVFormatDialog::getTimingType | ( | ) | const [inline] |
Definition at line 75 of file CSVFileReader.h.
References m_timingType.
Referenced by CSVFileReader::load().
| TimeUnits CSVFormatDialog::getTimeUnits | ( | ) | const [inline] |
Definition at line 76 of file CSVFileReader.h.
References m_timeUnits.
Referenced by CSVFileReader::load().
| QString CSVFormatDialog::getSeparator | ( | ) | const [inline] |
Definition at line 77 of file CSVFileReader.h.
References m_separator.
Referenced by CSVFileReader::load().
| size_t CSVFormatDialog::getSampleRate | ( | ) | const [inline] |
Definition at line 78 of file CSVFileReader.h.
References m_sampleRate.
Referenced by CSVFileReader::load().
| size_t CSVFormatDialog::getWindowSize | ( | ) | const [inline] |
Definition at line 79 of file CSVFileReader.h.
References m_windowSize.
Referenced by CSVFileReader::load().
| void CSVFormatDialog::modelTypeChanged | ( | int | type | ) | [protected, slot] |
Definition at line 442 of file CSVFileReader.cpp.
References m_modelType, m_timingTypeCombo, ThreeDimensionalModel, and timingTypeChanged().
Referenced by CSVFormatDialog(), and timingTypeChanged().
| void CSVFormatDialog::timingTypeChanged | ( | int | type | ) | [protected, slot] |
Definition at line 455 of file CSVFileReader.cpp.
References ExplicitTiming, ImplicitTiming, m_modelType, m_modelTypeCombo, m_sampleRateCombo, m_sampleRateLabel, m_timeUnits, m_timingType, m_windowSizeCombo, m_windowSizeLabel, modelTypeChanged(), populateExample(), ThreeDimensionalModel, TimeAudioFrames, TimeSeconds, and TimeWindows.
Referenced by CSVFormatDialog(), and modelTypeChanged().
| void CSVFormatDialog::sampleRateChanged | ( | QString | ) | [protected, slot] |
Definition at line 499 of file CSVFileReader.cpp.
References m_sampleRate.
Referenced by CSVFormatDialog().
| void CSVFormatDialog::windowSizeChanged | ( | QString | ) | [protected, slot] |
Definition at line 507 of file CSVFileReader.cpp.
References m_windowSize.
Referenced by CSVFormatDialog().
| bool CSVFormatDialog::guessFormat | ( | QFile * | file | ) | [protected] |
Definition at line 515 of file CSVFileReader.cpp.
References ExplicitTiming, ImplicitTiming, m_example, m_maxExampleCols, m_modelType, m_separator, m_timeUnits, m_timingType, OneDimensionalModel, ThreeDimensionalModel, TimeAudioFrames, TimeSeconds, TimeWindows, and TwoDimensionalModel.
Referenced by CSVFormatDialog().
| void CSVFormatDialog::populateExample | ( | ) | [protected] |
Definition at line 409 of file CSVFileReader.cpp.
References ExplicitTiming, m_example, m_exampleWidget, m_maxExampleCols, and m_timingType.
Referenced by timingTypeChanged().
ModelType CSVFormatDialog::m_modelType [protected] |
Definition at line 88 of file CSVFileReader.h.
Referenced by CSVFormatDialog(), getModelType(), guessFormat(), modelTypeChanged(), and timingTypeChanged().
TimingType CSVFormatDialog::m_timingType [protected] |
Definition at line 89 of file CSVFileReader.h.
Referenced by CSVFormatDialog(), getTimingType(), guessFormat(), populateExample(), and timingTypeChanged().
TimeUnits CSVFormatDialog::m_timeUnits [protected] |
Definition at line 90 of file CSVFileReader.h.
Referenced by CSVFormatDialog(), getTimeUnits(), guessFormat(), and timingTypeChanged().
QString CSVFormatDialog::m_separator [protected] |
size_t CSVFormatDialog::m_sampleRate [protected] |
Definition at line 92 of file CSVFileReader.h.
Referenced by CSVFormatDialog(), getSampleRate(), and sampleRateChanged().
size_t CSVFormatDialog::m_windowSize [protected] |
Definition at line 93 of file CSVFileReader.h.
Referenced by CSVFormatDialog(), getWindowSize(), and windowSizeChanged().
QList<QStringList> CSVFormatDialog::m_example [protected] |
Definition at line 95 of file CSVFileReader.h.
Referenced by CSVFormatDialog(), guessFormat(), and populateExample().
int CSVFormatDialog::m_maxExampleCols [protected] |
Definition at line 96 of file CSVFileReader.h.
Referenced by CSVFormatDialog(), guessFormat(), and populateExample().
QTableWidget* CSVFormatDialog::m_exampleWidget [protected] |
Definition at line 97 of file CSVFileReader.h.
Referenced by CSVFormatDialog(), and populateExample().
QComboBox* CSVFormatDialog::m_modelTypeCombo [protected] |
Definition at line 99 of file CSVFileReader.h.
Referenced by CSVFormatDialog(), and timingTypeChanged().
QComboBox* CSVFormatDialog::m_timingTypeCombo [protected] |
Definition at line 100 of file CSVFileReader.h.
Referenced by CSVFormatDialog(), and modelTypeChanged().
QLabel* CSVFormatDialog::m_sampleRateLabel [protected] |
Definition at line 101 of file CSVFileReader.h.
Referenced by CSVFormatDialog(), and timingTypeChanged().
QComboBox* CSVFormatDialog::m_sampleRateCombo [protected] |
Definition at line 102 of file CSVFileReader.h.
Referenced by CSVFormatDialog(), and timingTypeChanged().
QLabel* CSVFormatDialog::m_windowSizeLabel [protected] |
Definition at line 103 of file CSVFileReader.h.
Referenced by CSVFormatDialog(), and timingTypeChanged().
QComboBox* CSVFormatDialog::m_windowSizeCombo [protected] |
Definition at line 104 of file CSVFileReader.h.
Referenced by CSVFormatDialog(), and timingTypeChanged().
1.5.1