#8715 Fix multi summary title and legend updates

This commit is contained in:
Magne Sjaastad
2022-03-23 13:35:47 +01:00
committed by GitHub
parent 2aec91e66d
commit f45637b7f0
4 changed files with 41 additions and 2 deletions

View File

@@ -72,6 +72,9 @@ protected:
bool handleGlobalKeyEvent( QKeyEvent* keyEvent ) override;
bool handleGlobalWheelEvent( QWheelEvent* wheelEvent ) override;
void initAfterRead() override;
private:
void defineUiOrdering( QString uiConfigName, caf::PdmUiOrdering& uiOrdering ) override;
void fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue ) override;
@@ -87,6 +90,7 @@ private:
void updatePlotWindowTitle() override;
void duplicate();
void onSubPlotChanged( const caf::SignalEmitter* emitter );
private:
caf::PdmField<bool> m_autoPlotTitles;