mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3464 Well Path Export. Add support for setting custom comment prefix in formatter
This commit is contained in:
@@ -111,6 +111,7 @@ public:
|
||||
void setColumnSpacing(int spacing);
|
||||
void setTableRowPrependText(const QString& text);
|
||||
void setTableRowLineAppendText(const QString& text);
|
||||
void setCommentPrefix(const QString& commentPrefix);
|
||||
|
||||
RifEclipseDataTableFormatter& keyword(const QString& keyword);
|
||||
RifEclipseDataTableFormatter& header(std::vector<RifEclipseOutputTableColumn> tableHeader);
|
||||
@@ -156,4 +157,5 @@ private:
|
||||
int m_colSpacing;
|
||||
QString m_tableRowPrependText;
|
||||
QString m_tableRowAppendText;
|
||||
QString m_commentPrefix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user