#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 = NULL | ) |
|
tlp::CSVParserConfigurationWidget::~CSVParserConfigurationWidget |
( |
| ) |
|
Member Function Documentation
CSVParser* tlp::CSVParserConfigurationWidget::buildParser |
( |
unsigned int |
firstLine = 0 , |
|
|
unsigned int |
lastLine = UINT_MAX |
|
) |
| const |
Generate a csv parser in function of the parameters in the widget. User define the range of line to import. The user takes the ownership of the widget.
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] |