mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Preferences : Set initial selection when selecting plot templates
This commit is contained in:
@@ -43,11 +43,14 @@ public:
|
||||
|
||||
void createRootFolderItemsFromFolderPaths( const QStringList& folderPaths );
|
||||
|
||||
std::vector<RimPlotTemplateFileItem*> fileNames() const;
|
||||
std::vector<RimPlotTemplateFileItem*> fileItems() const;
|
||||
std::vector<RimPlotTemplateFolderItem*> subFolders() const;
|
||||
|
||||
static void appendOptionItemsForPlotTemplates( QList<caf::PdmOptionItemInfo>& options,
|
||||
RimPlotTemplateFolderItem* templateFolderItem );
|
||||
|
||||
static void allPlotTemplates( std::vector<RimPlotTemplateFileItem*>& fileItems,
|
||||
RimPlotTemplateFolderItem* templateFolderItem );
|
||||
void updateIconState() const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user