CSVExportDialog::Configuration Struct Reference

#include <CSVExportDialog.h>

Public Slots

 Configuration ()
 

Public Attributes

QString layerName
 Presentation name of the layer being exported. More...
 
QString fileExtension
 Extension of file being exported into. More...
 
bool isDense
 True if the model is a dense type for which timestamps are not written by default. More...
 
bool haveView
 True if we have a view that provides a vertical scale range, so we may want to offer a choice between exporting only the visible range or exporting full height. More...
 
bool haveSelection
 True if there is a selection current that the user may want to constrain export to. More...
 

Detailed Description

Definition at line 30 of file CSVExportDialog.h.

Member Function Documentation

CSVExportDialog::Configuration::Configuration ( )
inlineslot

Definition at line 31 of file CSVExportDialog.h.

Member Data Documentation

QString CSVExportDialog::Configuration::layerName

Presentation name of the layer being exported.

Definition at line 41 of file CSVExportDialog.h.

Referenced by CSVExportDialog::CSVExportDialog().

QString CSVExportDialog::Configuration::fileExtension

Extension of file being exported into.

Definition at line 46 of file CSVExportDialog.h.

Referenced by CSVExportDialog::CSVExportDialog().

bool CSVExportDialog::Configuration::isDense

True if the model is a dense type for which timestamps are not written by default.

Definition at line 52 of file CSVExportDialog.h.

Referenced by CSVExportDialog::CSVExportDialog().

bool CSVExportDialog::Configuration::haveView

True if we have a view that provides a vertical scale range, so we may want to offer a choice between exporting only the visible range or exporting full height.

This choice happens to be offered only if isDense is also true.

Definition at line 60 of file CSVExportDialog.h.

Referenced by CSVExportDialog::CSVExportDialog().

bool CSVExportDialog::Configuration::haveSelection

True if there is a selection current that the user may want to constrain export to.

Definition at line 66 of file CSVExportDialog.h.

Referenced by CSVExportDialog::CSVExportDialog().


The documentation for this struct was generated from the following file: