tlp::CSVParserConfigurationWidget Class Reference
#include <CSVParserConfigurationWidget.h>
List of all members.
Public Slots
Signals
Public Member Functions
Protected Slots
Protected Member Functions
Constructor & Destructor Documentation
| tlp::CSVParserConfigurationWidget::CSVParserConfigurationWidget |
( |
QWidget * |
parent = 0 |
) |
|
| tlp::CSVParserConfigurationWidget::~CSVParserConfigurationWidget |
( |
|
) |
|
Member Function Documentation
| CSVParser* tlp::CSVParserConfigurationWidget::buildParser |
( |
|
) |
const |
| void tlp::CSVParserConfigurationWidget::changeEvent |
( |
QEvent * |
e |
) |
[protected] |
| void tlp::CSVParserConfigurationWidget::changeFileNameButtonPressed |
( |
|
) |
[protected, slot] |
| void tlp::CSVParserConfigurationWidget::encodingChanged |
( |
|
) |
[protected, slot] |
| void tlp::CSVParserConfigurationWidget::fillEncodingComboBox |
( |
|
) |
[protected] |
| std::string tlp::CSVParserConfigurationWidget::getEncoding |
( |
|
) |
const |
| std::string tlp::CSVParserConfigurationWidget::getFile |
( |
|
) |
const |
| std::string tlp::CSVParserConfigurationWidget::getSeparator |
( |
|
) |
const |
| char tlp::CSVParserConfigurationWidget::getTextSeparator |
( |
|
) |
const |
| bool tlp::CSVParserConfigurationWidget::invertMatrix |
( |
|
) |
const |
| bool tlp::CSVParserConfigurationWidget::isValid |
( |
|
) |
const |
| void tlp::CSVParserConfigurationWidget::parserChanged |
( |
|
) |
[signal] |
| void tlp::CSVParserConfigurationWidget::setFileToOpen |
( |
const QString & |
fileToOpen |
) |
[slot] |