mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3087 Show plot data. Add context menu: export to file
This commit is contained in:
@@ -31,6 +31,11 @@ class RicAsciiExportSummaryPlotFeature : public caf::CmdFeature
|
||||
{
|
||||
CAF_CMD_HEADER_INIT;
|
||||
|
||||
public:
|
||||
static QString defaultExportDir();
|
||||
static QString getFileNameFromUserDialog(const QString& fileNameCandidate, const QString& defaultDir);
|
||||
static bool exportTextToFile(const QString& fileName, const QString& text);
|
||||
|
||||
protected:
|
||||
virtual bool isCommandEnabled() override;
|
||||
virtual void onActionTriggered( bool isChecked ) override;
|
||||
|
||||
Reference in New Issue
Block a user