mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
clang-format: Set column width to 140
* Set column width to 140 * Use c++20 * Remove redundant virtual
This commit is contained in:
@@ -46,11 +46,9 @@ public:
|
||||
std::vector<RimPlotTemplateFileItem*> fileItems() const;
|
||||
std::vector<RimPlotTemplateFolderItem*> subFolders() const;
|
||||
|
||||
static void appendOptionItemsForPlotTemplates( QList<caf::PdmOptionItemInfo>& options,
|
||||
RimPlotTemplateFolderItem* templateFolderItem );
|
||||
static void appendOptionItemsForPlotTemplates( QList<caf::PdmOptionItemInfo>& options, RimPlotTemplateFolderItem* templateFolderItem );
|
||||
|
||||
static void allPlotTemplates( std::vector<RimPlotTemplateFileItem*>& fileItems,
|
||||
RimPlotTemplateFolderItem* templateFolderItem );
|
||||
static void allPlotTemplates( std::vector<RimPlotTemplateFileItem*>& fileItems, RimPlotTemplateFolderItem* templateFolderItem );
|
||||
void updateIconState() const;
|
||||
|
||||
private:
|
||||
@@ -58,9 +56,7 @@ private:
|
||||
void setFolderPath( const QString& path );
|
||||
void createSubFolderItemsFromFolderPaths( const QStringList& folderPaths, int levelsLeft );
|
||||
|
||||
void defineEditorAttribute( const caf::PdmFieldHandle* field,
|
||||
QString uiConfigName,
|
||||
caf::PdmUiEditorAttribute* attribute ) override;
|
||||
void defineEditorAttribute( const caf::PdmFieldHandle* field, QString uiConfigName, caf::PdmUiEditorAttribute* attribute ) override;
|
||||
void defineUiOrdering( QString uiConfigName, caf::PdmUiOrdering& uiOrdering ) override;
|
||||
|
||||
static void appendOptionItemsForPlotTemplatesRecursively( QList<caf::PdmOptionItemInfo>& options,
|
||||
|
||||
Reference in New Issue
Block a user