| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Signals |
Public Member Functions |
Protected Slots |
Protected Member Functions |
Protected Attributes
tlp::CSVImportConfigurationWidget Class Reference Widget generating a CSVImportParameters object configuring the CSV import process. More...
Inheritance diagram for tlp::CSVImportConfigurationWidget:
![]()
Collaboration diagram for tlp::CSVImportConfigurationWidget:
![]() Signals
Public Member Functions
Protected Slots
Protected Member Functions
Protected Attributes
Detailed DescriptionWidget generating a CSVImportParameters object configuring the CSV import process. Use a CSV parser to fill this widget with previews and CSV file statistics like number of rows and columns. Constructor & Destructor Documentation
Member Function Documentation
Add a property to the current property list.
Function called at the beginning of the file parsing. Implements tlp::CSVContentHandler.
Empty the properties list.
Creates a property configuration widget.
Function called at the end of the parsing.
Implements tlp::CSVContentHandler.
Compute the name of the column. Return the first token fo the column if the first lline is used as header r Column_x xhere x is the column index.
Compute the column data type. Take in account the first row only if it is not used as column label.
The index of the first imported line. This index change if user use the first line as column names. The first imported line is the firstLineIndex but with the By example if user want to import all lines but use the first line as column names this funnction will return 1 not 0.
The index of the first line to get in the file. A line number from 0 to LastLineIndex. Get the import parameters. Use this object to configure import process of the CSVImportGraph object.
The index of the last line to take in the file.
Function called for each line in the file.
Implements tlp::CSVContentHandler.
Update the widget contents with the new file parser.
Member Data Documentation
|
Tulip Software by LaBRI Visualization Team 2001 - 2012 |