16 class Ui_AsciiSaveDialog;
30 bool saveColumnsNamesHeader()
const;
32 void enableSaveColumnsNamesHeader(
bool state);
35 bool savePointCountHeader()
const;
37 void enableSavePointCountHeader(
bool state);
40 unsigned char getSeparator()
const;
48 void setSeparatorIndex(
int index);
50 int getSeparatorIndex()
const;
53 int coordsPrecision()
const;
55 void setCoordsPrecision(
int prec);
58 int sfPrecision()
const;
60 void setSfPrecision(
int prec);
63 bool swapColorAndSF()
const;
65 void enableSwapColorAndSF(
bool state);
73 void setSaveFloatColors(
bool state);
76 bool saveFloatColors()
const;
79 void setSaveAlphaChannel(
bool state);
81 bool saveAlphaChannel()
const;
86 void acceptAndSaveSettings();
93 void initFromPersistentSettings();
Dialog for configuration of ASCII files saving sequence.
bool autoShown() const
Returns whether this dialog automatically appears or not.
bool m_autoShow
Whether this dialog should be automatically shown or not.
void setAutoShow(bool state)
Sets whether this dialog should appear or not by default.
Ui_AsciiSaveDialog * m_ui
Associated UI.