Dialog for configuration of ASCII files saving sequence.
More...
#include <AsciiSaveDlg.h>
Dialog for configuration of ASCII files saving sequence.
Definition at line 19 of file AsciiSaveDlg.h.
◆ AsciiSaveDlg()
| AsciiSaveDlg::AsciiSaveDlg |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ ~AsciiSaveDlg()
| virtual AsciiSaveDlg::~AsciiSaveDlg |
( |
| ) |
|
|
virtual |
◆ acceptAndSaveSettings
| void AsciiSaveDlg::acceptAndSaveSettings |
( |
| ) |
|
|
protectedslot |
Saves dialog state to persistent settings.
◆ autoShown()
| bool AsciiSaveDlg::autoShown |
( |
| ) |
const |
|
inline |
Returns whether this dialog automatically appears or not.
Definition at line 70 of file AsciiSaveDlg.h.
◆ coordsPrecision()
| int AsciiSaveDlg::coordsPrecision |
( |
| ) |
const |
Returns coordinates precision.
◆ enableSaveColumnsNamesHeader()
| void AsciiSaveDlg::enableSaveColumnsNamesHeader |
( |
bool |
state | ) |
|
Sets whether columns names should be be saved in header.
◆ enableSavePointCountHeader()
| void AsciiSaveDlg::enableSavePointCountHeader |
( |
bool |
state | ) |
|
Sets whether the number of points should be saved in header.
◆ enableSwapColorAndSF()
| void AsciiSaveDlg::enableSwapColorAndSF |
( |
bool |
state | ) |
|
Sets whether SF(s) and color should be swapped.
◆ getSeparator()
| unsigned char AsciiSaveDlg::getSeparator |
( |
| ) |
const |
◆ getSeparatorIndex()
| int AsciiSaveDlg::getSeparatorIndex |
( |
| ) |
const |
◆ initFromPersistentSettings()
| void AsciiSaveDlg::initFromPersistentSettings |
( |
| ) |
|
|
protected |
Inits dialog state from persistent settings.
◆ saveAlphaChannel()
| bool AsciiSaveDlg::saveAlphaChannel |
( |
| ) |
const |
Returns whether to save the alpha (transparency) channel.
◆ saveColumnsNamesHeader()
| bool AsciiSaveDlg::saveColumnsNamesHeader |
( |
| ) |
const |
Returns whether columns names should be be saved in header.
◆ saveFloatColors()
| bool AsciiSaveDlg::saveFloatColors |
( |
| ) |
const |
Returns whether to save colors as float values (instead of unsigned bytes)
◆ savePointCountHeader()
| bool AsciiSaveDlg::savePointCountHeader |
( |
| ) |
const |
Returns whether the number of points should be saved in header.
◆ setAutoShow()
| void AsciiSaveDlg::setAutoShow |
( |
bool |
state | ) |
|
|
inline |
Sets whether this dialog should appear or not by default.
Definition at line 68 of file AsciiSaveDlg.h.
◆ setCoordsPrecision()
| void AsciiSaveDlg::setCoordsPrecision |
( |
int |
prec | ) |
|
Sets coordinates precision.
◆ setSaveAlphaChannel()
| void AsciiSaveDlg::setSaveAlphaChannel |
( |
bool |
state | ) |
|
Sets whether to save the alpha (transparency) channel.
◆ setSaveFloatColors()
| void AsciiSaveDlg::setSaveFloatColors |
( |
bool |
state | ) |
|
Sets whether to save colors as float values (instead of unsigned bytes)
◆ setSeparatorIndex()
| void AsciiSaveDlg::setSeparatorIndex |
( |
int |
index | ) |
|
Set separator (index)
0 = space 1 = semicolon 2 = comma 3 = tab
◆ setSfPrecision()
| void AsciiSaveDlg::setSfPrecision |
( |
int |
prec | ) |
|
◆ sfPrecision()
| int AsciiSaveDlg::sfPrecision |
( |
| ) |
const |
◆ swapColorAndSF()
| bool AsciiSaveDlg::swapColorAndSF |
( |
| ) |
const |
Returns whether SF(s) and color should be swapped.
◆ m_autoShow
| bool AsciiSaveDlg::m_autoShow |
|
protected |
Whether this dialog should be automatically shown or not.
Definition at line 96 of file AsciiSaveDlg.h.
◆ m_ui
| Ui_AsciiSaveDialog* AsciiSaveDlg::m_ui |
|
protected |
The documentation for this class was generated from the following file: