Widget generating the CSVToGraphDataMapping object.
More...
#include <CSVGraphMappingConfigurationWidget.h>
List of all members.
Protected Member Functions |
void | changeEvent (QEvent *e) |
Protected Attributes |
tlp::Graph * | graph |
Detailed Description
Widget generating the CSVToGraphDataMapping object.
This widget allow user to configure a CSVToGraphDataMapping object. This object is used during the CSV import process to map CSV columns to graph elements like nodes or edges.
Constructor & Destructor Documentation
tlp::CSVGraphMappingConfigurationWidget::CSVGraphMappingConfigurationWidget |
( |
QWidget * |
parent = 0 | ) |
|
tlp::CSVGraphMappingConfigurationWidget::~CSVGraphMappingConfigurationWidget |
( |
| ) |
|
Member Function Documentation
Build the mapping object between the CSV columns and the graph elements.
void tlp::CSVGraphMappingConfigurationWidget::changeEvent |
( |
QEvent * |
e | ) |
|
|
protected |
bool tlp::CSVGraphMappingConfigurationWidget::isValid |
( |
| ) |
const |
Check if the values entered by user are valid.
If return true you are sure that buildMappingObject never return a NULL object.
void tlp::CSVGraphMappingConfigurationWidget::mappingChanged |
( |
| ) |
|
|
signal |
void tlp::CSVGraphMappingConfigurationWidget::updateWidget |
( |
tlp::Graph * |
graph, |
|
|
const CSVImportParameters & |
importParameters |
|
) |
| |
Configure the widget with the CSV import parameters.
Member Data Documentation
tlp::Graph* tlp::CSVGraphMappingConfigurationWidget::graph |
|
protected |