svgui
1.9
|
#include <CSVAudioFormatDialog.h>
Public Member Functions | |
CSVAudioFormatDialog (QWidget *parent, CSVFormat initialFormat, int maxDisplayCols=5) | |
~CSVAudioFormatDialog () | |
CSVFormat | getFormat () const |
Protected Slots | |
void | sampleRateChanged (QString) |
void | sampleRangeChanged (int) |
void | columnPurposeChanged (int purpose) |
void | updateFormatFromDialog () |
Protected Attributes | |
CSVFormat | m_format |
int | m_maxDisplayCols |
QComboBox * | m_sampleRateCombo |
QComboBox * | m_sampleRangeCombo |
QList< QComboBox * > | m_columnPurposeCombos |
int | m_fuzzyColumn |
Detailed Description
Definition at line 27 of file CSVAudioFormatDialog.h.
Constructor & Destructor Documentation
CSVAudioFormatDialog::CSVAudioFormatDialog | ( | QWidget * | parent, |
CSVFormat | initialFormat, | ||
int | maxDisplayCols = 5 |
||
) |
Definition at line 37 of file CSVAudioFormatDialog.cpp.
References TextAbbrev::abbreviate(), columnPurposeChanged(), m_columnPurposeCombos, m_format, m_fuzzyColumn, m_maxDisplayCols, m_sampleRangeCombo, m_sampleRateCombo, sampleRangeChanged(), sampleRateChanged(), sampleRates, and updateFormatFromDialog().
CSVAudioFormatDialog::~CSVAudioFormatDialog | ( | ) |
Definition at line 164 of file CSVAudioFormatDialog.cpp.
Member Function Documentation
CSVFormat CSVAudioFormatDialog::getFormat | ( | ) | const |
Definition at line 169 of file CSVAudioFormatDialog.cpp.
References m_format.
|
protectedslot |
Definition at line 175 of file CSVAudioFormatDialog.cpp.
References m_format.
Referenced by CSVAudioFormatDialog().
|
protectedslot |
Definition at line 183 of file CSVAudioFormatDialog.cpp.
References m_format.
Referenced by CSVAudioFormatDialog().
|
protectedslot |
Definition at line 189 of file CSVAudioFormatDialog.cpp.
References updateFormatFromDialog().
Referenced by CSVAudioFormatDialog().
|
protectedslot |
Definition at line 195 of file CSVAudioFormatDialog.cpp.
References m_columnPurposeCombos, m_format, and m_fuzzyColumn.
Referenced by columnPurposeChanged(), and CSVAudioFormatDialog().
Member Data Documentation
|
protected |
Definition at line 47 of file CSVAudioFormatDialog.h.
Referenced by CSVAudioFormatDialog(), getFormat(), sampleRangeChanged(), sampleRateChanged(), and updateFormatFromDialog().
|
protected |
Definition at line 48 of file CSVAudioFormatDialog.h.
Referenced by CSVAudioFormatDialog().
|
protected |
Definition at line 50 of file CSVAudioFormatDialog.h.
Referenced by CSVAudioFormatDialog().
|
protected |
Definition at line 51 of file CSVAudioFormatDialog.h.
Referenced by CSVAudioFormatDialog().
|
protected |
Definition at line 53 of file CSVAudioFormatDialog.h.
Referenced by CSVAudioFormatDialog(), and updateFormatFromDialog().
|
protected |
Definition at line 54 of file CSVAudioFormatDialog.h.
Referenced by CSVAudioFormatDialog(), and updateFormatFromDialog().
The documentation for this class was generated from the following files:
Generated by 1.8.11