mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename SubWindowActivated blocking methods
to clarify their differences
This commit is contained in:
@@ -76,11 +76,11 @@ public:
|
||||
virtual void clearWindowTiling() = 0;
|
||||
virtual bool subWindowsAreTiled() const = 0;
|
||||
|
||||
void setBlockSubWindowActivation( bool block );
|
||||
bool blockSubWindowActivation() const;
|
||||
void setBlockSubWindowActivatedSignal( bool block );
|
||||
bool isBlockingSubWindowActivatedSignal() const;
|
||||
|
||||
void setBlockSubWindowProjectTreeSelection( bool block );
|
||||
bool blockSubWindowProjectTreeSelection() const;
|
||||
void setBlockViewSelectionOnSubWindowActivated( bool block );
|
||||
bool isBlockingViewSelectionOnSubWindowActivated() const;
|
||||
|
||||
protected:
|
||||
void removeViewerFromMdiArea( QMdiArea* mdiArea, QWidget* viewer );
|
||||
|
||||
Reference in New Issue
Block a user